google-cloud-automl 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: 6d5c17f5c33be7f79fad6c83f1c63023b5277379b6a443434e60591f79fc3c14
4
- data.tar.gz: 38c5b5a87effef5c717589be853d391d8d07b031eb9bdae2448f98d84f2cbac7
3
+ metadata.gz: 907b2277978da3c1a56fa81362616f2185122e7afd686272ac64ce17ae7d57fe
4
+ data.tar.gz: b2eee0c49cce5a7ace815a5624bca9f84183f566f21dada7e83d4574e973e941
5
5
  SHA512:
6
- metadata.gz: 7575d6f1cb5c48f7ec84ed089a2fac190b989b20778f2b41a60798d3145f580017e3900ef29de3e9be0e8ef3934fa9e746b82f01ce64b0fb5eec22b577b207bf
7
- data.tar.gz: 61f263316d3ec89aeae1dfb2f06bf6a475d5a4e33df7714f8d96ee2a8110ff32a3556b35024d5f56b9c955fa1a7288998497024e21ed23f65d361fdab82c685f
6
+ metadata.gz: 933261911ca5995a86251c02805d5a520487054dac6f83e3fcc5e486c411f81da6bc190796fd284732ec7d598cb5533c68649d8959f6196141d77ad37ed3ea27
7
+ data.tar.gz: d37d539ae7e5f4f6f714d223fa74e33e2f6066374136b2cf55cc9189688572bc25d7e0255a57bfdb5951efe3635bd74d6207fbff637794c0c158601a59b6954d
data/README.md CHANGED
@@ -82,7 +82,7 @@ working, try updating the versioned clients in your bundle or installed gems:
82
82
 
83
83
  ## Supported Ruby Versions
84
84
 
85
- This library is supported on Ruby 3.0+.
85
+ This library is supported on Ruby 3.2+.
86
86
 
87
87
  Google provides official support for Ruby versions that are actively supported
88
88
  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 AutoML
23
- VERSION = "2.1.0"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -224,6 +224,7 @@ module Google
224
224
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
225
225
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
226
226
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
227
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
227
228
  # * `:retry_codes` (*type:* `Array<String>`) -
228
229
  # The error codes that should trigger a retry.
229
230
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-automl
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