google-cloud-os_config 1.8.0 → 1.9.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: 42b3297f1eef39771784c4bababa17d6879706bc568f53525976b0e1c5e6df92
4
- data.tar.gz: 6d427c87e3cb8182592ff325ed71b6642f5acde62883c19dc5e33b99bc2da153
3
+ metadata.gz: 337a53cfa5e9c66d03a8a9cd5f296c1df007170cacbbc947ec824122be6ebf6e
4
+ data.tar.gz: ec1cfe799bf56b900b2daf9911005b4263fe42ca2c965c0019af73548f05150d
5
5
  SHA512:
6
- metadata.gz: 8179862cf415c8b517bc95575e8e369e1b27afefa479ed7321d640144f81fda9d6e1b3b3191cff31e6f0ae753426493f3d5ec7a04c308f7ecb2a8420f458829a
7
- data.tar.gz: e54c778950f27bfd07e69e2c833c7c8b79cc7d3cf759d76d7a3c913a871e206ce119b668762a76d718ab7feae419c02f2e71fd6e1dfc55dc98425f1b6af374e7
6
+ metadata.gz: f5cff3b55d956553767ac3e49a2cf42833f605508886552f47c5d8eee9da3f412f68af06848cd8f0ab66d6272c82c3e001a3bac7a8ae0cf60e0bdcbe05c3380b
7
+ data.tar.gz: 962a4142032a79f9bdb0e8fe2425c11ddf81a3980aa03857d4629532e59d60068d2dd67a42a020e84911839a6058375d57f6a76515e13bd2e37b830a8077c64d
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 OsConfig
23
- VERSION = "1.8.0"
23
+ VERSION = "1.9.0"
24
24
  end
25
25
  end
26
26
  end
@@ -214,6 +214,7 @@ module Google
214
214
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
215
215
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
216
216
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
217
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
217
218
  # * `:retry_codes` (*type:* `Array<String>`) -
218
219
  # The error codes that should trigger a retry.
219
220
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-os_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC