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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8223f043b3a3d587c76c4c1a86462691265f14cf5ce034afddfa477e925c300c
4
- data.tar.gz: 4f1f114fdee4a0b769aaeb3743b5494902ed62fe92f33865e15569062fbb1156
3
+ metadata.gz: 28771fcc818694d14c5fa1cabfdd27c89301a0bfa166d244a01b6e2d6bf03030
4
+ data.tar.gz: c3ab5ac1d7ae62084c04b79b98ab23edd33971863a0e2fdd962a601febc0cef9
5
5
  SHA512:
6
- metadata.gz: 93beb78657bf583d2f4acf21c6bb4b61417fa761ca9cceb6a459864d98bd0844f6ba57b701b200055c54be270bdad2f44d06cea5b6db2dbb3aadb40966f3a961
7
- data.tar.gz: bd04ed9cf86d4f4e9890d2f8906a17be3ce3e8a629b11e6832439f8ebf672a121ca513b0ec6f894bf1cbc0420bb7a80fcde9f06b02650e87566ca098ac7f9c73
6
+ metadata.gz: 7066f6af990e24d8658e474a7a6597830791720dc3d35c1ec0e5bb9e5359a1f2552f774194ffa7fb53c313608fa115930d76ae32a53ffae78b138df22816dde9
7
+ data.tar.gz: cab31f067908e07630c33c11813a93ebd56ec46415716e37b532c363db56de12cb203c7e2f2c2d88898f5f73c3720981ecccbf3c2af35e06a1ec49d9862d1cf9
data/CHANGELOG.md CHANGED
@@ -1,39 +1,54 @@
1
1
  # Release History
2
2
 
3
- ### [0.4.1](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-generator/v0.4.0...google-apis-generator/v0.4.1) (2022-01-11)
3
+ ### 0.7.0 (2022-06-17)
4
4
 
5
+ #### Features
5
6
 
6
- ### Bug Fixes
7
+ * Update core dependency to at least 0.6
7
8
 
8
- * **generator:** Fix field name in authorization example ([2ac44c2](https://www.github.com/googleapis/google-api-ruby-client/commit/2ac44c2145d111033cf344c624dad4c1d3188f25))
9
+ ### 0.6.0 (2022-06-06)
9
10
 
10
- ## 0.4.0 (2021-06-28)
11
+ #### Features
11
12
 
12
- * Update core dependency to require at least 0.4 and allow 1.x versions
13
+ * Update core dependency to at least 0.5
13
14
 
14
- ## [0.3.0](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-generator/v0.2.0...google-apis-generator/v0.3.0) (2021-06-01)
15
+ ### 0.5.0 (2022-06-02)
15
16
 
17
+ #### Features
16
18
 
17
- ### Features
19
+ * Update core dependency to at least 0.5
18
20
 
19
- * Include repo-metadata.json in generated libraries ([91b0f2c](https://www.github.com/googleapis/google-api-ruby-client/commit/91b0f2c17d76fedf8aa3f7c905c424fe8b64a970))
21
+ ### 0.4.1 (2022-01-11)
20
22
 
21
- ## [0.2.0](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-generator/v0.1.2...v0.2.0) (2021-03-07)
23
+ #### Bug Fixes
22
24
 
23
- ### Features
25
+ * Fix field name in authorization example
24
26
 
25
- * Drop support for Ruby 2.4 and add support for Ruby 3.0 ([d871146](https://www.github.com/googleapis/google-api-ruby-client/commit/d871146916f3dd19a12820c03068b3861a4bc879))
27
+ ### 0.4.0 (2021-06-28)
26
28
 
27
- ### Fixes
29
+ * Update core dependency to require at least 0.4 and allow 1.x versions
28
30
 
29
- * Include templates in the gem distribution.
31
+ ### 0.3.0 (2021-06-01)
32
+
33
+ #### Features
34
+
35
+ * Include repo-metadata.json in generated libraries
30
36
 
31
- ### [0.1.2](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-generator/v0.1.1...v0.1.2) (2021-01-19)
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
- ### Bug Fixes
49
+ #### Bug Fixes
35
50
 
36
- * **generator:** Update thor dependency to allow 1.x ([6d8b7a4](https://www.github.com/googleapis/google-api-ruby-client/commit/6d8b7a4a5fb7ad524aa5083beac7a67a248526fa))
51
+ * Update thor dependency to allow 1.x
37
52
 
38
53
  ### v0.1.1 (2021-01-06)
39
54
 
@@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
29
29
  gem.require_paths = ["lib"]
30
30
 
31
31
  gem.required_ruby_version = '>= 2.5'
32
- gem.add_runtime_dependency "google-apis-core", ">= 0.4", "< 2.a"
32
+ gem.add_runtime_dependency "google-apis-core", ">= 0.6", "< 2.a"
33
33
  end
@@ -15,7 +15,7 @@
15
15
  module Google
16
16
  module Apis
17
17
  class Generator
18
- VERSION = "0.4.1"
18
+ VERSION = "0.7.0"
19
19
  end
20
20
  end
21
21
  end
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.1
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-01-11 00:00:00.000000000 Z
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.4'
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.4'
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.4.1
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.4
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