google-cloud-cloud_quotas 2.1.0 → 2.2.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: 81a1f06e1aac63b66d12d8e596fb6bd2aa83a5fc1e9dd877cb6866873854465f
4
- data.tar.gz: 9bdeafc14653ffba5427a77d21eb4c22f7eba4cfb37c502f7a28e409d3627467
3
+ metadata.gz: 38cd8b427db8eaac222ac4250c97c529b9317b020a311d9352a0cbde4b9426bc
4
+ data.tar.gz: 81b61e449612d04c372a4fc1653e334a60173aa7e07c8662e567686162314ec2
5
5
  SHA512:
6
- metadata.gz: 58d401ad86ccf732da53fe0a44abeb3c7731487eb477bef580309b9c6d82019581776fc39e4f3b60fe79b8aa5cf82af44fac6cdc5e7438e051bfddd6ae3445c3
7
- data.tar.gz: 13b54e860597675f76b2475cef290626da866a08a43713296c8c3f998a2b6189f133442ab263cf184c8a48fabf2fb5f40cab310e1b58f049b2bd3d047280899d
6
+ metadata.gz: cd8437aa6e60379b6c258de158d0abe9c78ebc11fc63b6423557e9c90834b0c7d70ff9a1818925e5d26810120b1a1ac2cba809e5a9e850a42f180b168c54bcbc
7
+ data.tar.gz: b00d4d311de705a38ab9e276b21c08d48f9ee12b38c6bd9c0e8082945c1e0d2321dee0f961f322eeb472bb5e1cd2a8f37ff5becbd09b1cd11139c4736813bcb1
data/README.md CHANGED
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
74
74
 
75
75
  ## Supported Ruby Versions
76
76
 
77
- This library is supported on Ruby 3.0+.
77
+ This library is supported on Ruby 3.2+.
78
78
 
79
79
  Google provides official support for Ruby versions that are actively supported
80
80
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module CloudQuotas
23
- VERSION = "2.1.0"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -144,6 +144,7 @@ module Google
144
144
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
145
145
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
146
146
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
147
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
147
148
  # * `:retry_codes` (*type:* `Array<String>`) -
148
149
  # The error codes that should trigger a retry.
149
150
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-cloud_quotas
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC