google-cloud-os_login-v1beta 0.21.1 → 0.22.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: 1828f4624c5d89ef74780186d5f49600a02799c7d35534e404cd0165a01cfd61
|
|
4
|
+
data.tar.gz: 726a6b52174b4095828196adee653f0086687e47e7a07eee0a9ea614cb8d1b3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c57e23d13bad36b346702a3da91502973eeba8682acf78f7d8c61be445dc5ba2bc35d19aa1903d75963bcdc396e485987080ded37cf8852dd17e41342274d153
|
|
7
|
+
data.tar.gz: 8105cfc12029d731dc634404342b9dedbe81c0df5d3dfb1c6e97eb2baaf473f5af0896888fe035e22c793b0faffbabc32c4b77c972e330484475ef690e308150
|
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
|
|
@@ -1028,6 +1028,7 @@ module Google
|
|
|
1028
1028
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1029
1029
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1030
1030
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1031
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1031
1032
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1032
1033
|
# trigger a retry.
|
|
1033
1034
|
# @return [::Hash]
|
|
@@ -1111,6 +1112,7 @@ module Google
|
|
|
1111
1112
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1112
1113
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1113
1114
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1115
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1114
1116
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1115
1117
|
# trigger a retry.
|
|
1116
1118
|
#
|
|
@@ -939,6 +939,7 @@ module Google
|
|
|
939
939
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
940
940
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
941
941
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
942
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
942
943
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
943
944
|
# trigger a retry.
|
|
944
945
|
# @return [::Hash]
|
|
@@ -1011,6 +1012,7 @@ module Google
|
|
|
1011
1012
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1012
1013
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1013
1014
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1015
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1014
1016
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1015
1017
|
# trigger a retry.
|
|
1016
1018
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-os_login-v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.22.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
|