gapic-generator-cloud 0.7.0 → 0.7.1

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: c751d7b581655b797aa620a09b6954f79d741075d443ece0938512e6a816a5db
4
- data.tar.gz: dce39d1de70b9426ae427d076bce1150f362c466a49439ca99a73df54176fbf9
3
+ metadata.gz: 723351c2732633c399750f01e0897efb8a175f3647d82187eb0b5db7f34d560b
4
+ data.tar.gz: 4ceb12699aecad1432615e4ca7899d883c77f760636b931faca2cf83cd7c0896
5
5
  SHA512:
6
- metadata.gz: 4025efcd6b63862374feaf1b7fc49363cd8d1532d75a27f9246e383018d9cb62936ee6b0b1cb2c57f661a7746b44ecdd6d37189115cf3cb4406d21fd12834577
7
- data.tar.gz: d9f83817a4799b72f615c2c34f47cbe2575aa97059ee9634e33a32880d6e3a0b9788d785515393598c116757044d17d2f5e6c0ce748ba1d16cfcf8f7bd643ef2
6
+ metadata.gz: 349ec8c227062a8bb4008e09ddf21d1cd237bfa14869d1a29cc068916970b34d8ccb52c69a2548666ff67863241f0191db0427db7b9d6670dbe022a5eb388617
7
+ data.tar.gz: db5fcad0b368af97ad76e7325c919037dc0c5b1a2b9e3826f050810de1b3e71a7bea95fabae1a8308a6b8969740a578f25341c5d015aaea143cc5c07e4a647a2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release History for gapic-generator-cloud
2
2
 
3
+ ### 0.7.1 / 2021-02-27
4
+
5
+ * Update generated readmes to reflect that Ruby 2.5 or later is now required.
6
+
3
7
  ### 0.7.0 / 2021-02-27
4
8
 
5
9
  * Includes changes from gapic-generator 0.7.0, notably dropping Ruby 2.4 support.
@@ -18,7 +18,7 @@
18
18
  module Gapic
19
19
  module Generator
20
20
  module Cloud
21
- VERSION = "0.7.0"
21
+ VERSION = "0.7.1"
22
22
  end
23
23
  end
24
24
  end
@@ -93,11 +93,11 @@ end
93
93
 
94
94
  ## Supported Ruby Versions
95
95
 
96
- This library is supported on Ruby 2.4+.
96
+ This library is supported on Ruby 2.5+.
97
97
 
98
98
  Google provides official support for Ruby versions that are actively supported
99
99
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
100
- in security maintenance, and not end of life. Currently, this means Ruby 2.4
100
+ in security maintenance, and not end of life. Currently, this means Ruby 2.5
101
101
  and later. Older versions of Ruby _may_ still work, but are unsupported and not
102
102
  recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
103
103
  about the Ruby support schedule.
@@ -88,11 +88,11 @@ end
88
88
 
89
89
  ## Supported Ruby Versions
90
90
 
91
- This library is supported on Ruby 2.4+.
91
+ This library is supported on Ruby 2.5+.
92
92
 
93
93
  Google provides official support for Ruby versions that are actively supported
94
94
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
95
- in security maintenance, and not end of life. Currently, this means Ruby 2.4
95
+ in security maintenance, and not end of life. Currently, this means Ruby 2.5
96
96
  and later. Older versions of Ruby _may_ still work, but are unsupported and not
97
97
  recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
98
98
  about the Ruby support schedule.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gapic-generator-cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernest Landrito
@@ -32,14 +32,14 @@ dependencies:
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 0.7.0
35
+ version: 0.7.1
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - '='
41
41
  - !ruby/object:Gem::Version
42
- version: 0.7.0
42
+ version: 0.7.1
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: google-style
45
45
  requirement: !ruby/object:Gem::Requirement