google-cloud-ces 0.1.0 → 0.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: ba96327bd1082272705ef54f15892e27b89df55763cd01170547708e40b13e14
4
- data.tar.gz: dd65da6f4477866d18e39b3ed17e30d31ec7f75ca1dd83bfb262d7432b41972e
3
+ metadata.gz: 2ba23ffc5b6c049faa5be657ac0e962c1e6a7f255ccb5bb32581dae8835c6451
4
+ data.tar.gz: 9490b99e6cad6fed9de14257411dfe1e7f4f8a837c0fadc2770db5a43306bd84
5
5
  SHA512:
6
- metadata.gz: 6b9a8f43cc9acd8f8f8cbc4fa0a8d5e323671dab7540917a4e3220d704d3bb803d75f43a56f7f36dc9619ad668ac53ef63d7f676ec7272ca6dcf16abcff7b92c
7
- data.tar.gz: b0467df40736edf25bfec0174dc4b5ba25f25f01278c6c4fbb7ad00b85df8ebf1c99bc6a12cf9753286b6fa9318199d838690a45a89c9b15c0812cdbe0d86773
6
+ metadata.gz: 0f779b78da38e7cdcb83db2bae9b7ab41543b24aaa2582200d20ce4acdaa6392bc614c338c44995230d85eda041d7e1595b399d1562b0f31f55f69fa6c015f14
7
+ data.tar.gz: ff13039e1284d599dbc83817535f9622d5c08da88092fc79b4a95db76a76e7ecbbbf3a60b2f14c9978bb0ddd77b9ce15b446b19e3c07a636c6b50a10ea630112
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 Ces
23
- VERSION = "0.1.0"
23
+ VERSION = "0.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -349,6 +349,7 @@ module Google
349
349
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
350
350
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
351
351
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
352
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
352
353
  # * `:retry_codes` (*type:* `Array<String>`) -
353
354
  # The error codes that should trigger a retry.
354
355
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-ces
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC