google-apis-generator 0.4.1 → 0.5.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 +19 -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: 72031f2da3dd40532cf714ff009cf66a398033af1f5bf76cf0963172e82ad2f1
|
4
|
+
data.tar.gz: a1e0c5819cfa59976c56487c80a84a1929fe6a484810ed8ae12c771842a7c5f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53e5e44f5e3e7d6e832f821b919c596276f7236981d66845e5a72f3d6e654edd449db5282f9a9cd37b0a0d62edd1bd339a8d442cb4b02345c41cf5d93eaaf5bd
|
7
|
+
data.tar.gz: ee6aa21d96b499527211bd83435c1532aad15e684776ab4aeb565abf8e50bce6fa7b4febb18571d77f7e7f6011330e14194abe6fa5e0253813da11fbdf91b5e3
|
data/CHANGELOG.md
CHANGED
@@ -1,39 +1,42 @@
|
|
1
1
|
# Release History
|
2
2
|
|
3
|
-
###
|
3
|
+
### 0.5.0 (2022-06-02)
|
4
4
|
|
5
|
+
#### Features
|
5
6
|
|
6
|
-
|
7
|
+
* Update core dependency to at least 0.5
|
7
8
|
|
8
|
-
|
9
|
+
### 0.4.1 (2022-01-11)
|
9
10
|
|
10
|
-
|
11
|
+
#### Bug Fixes
|
11
12
|
|
12
|
-
*
|
13
|
+
* Fix field name in authorization example
|
14
|
+
|
15
|
+
### 0.4.0 (2021-06-28)
|
13
16
|
|
14
|
-
|
17
|
+
* Update core dependency to require at least 0.4 and allow 1.x versions
|
15
18
|
|
19
|
+
### 0.3.0 (2021-06-01)
|
16
20
|
|
17
|
-
|
21
|
+
#### Features
|
18
22
|
|
19
|
-
* Include repo-metadata.json in generated libraries
|
23
|
+
* Include repo-metadata.json in generated libraries
|
20
24
|
|
21
|
-
|
25
|
+
### 0.2.0 (2021-03-07)
|
22
26
|
|
23
|
-
|
27
|
+
#### Features
|
24
28
|
|
25
|
-
* Drop support for Ruby 2.4 and add support for Ruby 3.0
|
29
|
+
* Drop support for Ruby 2.4 and add support for Ruby 3.0
|
26
30
|
|
27
|
-
|
31
|
+
#### Fixes
|
28
32
|
|
29
33
|
* Include templates in the gem distribution.
|
30
34
|
|
31
|
-
###
|
32
|
-
|
35
|
+
### 0.1.2 (2021-01-19)
|
33
36
|
|
34
|
-
|
37
|
+
#### Bug Fixes
|
35
38
|
|
36
|
-
*
|
39
|
+
* Update thor dependency to allow 1.x
|
37
40
|
|
38
41
|
### v0.1.1 (2021-01-06)
|
39
42
|
|
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.5.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-06 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.5'
|
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.5'
|
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.5.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
|