google-cloud-vision_ai 1.0.2 → 1.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: bb0db15e2120131bdc54e46865cb558c581a6092edcc77bda88ee5032a68d9be
4
- data.tar.gz: fcef7801c3ab0555a3bf534fc130438d491a20d36bd19893c9349a72c6677e37
3
+ metadata.gz: b09d33b988c31ceb9f531c9c50501ed69cb8cbc11662eafc43b53988780055a6
4
+ data.tar.gz: 534169faa294102d61655d89347c6e192d56a598f47f8676e05bc19fbdc605b9
5
5
  SHA512:
6
- metadata.gz: 29b018f69cd81aa965ab2ec240ed4697b15aa0ecdff249927383864a0fb0ac6d16d2d5cfc1e22a6a6b1ed507a4e4bc1690b07ab442521c064766626d3e45dc28
7
- data.tar.gz: 575f24ef2443bc8d53ead4d89b29d8784a1e8ebc75c058acd3a1e372e599ce2dfe3cd77039eed1f78bb5ab7e94d8e162806e6f12b813409aae50aefb64d6b68e
6
+ metadata.gz: 99d11266ace765054a7cc5296b04c8557a56711858391dce2f84338d3c441448afdd35d0b9e5ea08481154f353c318c51c3b532b94306f62da7996280e7b3b13
7
+ data.tar.gz: 20827e870b692d328304d6a66dd7d2c286140cb54177d9393338ff83d2dcc340359f2ed05ebc4eea6042a553539b1ce98c344831e8c62f1045a0c805ec61188f
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 VisionAI
23
- VERSION = "1.0.2"
23
+ VERSION = "1.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -493,6 +493,7 @@ module Google
493
493
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
494
494
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
495
495
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
496
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
496
497
  # * `:retry_codes` (*type:* `Array<String>`) -
497
498
  # The error codes that should trigger a retry.
498
499
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vision_ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -62,7 +62,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '3.0'
65
+ version: '3.2'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="