gapic-generator 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: 0f7df8b22a84359c27f6074aee1ac25ebdddf7838b8e420a908f9381df4c3217
4
- data.tar.gz: dc71fcaf60829fed44ceca3bc9d878a2d6d0787a2e01be0dfbc42d9693ebe6d1
3
+ metadata.gz: 1a5cfd7100b78e532d61c6cbb0e1fdc26e4e52235d0838c887a3ee951f642513
4
+ data.tar.gz: 42ca94ca019ed994efc8beb90bbb3e88921b2b128b346551f1ae7acc8999b5e8
5
5
  SHA512:
6
- metadata.gz: cf3382a6c2303247e82b69030eead4bd8f97101b95d34ce00b043d4036ad95eafcd0688e5e79fcea93264d294f530f4453dc5138c73ed76aa1a1e01d273fb666
7
- data.tar.gz: 361aa578ba1afdc3fe27d7b617c36926b77458b48a080d03d0f568c9d2a60cb2410a6aa2870acb874a2c963ebed26f8c9e811ba2006473175cf83e02e6ee1ad7
6
+ metadata.gz: 963c359acc6f8d5ebba562d8e151394e95db7db61cc203a05a14b7e941ef22849a3d9bf7ca1d517548ec7aaaa817339557dfa90592dfc54c9628c193d49ab928
7
+ data.tar.gz: 0a955e4cfcd87eb3c112d8acb3bf58b1db10f224f22bbf0422af76876e58d01f1b3a5d65543c8909e005787e7ded93554bcc62887fc3e60625091bc254cf1d81
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release History for gapic-generator
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
  * Update minimum Ruby version to 2.5 for generated libraries.
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Gapic
18
18
  module Generator
19
- VERSION = "0.7.0"
19
+ VERSION = "0.7.1"
20
20
  end
21
21
  end
@@ -28,11 +28,11 @@ response = client.<%= method.name %> request
28
28
 
29
29
  ## Supported Ruby Versions
30
30
 
31
- This library is supported on Ruby 2.4+.
31
+ This library is supported on Ruby 2.5+.
32
32
 
33
33
  Google provides official support for Ruby versions that are actively supported
34
34
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
35
- in security maintenance, and not end of life. Currently, this means Ruby 2.4
35
+ in security maintenance, and not end of life. Currently, this means Ruby 2.5
36
36
  and later. Older versions of Ruby _may_ still work, but are unsupported and not
37
37
  recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
38
38
  about the Ruby support schedule.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gapic-generator
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