google-apis-generator 0.4.1 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +31 -16
- data/lib/google/apis/generator/templates/gemspec.tmpl +1 -1
- data/lib/google/apis/generator/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28771fcc818694d14c5fa1cabfdd27c89301a0bfa166d244a01b6e2d6bf03030
|
4
|
+
data.tar.gz: c3ab5ac1d7ae62084c04b79b98ab23edd33971863a0e2fdd962a601febc0cef9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7066f6af990e24d8658e474a7a6597830791720dc3d35c1ec0e5bb9e5359a1f2552f774194ffa7fb53c313608fa115930d76ae32a53ffae78b138df22816dde9
|
7
|
+
data.tar.gz: cab31f067908e07630c33c11813a93ebd56ec46415716e37b532c363db56de12cb203c7e2f2c2d88898f5f73c3720981ecccbf3c2af35e06a1ec49d9862d1cf9
|
data/CHANGELOG.md
CHANGED
@@ -1,39 +1,54 @@
|
|
1
1
|
# Release History
|
2
2
|
|
3
|
-
###
|
3
|
+
### 0.7.0 (2022-06-17)
|
4
4
|
|
5
|
+
#### Features
|
5
6
|
|
6
|
-
|
7
|
+
* Update core dependency to at least 0.6
|
7
8
|
|
8
|
-
|
9
|
+
### 0.6.0 (2022-06-06)
|
9
10
|
|
10
|
-
|
11
|
+
#### Features
|
11
12
|
|
12
|
-
* Update core dependency to
|
13
|
+
* Update core dependency to at least 0.5
|
13
14
|
|
14
|
-
|
15
|
+
### 0.5.0 (2022-06-02)
|
15
16
|
|
17
|
+
#### Features
|
16
18
|
|
17
|
-
|
19
|
+
* Update core dependency to at least 0.5
|
18
20
|
|
19
|
-
|
21
|
+
### 0.4.1 (2022-01-11)
|
20
22
|
|
21
|
-
|
23
|
+
#### Bug Fixes
|
22
24
|
|
23
|
-
|
25
|
+
* Fix field name in authorization example
|
24
26
|
|
25
|
-
|
27
|
+
### 0.4.0 (2021-06-28)
|
26
28
|
|
27
|
-
|
29
|
+
* Update core dependency to require at least 0.4 and allow 1.x versions
|
28
30
|
|
29
|
-
|
31
|
+
### 0.3.0 (2021-06-01)
|
32
|
+
|
33
|
+
#### Features
|
34
|
+
|
35
|
+
* Include repo-metadata.json in generated libraries
|
30
36
|
|
31
|
-
###
|
37
|
+
### 0.2.0 (2021-03-07)
|
38
|
+
|
39
|
+
#### Features
|
40
|
+
|
41
|
+
* Drop support for Ruby 2.4 and add support for Ruby 3.0
|
42
|
+
|
43
|
+
#### Fixes
|
44
|
+
|
45
|
+
* Include templates in the gem distribution.
|
32
46
|
|
47
|
+
### 0.1.2 (2021-01-19)
|
33
48
|
|
34
|
-
|
49
|
+
#### Bug Fixes
|
35
50
|
|
36
|
-
*
|
51
|
+
* Update thor dependency to allow 1.x
|
37
52
|
|
38
53
|
### v0.1.1 (2021-01-06)
|
39
54
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-06-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -44,7 +44,7 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '0.
|
47
|
+
version: '0.6'
|
48
48
|
- - "<"
|
49
49
|
- !ruby/object:Gem::Version
|
50
50
|
version: 2.a
|
@@ -54,7 +54,7 @@ dependencies:
|
|
54
54
|
requirements:
|
55
55
|
- - ">="
|
56
56
|
- !ruby/object:Gem::Version
|
57
|
-
version: '0.
|
57
|
+
version: '0.6'
|
58
58
|
- - "<"
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: 2.a
|
@@ -138,7 +138,7 @@ licenses:
|
|
138
138
|
metadata:
|
139
139
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
140
140
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-generator/CHANGELOG.md
|
141
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-generator/v0.
|
141
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-generator/v0.7.0
|
142
142
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-generator
|
143
143
|
post_install_message:
|
144
144
|
rdoc_options: []
|
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
155
|
- !ruby/object:Gem::Version
|
156
156
|
version: '0'
|
157
157
|
requirements: []
|
158
|
-
rubygems_version: 3.3.
|
158
|
+
rubygems_version: 3.3.14
|
159
159
|
signing_key:
|
160
160
|
specification_version: 4
|
161
161
|
summary: Code generator for legacy Google REST clients
|