google-cloud-config_delivery 0.1.1 → 0.3.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: c55d4b12bc453937c1fb4b83543d4caeb0114d454b3ae944d67b2de1cf7a6c46
4
- data.tar.gz: 925ac69c20872b7e9e08e369b9bffac349553d2486273ec26837879f7dbadbbf
3
+ metadata.gz: bc9679e893e37c31021dce8da045b75df9c5f6d2d6e49d4bfa8a3ef3a20128ab
4
+ data.tar.gz: b0b556de0800fbab726675dd9a82c88e9b8f52f83a78d8d7b7a1fa21ed337416
5
5
  SHA512:
6
- metadata.gz: 34268c62e68cdb73a148dda124233776a147b90f7513f5da27b2d888856ea555a42b6e2147798536a500376ccd2a7e5c875c5f5e64fe27459fc888dae550fb23
7
- data.tar.gz: 83e7b9c6ad740962c8615f822d62bf6dc9eaf290e6cdc86b016e744772f6a9e165110808ec3a484d2d833dd936e50e2a23959fa2a2d5b7e8ffcd22148d101545
6
+ metadata.gz: 7b24cdad00d947bb062c113cf3defe90b9227c1261995895854f437d28b6b9c559c2b452c36ccccbe9bc7327061b569149d6c1fe1f7d9a15c59918e6c7bb71e6
7
+ data.tar.gz: 80281e285d0a072e46079f508f0999787ace38e54be4bbf0c68a1147a2391f5107b57641d487d934510360b7a6a37bf2de4730ef5178af600d52f11e015510cf
data/README.md CHANGED
@@ -70,7 +70,7 @@ working, try updating the versioned clients in your bundle or installed gems:
70
70
 
71
71
  ## Supported Ruby Versions
72
72
 
73
- This library is supported on Ruby 3.0+.
73
+ This library is supported on Ruby 3.2+.
74
74
 
75
75
  Google provides official support for Ruby versions that are actively supported
76
76
  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 ConfigDelivery
23
- VERSION = "0.1.1"
23
+ VERSION = "0.3.0"
24
24
  end
25
25
  end
26
26
  end
@@ -130,6 +130,7 @@ module Google
130
130
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
131
131
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
132
132
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
133
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
133
134
  # * `:retry_codes` (*type:* `Array<String>`) -
134
135
  # The error codes that should trigger a retry.
135
136
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-config_delivery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,7 +68,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '3.0'
71
+ version: '3.2'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="