google-cloud-bare_metal_solution 2.0.2 → 2.2.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: 1b8ea0ac28af59d185ad043c660732a61c8141550a70a89b0142924e8592a4aa
4
- data.tar.gz: accec12c9c430f3e209cd1da59faeab2503bdba57a97c1e5c02dc6ca8392c923
3
+ metadata.gz: 11533666520659cbb83d64316d5b0c62a1546a559200d418c01069c51b603221
4
+ data.tar.gz: fe507dc807f02a94f236cb60374ef47154e4040d58be58d2837d864084501b2c
5
5
  SHA512:
6
- metadata.gz: 9940731ae57d6a38b27eee3f84f7f999b9a964989cf4a8f9d542d488b96509dfaa7bae787ae3d90a522293f3564f00b57025e2f437af33a8668b94ad4d58ff6d
7
- data.tar.gz: 836a18d64c315dfba9e20aeb1952836f1a5bcd2ef1b1a40fa487d92925009d6f20af5051b9a42135d73d8b0db4279d8c09e171aa9db17c87a9e12b992eb5f450
6
+ metadata.gz: 95b3e5b8bba96fb3aef18ddbfc8a1a9e3f100af59be8a64e116d6fcbb0b23f2cbc03fac91aacb31e6a2531d4df19eafc965f47d28d0f1171d0fc9b6560a9bc7b
7
+ data.tar.gz: 57f1c9263f8ff229392ba22bf750e1809df94733248ce0a8ff57d2a34b8866b12916fb2137c6d45d5a68a934e1dd598f008b0af020927568f8476a3c5c0b2163
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 BareMetalSolution
23
- VERSION = "2.0.2"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -145,6 +145,7 @@ module Google
145
145
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
146
146
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
147
147
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
148
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
148
149
  # * `:retry_codes` (*type:* `Array<String>`) -
149
150
  # The error codes that should trigger a retry.
150
151
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bare_metal_solution
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -63,7 +63,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
- version: '3.0'
66
+ version: '3.2'
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="