google-cloud-language 2.1.0 → 2.2.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: 28983152e7946fd7b61b889a50a8b746346b8ea0b82bf1117e5233e693c66ebc
4
- data.tar.gz: 2a7f2600b416facfb091b90bd32297dc998bc2a5c891ccf0a66f1ae215aad227
3
+ metadata.gz: cf58c09861eec879215dae0519454bda52e97e070ec5fbdf694d6e8d5018745c
4
+ data.tar.gz: '09ab0a81b935c48ff2e1d649a411610f17bc0f1fb676879fa371f76dde2823d5'
5
5
  SHA512:
6
- metadata.gz: 3974eab4df6166ad3e2ab2e6f5980055a7a8e3e42aad1446fe2986352c52a2c3dfaa0a68bb12c922d2f08d8a1d4ec686fb9e1a6069f8d2c24ebbbe6206ee2444
7
- data.tar.gz: 36bc094f46d0fbadd3e02b96096f9d4aab7e79a7b03bb45f2a6dbe7b3ba2a9d0d9b8cc00a1c639aa91d7dd43bb06000762fb143b4d5f9566225be5d2b428bdda
6
+ metadata.gz: a3cc4cf5d8cbacde389f9e3f779c01e07b1a794b5591bf8af4eb5dfda5371093b58d60aa081a0cf2b8769e2871bd50c84a9b273c3f7a97269ce8ba6fde33588e
7
+ data.tar.gz: 4163c71665e9fecde24c4983d32c9ccf70c6f834a2e96758959d4c37588e5d47ac4961a8fdea0ae5129ee3e630057c0190e2a597d72a63cf3fe2ad45a90fab0c
data/README.md CHANGED
@@ -76,7 +76,7 @@ working, try updating the versioned clients in your bundle or installed gems:
76
76
 
77
77
  ## Supported Ruby Versions
78
78
 
79
- This library is supported on Ruby 3.0+.
79
+ This library is supported on Ruby 3.2+.
80
80
 
81
81
  Google provides official support for Ruby versions that are actively supported
82
82
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Language
19
- VERSION = "2.1.0".freeze
19
+ VERSION = "2.2.0".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -139,6 +139,7 @@ module Google
139
139
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
140
140
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
141
141
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
142
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
142
143
  # * `:retry_codes` (*type:* `Array<String>`) -
143
144
  # The error codes that should trigger a retry.
144
145
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-language
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC