google-cloud-vision 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: 5fb46aec9be936958fdb4668e452d589ab3d1c8684fce9e63cd150f209d85a3c
4
- data.tar.gz: 32dde696be3788f46dde7be86a30d4454dd3456552ff54acb7f830a0b2a858bf
3
+ metadata.gz: 25810e40ea4d091360fab54f43451503a9565669000e255c581bee9a30dfcddc
4
+ data.tar.gz: bcfbfe46d7aec60a1fd8ac4cf15692188bc3c4d853eb81b8c2173bd06f31a7f1
5
5
  SHA512:
6
- metadata.gz: a34690f5c377b8546e2a0a420c89f752fc1411067f589ccc4811082cadaefa1c5f0e5e163e2b71f362f52533a84b13f83a8a2dc120712eea9d856c016cb19f63
7
- data.tar.gz: 6cb24b754eff1500a15e75da0e25739057248524bfee048e0431abeb538ebd51aa7c8055adbe0993f93a6b4329424ae7bb969700edba3aeea0bc7e23a103edc7
6
+ metadata.gz: 23a725c877ee6abc61624e9fd0fd1690816d3f051067a2298436846f7650ce762de3c944d8cbb8848c07064e1fe885eb9dbae2513f8f4e12eb95e7c0fa6b6b5e
7
+ data.tar.gz: 4ca592346cc4772e784e4a2e1d2ac2d168ff7658e62d956ae23950025223df8c4cad596f7218d4390ec70f5dfcaae8fe063d2c7d6ea4c9e7c0a87faf2a1fe083
data/README.md CHANGED
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
74
74
 
75
75
  ## Supported Ruby Versions
76
76
 
77
- This library is supported on Ruby 3.0+.
77
+ This library is supported on Ruby 3.2+.
78
78
 
79
79
  Google provides official support for Ruby versions that are actively supported
80
80
  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 Vision
23
- VERSION = "2.1.0"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -225,6 +225,7 @@ module Google
225
225
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
226
226
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
227
227
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
228
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
228
229
  # * `:retry_codes` (*type:* `Array<String>`) -
229
230
  # The error codes that should trigger a retry.
230
231
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vision
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