google-cloud-access_approval 1.7.0 → 1.8.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/access_approval/version.rb +1 -1
- data/lib/google/cloud/access_approval.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: e28616265a4b95a465ea524023dd88b6485b92eb4a2f6b7a7b782b867383a452
|
|
4
|
+
data.tar.gz: 52094593ba8f7803fcd8fde6474d77757797c033f7ffc7af4396f2337c0ca3d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0eca6bbb720913366d8e82aa441174e7bc8e22d7744d57d572e3d01674a480c542dce8575dec1692885f3c3571e2dfdb4d6a559bbab4082e2382a407d59aac3c
|
|
7
|
+
data.tar.gz: 312aaae99b8ab9c9ce447617433267ccad25a12ff1ae329c723f2028fd791016362e30dc403af77963ec1acf0544a98ed6d5e8c1d2f46c6bf1602cb45bd6eaeb
|
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
|
|
@@ -170,6 +170,7 @@ module Google
|
|
|
170
170
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
171
171
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
172
172
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
173
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
173
174
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
174
175
|
# The error codes that should trigger a retry.
|
|
175
176
|
#
|