google-cloud-service_usage 1.5.0 → 1.6.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: e731ed577f5012e1219a748edeb2d8b957a983c547258e1deb8dd21c1f49faeb
4
- data.tar.gz: 27102a17308ee300bfa9087dd26086e98631a19b551f3d79d9a32085d3e1c47d
3
+ metadata.gz: 8fc47d309656df22287dad50af7133b41a9136221d8dbc9c43efa65b510e0bda
4
+ data.tar.gz: d3dece944a1f6222d62196f25bae2cdfd70159afb01649e334c63eea34c1ef57
5
5
  SHA512:
6
- metadata.gz: 43dc773e323e440825d501a857413dff8f6fc4b4199abcfa7c45d18718578124bdbb661308dc21f3e2c45aaf6869848a1f73f43b0566d091e305ac826fd2f43c
7
- data.tar.gz: 8e0923d4eafd13128d2bb647d7e5b1fe36f5767c84f81e29945541e6767aff4a92e6cfdd5a789e37f806b66d144fe8cdad698d6d3d670270498e24ce947a1def
6
+ metadata.gz: c9c768889747298448cc5acfbc6e48581c1373283ac82d58b2bfd2e2ec28f73e4b431e134df366f817f5dd2f58b3d6c04b8820fe9a2e0e78031e60bbcf2182f8
7
+ data.tar.gz: c5b5b622ad7132e2e257837ea1f7e5fcafc67987c0ab45126a880fc8927849fc3c1f184a87baeb0fe9243c4aac181dd4785596502233db545a15abb0e6568108
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.0"
24
24
  end
25
25
  end
26
26
  end
@@ -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
  #
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.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC