google-cloud-vision_ai 1.1.0 → 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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/vision_ai/version.rb +1 -1
- data/lib/google/cloud/vision_ai.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b09d33b988c31ceb9f531c9c50501ed69cb8cbc11662eafc43b53988780055a6
|
|
4
|
+
data.tar.gz: 534169faa294102d61655d89347c6e192d56a598f47f8676e05bc19fbdc605b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
|
@@ -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
|
#
|