google-cloud-billing-budgets 3.1.0 → 3.2.1

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: a2df92e67cf91c2d886c709469a325cd2a819e9eb4b4c5f04c48b5291d944f8e
4
- data.tar.gz: 2c90d4da65c72f8cfa9c1fdb26d84f74585bad062ee0b752becca8accd3f803f
3
+ metadata.gz: 75600258e345221bc32ad72e743a49f36254a2d16820875544cfe92f4005e7b0
4
+ data.tar.gz: 35ad074fe5a0afafdb866e0c7376f341b411eb0cdd8890f05513cf62bf93adb8
5
5
  SHA512:
6
- metadata.gz: e1de0dfa75ca09b2608b0d24608b2f9b83a8131e1435392e974445be44e5441695ef31c1b5ade59363c3e73e6087703e0f4821b42662de55590ab64ce128af5b
7
- data.tar.gz: b84429138eeffb43b6396e0e2a3b57e9ad30751d60fa08bc54d295d5414cb899b61c44698352e9ae620b109260629555d59196d921217e1f7300188e0550978d
6
+ metadata.gz: d1dc0ce60b5201a435ee6c0f7e7dbfda57e3375df9331a44cb48194f60d0e2e6e639a1f70c10e8d7dfc20d0d286d658cddaef6937650968b55dfce6c04263732
7
+ data.tar.gz: 9b90aca35d32d41b2a8ab2046313148ae53a389174ab105e33f543de7b0e1921a6541faec36254ef246a217cd922ae931fbec54f01b61974bc29580b7f414186
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Billing
23
23
  module Budgets
24
- VERSION = "3.1.0"
24
+ VERSION = "3.2.1"
25
25
  end
26
26
  end
27
27
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -140,6 +140,7 @@ module Google
140
140
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
141
141
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
142
142
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
143
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
143
144
  # * `:retry_codes` (*type:* `Array<String>`) -
144
145
  # The error codes that should trigger a retry.
145
146
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-billing-budgets
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC