google-cloud-translate 3.8.0 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa03e55904f5c90e23c690ea205cdd273bd77fab300efb87781f86f28d5feac1
4
- data.tar.gz: e01ecde9b386c407b3db1bfa67adccf731447b2b2a4d77bbc666661c76f98407
3
+ metadata.gz: 18211db90c8f3939d07c3c0ddf9ec61a4192187a5b1da27eca264ace712ec4f9
4
+ data.tar.gz: ccbc932ea5dda16efa75ca5a642e0686c5f76cb08e323100a9ab09f8eb3468a2
5
5
  SHA512:
6
- metadata.gz: ca08c0a7467a31503d18fe4650ed284327ca4cdfd37ce7aff920f67cb666215cb75a0aa7f8c3e6b4be0ffed84adc88c783a2f9153e84d8a15a2e3f3cf2b04959
7
- data.tar.gz: c395919b7a97050451d127498d728aa03a0790f63a841006521970326ccc4cfc88a5ce5b4338d92c712f2160bf0138b48cfc83c7a96aff98b417d86598fa2786
6
+ metadata.gz: cd634e1737c3233f37992f82ce408aee41f86acf4d9360199d2947fca41fdbabbb77788fac77148177c7188012a2fb721909885685177652dfcbfb97853d11cf
7
+ data.tar.gz: 11d1578e4412e4e8781904b3d5d805f89df687fd61ca0b55506d675e1f2e263f39f5fb9335161d0125b98d88c1456d2405fb7029714fab65569e075545bcfa1e
data/README.md CHANGED
@@ -84,7 +84,7 @@ working, try updating the versioned clients in your bundle or installed gems:
84
84
 
85
85
  ## Supported Ruby Versions
86
86
 
87
- This library is supported on Ruby 3.0+.
87
+ This library is supported on Ruby 3.2+.
88
88
 
89
89
  Google provides official support for Ruby versions that are actively supported
90
90
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Translate
23
- VERSION = "3.8.0"
23
+ VERSION = "3.9.0"
24
24
  end
25
25
  end
26
26
  end
@@ -138,6 +138,7 @@ module Google
138
138
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
139
139
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
140
140
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
141
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
141
142
  # * `:retry_codes` (*type:* `Array<String>`) -
142
143
  # The error codes that should trigger a retry.
143
144
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-translate
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.0
4
+ version: 3.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC