google-cloud-config_service 2.0.2 → 2.2.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: 9e8b4b350ee8668d73ad796b331e6b5f6245b441153d644ed1357ca3d52aee4f
4
- data.tar.gz: 8b881f7324378dc39a6cf544c2c204fb4729fe02a4f2882e799db65227ddddf2
3
+ metadata.gz: fbfae59fa9240ac4064d3eeafba2bba8d315bae1c51407b90fffe16d8d782dca
4
+ data.tar.gz: 9f27b5912f364eda62986513c936b2d3e9842ea2759181018f2a6caf34b95e0a
5
5
  SHA512:
6
- metadata.gz: 9a0cd553ac7461fce59ffaa9245a64159b7bb7961cf16c222dc48973ab5bfb1f1fc11d374c3c302847e64b1f1bf93c33663d73e7590f364a31be62a9cd925dcd
7
- data.tar.gz: d0f1a98551feaf4d06de0cfa9498d3abc6a8b8a99c83254b5887508627ce682689eb65e6c98f29cc9c231238cd4bf2728277d066526a8d78309beeb844000d48
6
+ metadata.gz: 9e45f8279b1000697b13c641f003d3fa55c3201b86efd0197397364c948734ceb613ee02bfac30c86dd3f06a52908e6a29894459567e9e729fef77731f07edf5
7
+ data.tar.gz: cadb7abf0cacacf7b0f9fb0aa83ba959688c0fc279077507a2d196c26063cadf962d362b938c098ed5e56b137f3087f6b4f0351c6f00d11a0e9ce491d78fc0ee
data/README.md CHANGED
@@ -73,7 +73,7 @@ working, try updating the versioned clients in your bundle or installed gems:
73
73
 
74
74
  ## Supported Ruby Versions
75
75
 
76
- This library is supported on Ruby 3.0+.
76
+ This library is supported on Ruby 3.2+.
77
77
 
78
78
  Google provides official support for Ruby versions that are actively supported
79
79
  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 ConfigService
23
- VERSION = "2.0.2"
23
+ VERSION = "2.2.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-config_service
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -61,7 +61,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
62
  - - ">="
63
63
  - !ruby/object:Gem::Version
64
- version: '3.0'
64
+ version: '3.2'
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="