google-cloud-billing 1.7.0 → 1.8.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: aa62564ae9973704d54e1434d9d8f73cbbd2861f884059a566d33464557f1f25
4
- data.tar.gz: ebc1cdb2bed05786ae4a6be29695dd492a0975705a56e841293345575ebdb7ef
3
+ metadata.gz: c14cfc4e297dc4b843d6386b957a6b1f51d09df55227a47edfbdd9930f635364
4
+ data.tar.gz: '093d0ad2cf101977d0390df6aa62998299181b5f93999452873f97c06f33856b'
5
5
  SHA512:
6
- metadata.gz: f8a2e8dff2d95fadd9b0749ebfa50284c2496df5a4c0ab4dab1ea24ea9e946ab12e2f8021874d16c58d4fa5183ca57f73d31cff0966c854154537735b62924f5
7
- data.tar.gz: 4b45b0621242f3e25513b7af00576bf98215691dc70d3851a9aaff99072b64ed4f047648dd9c7ab91ccb0991efa5c65de82c147cdd34df5bd8f8ece2545dbfbf
6
+ metadata.gz: a79a6477c4f7971d843f054647312fad78153a44d62d2aa92bf12d8d30bd023423c12a3f1a9a71d70c57db3237644d2d2a00969b91f873aef793f9d1369861fc
7
+ data.tar.gz: da668f52d66d5065d5b43eccf3d0a3bbc0272a2accaac4964f4ba536aebddf55bd53898ddbca5e990bb5e0ba66f4ee4a8a0790f24c2377d5846f7c050500cbf8
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
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Billing
19
- VERSION = "1.7.0".freeze
19
+ VERSION = "1.8.0".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -211,6 +211,7 @@ module Google
211
211
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
212
212
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
213
213
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
214
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
214
215
  # * `:retry_codes` (*type:* `Array<String>`) -
215
216
  # The error codes that should trigger a retry.
216
217
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC