googleapis / gax-ruby

Google API Extensions for Ruby
https://rubygems.org/gems/google-gax
BSD 3-Clause "New" or "Revised" License
20 stars 22 forks source link

Update Ruby version support in README.md #131

Closed quartzmo closed 6 years ago

quartzmo commented 6 years ago

Please apply the following patch to generated README files. This change is being applied manually to existing generated files in GoogleCloudPlatform/google-cloud-ruby#2130.

-This library is supported on Ruby 2.0+.
-
-However, Ruby 2.3 or later is strongly recommended, as earlier releases have
-reached or are nearing end-of-life. After June 1, 2018, Google will provide
-official support only for Ruby versions that are considered current and
-supported by Ruby Core (that is, Ruby versions that are either in normal
-maintenance or in security maintenance).
-See https://www.ruby-lang.org/en/downloads/branches/ for further details.
+This library is supported on Ruby 2.3+.
+
+Google provides official support for Ruby versions that are actively supported
+by Ruby Core—that is, Ruby versions that are either in normal maintenance or
+in security maintenance, and not end of life. Currently, this means Ruby 2.3
+and later. Older versions of Ruby _may_ still work, but are unsupported and not
+recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
+about the Ruby support schedule.
jbolinger commented 6 years ago

Moved to https://github.com/googleapis/gapic-generator/issues/2071

Side note: @quartzmo don't worry about which of these two repos you file issues against. It's not going to be obvious which it applies to so I'll just move them if needed.