google-cloud-binary_authorization 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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/binary_authorization/version.rb +1 -1
- data/lib/google/cloud/binary_authorization.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: ac40ec6bbf59cb8a44fa2f3b666b1544b73ce937e166b782c5314ced5edd5736
|
|
4
|
+
data.tar.gz: 8f5bd4c910ddef1aa3de4f81e54588c775a94d10ab38c5b3f817d9816b4210ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79589a5e9d57f58f102ef45211c82df67a261672d54a0be485f925a4c6bbbe38d8b0475e2e9f65a7e2e3a4e3c8849ed45c627a434e6c88d6c03dfc73687e0a8b
|
|
7
|
+
data.tar.gz: 6a88fc0455dc3c5e723849a42f55ce84c1ee12c592a6e58e5c72a638e2301627cab795f254571c996ea7f79189efe46bd770fbbc8efbb7a8db618cb1099f36a7
|
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
|
|
@@ -284,6 +284,7 @@ module Google
|
|
|
284
284
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
285
285
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
286
286
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
287
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
287
288
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
288
289
|
# The error codes that should trigger a retry.
|
|
289
290
|
#
|