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: 25bbb11bfc6e159cfeeb8a44ac42fbcaa456d2dd7e2f0868b820bd260181ae39
4
- data.tar.gz: 27dbd7396c7eefd6afdc6164ec321f296edaeae9c3b23055c2fc57e3bb28930a
3
+ metadata.gz: 1828f4624c5d89ef74780186d5f49600a02799c7d35534e404cd0165a01cfd61
4
+ data.tar.gz: 726a6b52174b4095828196adee653f0086687e47e7a07eee0a9ea614cb8d1b3c
5
5
  SHA512:
6
- metadata.gz: 80ef1fb74943b0ec12303117aa574473e52dae7ba9934b819c83d6b51424c7bc78b77307ce297057fc39b5f3300e951dfbd21be3055dc079e4157339ca3afb64
7
- data.tar.gz: 417f5b44edb92dd934e38030fe5231ea1d6a52ec6f746d250a610d5411b91eb78b35220b498bc208748bfd766df8f8c7eed08d3c6d54736117e64747f23e5b04
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.0+.
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
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module OsLogin
23
23
  module V1beta
24
- VERSION = "0.21.1"
24
+ VERSION = "0.22.0"
25
25
  end
26
26
  end
27
27
  end
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.21.1
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.2'
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.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement