google-cloud-batch 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: c9487558a687db43c805353f78677d028d9accb82f2214ed2c39fc931f07933e
4
- data.tar.gz: 924701aa1f054ccc2f58134b3969abea9209a3d829d7ec0aa66121ac5ca3765d
3
+ metadata.gz: 1d70ffe253bd8c15eb75a2d7b8e4cc6af6326589bd2095bab3a17a1aa75a01d8
4
+ data.tar.gz: 64c150681f9d8bcc2f78c0ef0d16ea9f14945e33a6477c1968c4adc817b1cc86
5
5
  SHA512:
6
- metadata.gz: bbda463acba258c3cc75a5db7789a1492807bf4782eb620085ee7ff2b291cbea54a1b4a52eedc7c0d2b96e08cb8ca626787f6948f1fe1f85f710a7a0788f137b
7
- data.tar.gz: '09a2b62f9e487b9c280fdcf204b882d3e56cf72484d2414fe7d63fe672085d9c42b9b78b6290f8da3120c2a403d194179cf3694d6a4e99e58a303564f9f79495'
6
+ metadata.gz: 2d5830696c86df5539dfff0608c5f359aa440883bf4e8a3a6fad43083b706c9ce004b7187763c052e48026d0fef1293e4d23dd7bbd97b685498b99349b0a250e
7
+ data.tar.gz: fef710f49a97cc0a14cdd7a882ace443c607b91f5688765e480a93b995e51de3c3e6e7bd75e8a1dd1e2efb83ac0b3133139a1fd93befcf2a6e24386c493b8b8b
data/README.md CHANGED
@@ -71,7 +71,7 @@ working, try updating the versioned clients in your bundle or installed gems:
71
71
 
72
72
  ## Supported Ruby Versions
73
73
 
74
- This library is supported on Ruby 3.0+.
74
+ This library is supported on Ruby 3.2+.
75
75
 
76
76
  Google provides official support for Ruby versions that are actively supported
77
77
  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 Batch
23
- VERSION = "2.0.2"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -140,6 +140,7 @@ module Google
140
140
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
141
141
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
142
142
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
143
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
143
144
  # * `:retry_codes` (*type:* `Array<String>`) -
144
145
  # The error codes that should trigger a retry.
145
146
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-batch
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
@@ -65,7 +65,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '3.0'
68
+ version: '3.2'
69
69
  required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="