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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8223f043b3a3d587c76c4c1a86462691265f14cf5ce034afddfa477e925c300c
4
- data.tar.gz: 4f1f114fdee4a0b769aaeb3743b5494902ed62fe92f33865e15569062fbb1156
3
+ metadata.gz: 72031f2da3dd40532cf714ff009cf66a398033af1f5bf76cf0963172e82ad2f1
4
+ data.tar.gz: a1e0c5819cfa59976c56487c80a84a1929fe6a484810ed8ae12c771842a7c5f3
5
5
  SHA512:
6
- metadata.gz: 93beb78657bf583d2f4acf21c6bb4b61417fa761ca9cceb6a459864d98bd0844f6ba57b701b200055c54be270bdad2f44d06cea5b6db2dbb3aadb40966f3a961
7
- data.tar.gz: bd04ed9cf86d4f4e9890d2f8906a17be3ce3e8a629b11e6832439f8ebf672a121ca513b0ec6f894bf1cbc0420bb7a80fcde9f06b02650e87566ca098ac7f9c73
6
+ metadata.gz: 53e5e44f5e3e7d6e832f821b919c596276f7236981d66845e5a72f3d6e654edd449db5282f9a9cd37b0a0d62edd1bd339a8d442cb4b02345c41cf5d93eaaf5bd
7
+ data.tar.gz: ee6aa21d96b499527211bd83435c1532aad15e684776ab4aeb565abf8e50bce6fa7b4febb18571d77f7e7f6011330e14194abe6fa5e0253813da11fbdf91b5e3
data/CHANGELOG.md CHANGED
@@ -1,39 +1,42 @@
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.5.0 (2022-06-02)
4
4
 
5
+ #### Features
5
6
 
6
- ### Bug Fixes
7
+ * Update core dependency to at least 0.5
7
8
 
8
- * **generator:** Fix field name in authorization example ([2ac44c2](https://www.github.com/googleapis/google-api-ruby-client/commit/2ac44c2145d111033cf344c624dad4c1d3188f25))
9
+ ### 0.4.1 (2022-01-11)
9
10
 
10
- ## 0.4.0 (2021-06-28)
11
+ #### Bug Fixes
11
12
 
12
- * Update core dependency to require at least 0.4 and allow 1.x versions
13
+ * Fix field name in authorization example
14
+
15
+ ### 0.4.0 (2021-06-28)
13
16
 
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)
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
- ### Features
21
+ #### Features
18
22
 
19
- * Include repo-metadata.json in generated libraries ([91b0f2c](https://www.github.com/googleapis/google-api-ruby-client/commit/91b0f2c17d76fedf8aa3f7c905c424fe8b64a970))
23
+ * Include repo-metadata.json in generated libraries
20
24
 
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)
25
+ ### 0.2.0 (2021-03-07)
22
26
 
23
- ### Features
27
+ #### Features
24
28
 
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))
29
+ * Drop support for Ruby 2.4 and add support for Ruby 3.0
26
30
 
27
- ### Fixes
31
+ #### Fixes
28
32
 
29
33
  * Include templates in the gem distribution.
30
34
 
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)
32
-
35
+ ### 0.1.2 (2021-01-19)
33
36
 
34
- ### Bug Fixes
37
+ #### Bug Fixes
35
38
 
36
- * **generator:** Update thor dependency to allow 1.x ([6d8b7a4](https://www.github.com/googleapis/google-api-ruby-client/commit/6d8b7a4a5fb7ad524aa5083beac7a67a248526fa))
39
+ * Update thor dependency to allow 1.x
37
40
 
38
41
  ### v0.1.1 (2021-01-06)
39
42
 
@@ -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.5", "< 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.5.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.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-01-11 00:00:00.000000000 Z
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.4'
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.4'
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.4.1
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.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