google-cloud-service_management 1.6.0 → 1.7.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: e0afc4f6a2096722164be02a45c7f4e54b4018695540dc5c517d159e4e712197
4
- data.tar.gz: b307b7ae459dc9d33e9ee449c0f63ce942b489920a3a12b79ac73170acdae805
3
+ metadata.gz: ac07545d694fd249921f1f99cec28395f94ae364cd7abe20322e09633ece4cda
4
+ data.tar.gz: db359f5e4f234844111fb41d07c2f64538fcfcb3495abd482ca3af4c4e1cd08b
5
5
  SHA512:
6
- metadata.gz: 4e057b2b3603c89b9bc6d07c72424f94e5c44b07a79e98bdec11db04de44c6174b52ef7b933085bc34bf459d6af095741b0c8760cfc98d22b233f70c249ef7d0
7
- data.tar.gz: 1c52299646000c57ac9bfb29915bce97501b4f0155fcec980ddfc809fcdcf4dc0f17703e49e8ecbc65917e9e52f5f1e08e683981247a542357ef6c1283102c4e
6
+ metadata.gz: 9650a38e8367ce9c330bcc10a5efea5ea35ec5a0280180e7c1935feabb0e30c94ab49394de67be1072e937864f4f4a96a82f29ce06dbd4d49e3eeaa771f4517f
7
+ data.tar.gz: d99aef4151b5c74db52989d92520d190bdeaa13554cd43fd4317f92731c9ca738664f62ea416ed8b1c2bdb3b7b234d571d7ec2d3c1dd1dd6c78c8c89c28b13ea
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 ServiceManagement
23
- VERSION = "1.6.0"
23
+ VERSION = "1.7.0"
24
24
  end
25
25
  end
26
26
  end
@@ -139,6 +139,7 @@ module Google
139
139
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
140
140
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
141
141
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
142
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
142
143
  # * `:retry_codes` (*type:* `Array<String>`) -
143
144
  # The error codes that should trigger a retry.
144
145
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-service_management
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC