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: 6d1e58a2801bd7313b94bfa3967d813a24c856ef7e535d8eab5ccc396b7895d6
4
- data.tar.gz: 8cc353a232ab3f13aa1d9190608e6c5cdd52067493d82a765d882bf2d1ea2b0a
3
+ metadata.gz: 2402c5312633fe9cba773ca36f1dad0113414ef00494ddd19fd0967614472f71
4
+ data.tar.gz: d1bc77d4b8344c0a8e8b2e7c70de717f5453be1d048ed8e7184b15c976623e2b
5
5
  SHA512:
6
- metadata.gz: 1675b5dd4b6aaf596499318bbcb1559a1cfdaf2e96880e0daca3c63b708471cde3ff0b7a674789f8df8c5b1583d9432f6e6f45bd597401003f3d992a76b7d06c
7
- data.tar.gz: 2cfaceb99b47b580b09278c8fe3cd87ea38aaaf89a79e2c61ee43c6bb534684ab55732fbba752eaba136869b14d0953a670dd9c8124121c3411177579b536d7c
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.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
@@ -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
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module OsLogin
23
23
  module V1
24
- VERSION = "1.6.1"
24
+ VERSION = "1.7.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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.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.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