google-cloud-maintenance-api 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: b4d312f9c6d4d96b44bd0a5e6a4dce7069090ef07529c2dc43f569ec0600affa
4
- data.tar.gz: 8c0c0c5745b0073c17d9003cea9a4d696c01ee54f8105cb99ecae8d5fdd852df
3
+ metadata.gz: 2664e27999697c9c4ede96d6369c94d832b85335f89ee32332a8a25e19ad51e3
4
+ data.tar.gz: 2ed9b336ad9e7d0f93b0b606940603139d86448f8d9c096a059055c02364053d
5
5
  SHA512:
6
- metadata.gz: 7b025a1c3db3b730f66342c49570f625ba9f76ac1ee93a0ece72e9c67a07f40f129c5996a8e9f7c04d72a8017b31a132db2ce78796e040cb15e2e46520a5d72c
7
- data.tar.gz: f2d8fb3673e004717ea903ab7730d36e0739f0c3f1b3b316aa27bd951590c7695860c0fd8127b3d95b023896b80b5405cde70aa96db3e60e5cafc3e472607e36
6
+ metadata.gz: 0ea4ad0976883548f2b71dc03e4967b7e43b18c3533c1481fce016854be8bae0728544b7cc6e69442b87bb0c3959bc6ae23757d4d87609e477a722a28e4ce0c8
7
+ data.tar.gz: 1c01cdb527212081dbd1e6c3851e5013049850e83c1ded449c40e2b338f3831dea4be578144d474d0abf43f12a00aa3d66abe495d5d0fc88b8bef49b4df9850c
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Maintenance
23
23
  module Api
24
- VERSION = "0.1.1"
24
+ VERSION = "0.3.0"
25
25
  end
26
26
  end
27
27
  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-maintenance-api
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
@@ -71,7 +71,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
- version: '3.0'
74
+ version: '3.2'
75
75
  required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="