google-apis-generator 0.16.0 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdb917da68ac83948ac3127c13b84acec1ba647e0bf3945cf7dfc5f3b2f4fec8
|
4
|
+
data.tar.gz: 9dfeac413bcbbd8bb90efe11bec7b81bca23a89c65f849575eb786580afa91cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2562eeee22ac0e5902d4e1c520da78acb89065168ea5ccd1ecfd2ab94ecd6d2a57b2518918751fd0f9093c99104c5558e2b5fb76a918200c7a18393cd14ef180
|
7
|
+
data.tar.gz: 862d75a325c8ff5214cbcd476e1dbb06cc03207f424745324b1c07d1d525b51313880d244920ea9b73066055930729a38626ba717ab1c8c8c38c2025478a83ad
|
data/CHANGELOG.md
CHANGED
@@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
|
|
28
28
|
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
|
29
29
|
gem.require_paths = ["lib"]
|
30
30
|
|
31
|
-
gem.required_ruby_version = '>=
|
31
|
+
gem.required_ruby_version = '>= 3.1'
|
32
32
|
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
|
33
33
|
end
|
@@ -83,7 +83,7 @@ The [product documentation](<%= api.documentation_link %>) may provide guidance
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
86
|
+
This library is supported on Ruby 3.1+.
|
87
87
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-generator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: activesupport
|
@@ -136,7 +136,7 @@ licenses:
|
|
136
136
|
metadata:
|
137
137
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
138
138
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-generator/CHANGELOG.md
|
139
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-generator/v0.
|
139
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-generator/v0.17.0
|
140
140
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-generator
|
141
141
|
rdoc_options: []
|
142
142
|
require_paths:
|
@@ -145,14 +145,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
145
145
|
requirements:
|
146
146
|
- - ">="
|
147
147
|
- !ruby/object:Gem::Version
|
148
|
-
version: '
|
148
|
+
version: '3.1'
|
149
149
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
150
150
|
requirements:
|
151
151
|
- - ">="
|
152
152
|
- !ruby/object:Gem::Version
|
153
153
|
version: '0'
|
154
154
|
requirements: []
|
155
|
-
rubygems_version: 3.6.
|
155
|
+
rubygems_version: 3.6.8
|
156
156
|
specification_version: 4
|
157
157
|
summary: Code generator for legacy Google REST clients
|
158
158
|
test_files: []
|