google-cloud-compute 1.18.0 → 1.19.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: b79069bb920d326626183541c808f7ae0593441601242ad72d3ddc9386aa5cbc
4
- data.tar.gz: a530f141a731f2c6e53c77490b75b6de40c4ea57e511729e725e456171a4b252
3
+ metadata.gz: 37d5f061b8dfb5685fa324844964d8881e0749fc5c9bd8d422856e191fb490e4
4
+ data.tar.gz: 1d5b6fdfcd40863b2ef46269d923885091e5644421cde6cfd32f4c1b909cf741
5
5
  SHA512:
6
- metadata.gz: 4ac1b39a2d0dc03f00c8c6cf0cc796b114f4426d8a611fb433aef5fcdd009b2262af79c79509d61a1034a0d722c515b164e15819bb4979441957e0a1b4890d7c
7
- data.tar.gz: 03b426d26a6eded4b5fcc2642321a8430aca23f3bfd6c091c165d00bfd29174934a0579a77fe6d7031d461f1ab70198f2602791af5c4b8b407f747474582fc06
6
+ metadata.gz: 48b05e6a5a030a4a84497198fe1da6c9abb45073dd1d36bd7b9ca577c0d31bba874c798328f7dc8059fd7eefab3dfdefa02d610f3b5333cb256f9f3d1957a6e8
7
+ data.tar.gz: 111bb5dee39e69e490e72294239b07dedc8c4c11541c1f83f9c87758209921c364dff9a4e482442c44c8fe5a092f8dc801f13c173934db74f0829d7b11ab4369
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 Compute
23
- VERSION = "1.18.0"
23
+ VERSION = "1.19.0"
24
24
  end
25
25
  end
26
26
  end
@@ -7816,6 +7816,7 @@ module Google
7816
7816
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
7817
7817
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
7818
7818
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
7819
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
7819
7820
  # * `:retry_codes` (*type:* `Array<String>`) -
7820
7821
  # The error codes that should trigger a retry.
7821
7822
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-compute
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC