google-cloud-optimization 1.3.2 → 1.5.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: f1e3bd762fb07e122048d46f7b674018c8b16dd3b2754d7f7125f401194ad108
4
- data.tar.gz: fc721bb0961a65cdf41574526cdc1f9ab385f003f05df29bb21693e5c8adb071
3
+ metadata.gz: 48f6a2708752af37556e07cf83e1a5b9cb89d4f496d0faded5e4cfa6e24af464
4
+ data.tar.gz: 59d1f7e24222cecabe93878d544b777b1dea6b7f3d70d6406a7dd4cf312eff29
5
5
  SHA512:
6
- metadata.gz: d033c2f8af46c1ad04dc3423210aee50c42cb43deaf5c9f33b9a58a7cb28aab95fb29ae6cab38200f02b5d7cb70267d6cd6dbdc0a6dfbd4afe36bbc6fef0db5f
7
- data.tar.gz: 4a0a0c211ec1395a12be01c11188366b9a895fa47d5c41d67dcc8226013bf7de037b56610710b8366ca680be72053aad2cd88ea0e29e5da7f8f5bca895b209ab
6
+ metadata.gz: a438ca6eb19f5054d1789eb7b41a256eca2b8bbd51c401d1e8349666663a3b9521d097af306b4e4167e5b7021f222f8dc3b33e886779a6a62bbac40cbcc3605d
7
+ data.tar.gz: 4cd7a842fede32ca36f63f41ef5b5718bd45dc8b6a65e0d815e7e29a746f45e8fdd24451797af36c4186780995eb4231bb6ef6ffadc9adf46838af4e638d24d0
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 Optimization
23
- VERSION = "1.3.2"
23
+ VERSION = "1.5.0"
24
24
  end
25
25
  end
26
26
  end
@@ -154,6 +154,7 @@ module Google
154
154
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
155
155
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
156
156
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
157
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
157
158
  # * `:retry_codes` (*type:* `Array<String>`) -
158
159
  # The error codes that should trigger a retry.
159
160
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-optimization
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.5.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
  - - ">="