google-cloud-os_login-v1 1.6.1 → 1.7.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: 2402c5312633fe9cba773ca36f1dad0113414ef00494ddd19fd0967614472f71
|
|
4
|
+
data.tar.gz: d1bc77d4b8344c0a8e8b2e7c70de717f5453be1d048ed8e7184b15c976623e2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e432d4ae0a0a6f8b52cadcd0e4d388e318127f283095d3ddd88f53f2b426198549b7a2c03a9e5945621f57c85d5b6d60a5ece57a2e179abc34931ea1dc2489de
|
|
7
|
+
data.tar.gz: c62d38a5f4387e8141d4278b97143aa3107ab4fa90206ca695cd315e9e395db1b0e684352f2f0e9d8be59f23b5302a99bddf7e7e378d245a4bbc2a0a97380fc1
|
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
|
|
@@ -937,6 +937,7 @@ module Google
|
|
|
937
937
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
938
938
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
939
939
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
940
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
940
941
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
941
942
|
# trigger a retry.
|
|
942
943
|
# @return [::Hash]
|
|
@@ -1020,6 +1021,7 @@ module Google
|
|
|
1020
1021
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1021
1022
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1022
1023
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1024
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1023
1025
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1024
1026
|
# trigger a retry.
|
|
1025
1027
|
#
|
|
@@ -855,6 +855,7 @@ module Google
|
|
|
855
855
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
856
856
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
857
857
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
858
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
858
859
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
859
860
|
# trigger a retry.
|
|
860
861
|
# @return [::Hash]
|
|
@@ -927,6 +928,7 @@ module Google
|
|
|
927
928
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
928
929
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
929
930
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
931
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
930
932
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
931
933
|
# trigger a retry.
|
|
932
934
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-os_login-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.7.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
|