google-cloud-translate 3.8.0 → 3.9.1

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: 17f4b29d4f384d9475354d4b30ea6b92d526b55b2bbe01f8e37c85a2ce2304e4
4
+ data.tar.gz: 65991e476d4b360da0f0addcd99ced16b7c71a32f8db95dcbd261a8158c5d6c1
5
5
  SHA512:
6
- metadata.gz: ca08c0a7467a31503d18fe4650ed284327ca4cdfd37ce7aff920f67cb666215cb75a0aa7f8c3e6b4be0ffed84adc88c783a2f9153e84d8a15a2e3f3cf2b04959
7
- data.tar.gz: c395919b7a97050451d127498d728aa03a0790f63a841006521970326ccc4cfc88a5ce5b4338d92c712f2160bf0138b48cfc83c7a96aff98b417d86598fa2786
6
+ metadata.gz: a4a4d503d443ee61885d942817ce18f7ca74c908932468ad4edcfd2672c17eff52de51970cf31be79af321a86bd891a8be96492efaa43340537b0705e156f6d5
7
+ data.tar.gz: af4bd8396f6026fb2a677a96fde43a7a3f104a6410fb97e510169908e0f86166919f4fe1e428d412a8cb0fb3f9bea726a8abe02028bbd5fd5126e12cc1dc757e
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.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -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
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC