google-cloud-service_usage 1.5.0 → 1.6.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: e731ed577f5012e1219a748edeb2d8b957a983c547258e1deb8dd21c1f49faeb
4
- data.tar.gz: 27102a17308ee300bfa9087dd26086e98631a19b551f3d79d9a32085d3e1c47d
3
+ metadata.gz: 310f5bad4fd5554e5bfd246bb656aac03dfa736e1d28aec7b28b66040e8cb937
4
+ data.tar.gz: eb2abbab7f46fcb1835f6593a031954978e18b1c9f6a7b8021eb391f420adc51
5
5
  SHA512:
6
- metadata.gz: 43dc773e323e440825d501a857413dff8f6fc4b4199abcfa7c45d18718578124bdbb661308dc21f3e2c45aaf6869848a1f73f43b0566d091e305ac826fd2f43c
7
- data.tar.gz: 8e0923d4eafd13128d2bb647d7e5b1fe36f5767c84f81e29945541e6767aff4a92e6cfdd5a789e37f806b66d144fe8cdad698d6d3d670270498e24ce947a1def
6
+ metadata.gz: e944e43cc2e4b2102ee1378bba217310428565d41370c46e39f3429c4174f4b4cf2a577971c7b2b5ad72ec28a9c4b5738a7d8d1925e51e33823c84672477879e
7
+ data.tar.gz: fbd4e5a44b0d670dcad4fa4a70462d986112d0acb5d176cdac595317ff6376ecf921b6caf6ec044fa690c5099b78150d1e3efb991410d83439607f295d84401e
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 ServiceUsage
23
- VERSION = "1.5.0"
23
+ VERSION = "1.6.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2021 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.
@@ -133,6 +133,7 @@ module Google
133
133
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
134
134
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
135
135
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
136
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
136
137
  # * `:retry_codes` (*type:* `Array<String>`) -
137
138
  # The error codes that should trigger a retry.
138
139
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2021 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-service_usage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC