|
1 | | -require File.expand_path("lib/google/apis/core/version", __dir__) |
| 1 | +require File.expand_path('lib/google/apis/core/version', __dir__) |
2 | 2 | gem_version = Google::Apis::Core::VERSION |
3 | 3 |
|
4 | 4 | Gem::Specification.new do |gem| |
5 | | - gem.name = "google-apis-core" |
| 5 | + gem.name = 'google-apis-core' |
6 | 6 | gem.version = gem_version |
7 | | - gem.authors = ["Google LLC"] |
8 | | - gem.email = "googleapis-packages@google.com" |
9 | | - gem.summary = "Common utility and base classes for legacy Google REST clients" |
10 | | - gem.homepage = "https://github.com/google/google-api-ruby-client" |
11 | | - gem.license = "Apache-2.0" |
| 7 | + gem.authors = ['Google LLC'] |
| 8 | + gem.email = 'googleapis-packages@google.com' |
| 9 | + gem.summary = 'Common utility and base classes for legacy Google REST clients' |
| 10 | + gem.homepage = 'https://github.com/google/google-api-ruby-client' |
| 11 | + gem.license = 'Apache-2.0' |
12 | 12 | gem.metadata = { |
13 | | - "bug_tracker_uri" => "https://github.com/googleapis/google-api-ruby-client/issues", |
14 | | - "changelog_uri" => "https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core/CHANGELOG.md", |
15 | | - "documentation_uri" => "https://googleapis.dev/ruby/google-apis-core/v#{gem_version}", |
16 | | - "source_code_uri" => "https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core" |
| 13 | + 'bug_tracker_uri' => 'https://github.com/googleapis/google-api-ruby-client/issues', |
| 14 | + 'changelog_uri' => 'https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core/CHANGELOG.md', |
| 15 | + 'documentation_uri' => "https://googleapis.dev/ruby/google-apis-core/v#{gem_version}", |
| 16 | + 'source_code_uri' => 'https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core' |
17 | 17 | } |
18 | 18 |
|
19 | | - gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"] |
20 | | - gem.require_paths = ["lib"] |
| 19 | + gem.files = Dir.glob('lib/**/*.rb') + Dir.glob('*.md') + ['.yardopts'] |
| 20 | + gem.require_paths = ['lib'] |
21 | 21 |
|
22 | 22 | gem.required_ruby_version = '>= 3.2' |
23 | | - gem.add_runtime_dependency "representable", "~> 3.0" |
24 | | - gem.add_runtime_dependency "retriable", "~> 3.1" |
25 | | - gem.add_runtime_dependency "addressable", "~> 2.8", ">= 2.8.7" |
26 | | - gem.add_runtime_dependency "mini_mime", "~> 1.1" |
27 | | - gem.add_runtime_dependency "googleauth", "~> 1.14" |
28 | | - gem.add_runtime_dependency "faraday", "~> 2.13" |
29 | | - gem.add_runtime_dependency "faraday-follow_redirects", "~> 0.3" |
| 23 | + gem.add_runtime_dependency 'addressable', '~> 2.8', '>= 2.8.7' |
| 24 | + gem.add_runtime_dependency 'faraday', '~> 2.13' |
| 25 | + gem.add_runtime_dependency 'faraday-follow_redirects', '~> 0.3' |
| 26 | + gem.add_runtime_dependency 'googleauth', '~> 1.14' |
| 27 | + gem.add_runtime_dependency 'mini_mime', '~> 1.1' |
| 28 | + gem.add_runtime_dependency 'multi_json', '~> 1.11' |
| 29 | + gem.add_runtime_dependency 'representable', '~> 3.0' |
| 30 | + gem.add_runtime_dependency 'retriable', '~> 3.1' |
30 | 31 | end |
0 commit comments