google-cloud-gdc_hardware_management 0.2.2 → 0.4.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: 47c58da996aedb2eff560ea3ca788ae45fd362290e51e997e91e088409f57030
4
- data.tar.gz: b226cd0be47ee6489dd5566633c3dc6ac82efe66b8b690d432ec138b7892b4f1
3
+ metadata.gz: '0293bb58368384b2f734170162cfa93bb0f231de74d854eb4164e1fd8834fa45'
4
+ data.tar.gz: 818d3f3239467017972e14456b03add613a83c65fdd37f6fe07794aad8112cd8
5
5
  SHA512:
6
- metadata.gz: a044472b79e20edcc2e393b0e1ff49ff25ae9b999cb2dc6a0e7070ace92877a9e47ee03617295a6bf3e171a92a447bfe01a078d90465b197d0be34df34292de4
7
- data.tar.gz: d29fafd784f08de040c24c9e99e2a4dc90384a52969b44890233bc3d260b1c347f2e3bb9af3bd737a77985c1cc3649bd77bf70d1a9ff15ce456591db13f94a6e
6
+ metadata.gz: e25c665d87fe58681200e3767db194f41b039ea0d57a455d084acf30b123af9626084589c4e8fe2aed372e9da8c44b1b39506d7729605cebab981ed064358953
7
+ data.tar.gz: 4e145df987edd373aa40730c2fa5eea6d3386fb75ba25d85f786ee56f7c9ec6f22979cb7571430f774d4643f2303213ccf70092d08aa5236c338fcf16a934943
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 GDCHardwareManagement
23
- VERSION = "0.2.2"
23
+ VERSION = "0.4.0"
24
24
  end
25
25
  end
26
26
  end
@@ -138,6 +138,7 @@ module Google
138
138
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
139
139
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
140
140
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
141
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
141
142
  # * `:retry_codes` (*type:* `Array<String>`) -
142
143
  # The error codes that should trigger a retry.
143
144
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gdc_hardware_management
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.4.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
  - - ">="