google-cloud-managed_identities-v1 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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b73c8638e8beb0494746057a12bd68f3d0a2f7cad38a4b84eb6feee33375fc3
|
|
4
|
+
data.tar.gz: 9b61381290a3b434500ed3f9ef7f492915f1c7f5b5df6d32a1d8d9f9c3211b51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: acc6d33a72799b4fe3940c43b678546310cca2617c72e39718f24904fd46cddcb907d593610b69727f7b0912da3e8eb97f465edc6bc5ad8b5895f22862479373
|
|
7
|
+
data.tar.gz: e45218c2d6a83e18d413ef6a270e139504276116ed8c0ae3d0c695383313aba83ebf6e494f8974d7d1c407dda5147a5861e977148b9f982314a43c4962ad321a
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby 3.
|
|
89
|
+
This library is supported on Ruby 3.2+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -1326,6 +1326,7 @@ module Google
|
|
|
1326
1326
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1327
1327
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1328
1328
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1329
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1329
1330
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1330
1331
|
# trigger a retry.
|
|
1331
1332
|
# @return [::Hash]
|
|
@@ -1409,6 +1410,7 @@ module Google
|
|
|
1409
1410
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1410
1411
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1411
1412
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1413
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1412
1414
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1413
1415
|
# trigger a retry.
|
|
1414
1416
|
#
|
|
@@ -703,6 +703,7 @@ module Google
|
|
|
703
703
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
704
704
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
705
705
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
706
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
706
707
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
707
708
|
# trigger a retry.
|
|
708
709
|
# @return [::Hash]
|
|
@@ -786,6 +787,7 @@ module Google
|
|
|
786
787
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
787
788
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
788
789
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
790
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
789
791
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
790
792
|
# trigger a retry.
|
|
791
793
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-managed_identities-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '1.
|
|
18
|
+
version: '1.3'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '1.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|