google-cloud-ces 0.1.0 → 1.0.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: 95d3f2ed9de6c36df4ae07a1d89ec69fff11d530c9a2551994053873ce9dbf55
4
+ data.tar.gz: f04c09e1c17d2223c02c3685fd46ba1f316ff157cbe8d43100cdb32705f5f3bc
5
5
  SHA512:
6
- metadata.gz: 6b9a8f43cc9acd8f8f8cbc4fa0a8d5e323671dab7540917a4e3220d704d3bb803d75f43a56f7f36dc9619ad668ac53ef63d7f676ec7272ca6dcf16abcff7b92c
7
- data.tar.gz: b0467df40736edf25bfec0174dc4b5ba25f25f01278c6c4fbb7ad00b85df8ebf1c99bc6a12cf9753286b6fa9318199d838690a45a89c9b15c0812cdbe0d86773
6
+ metadata.gz: 0ef69c9c7f22fc35591d8e8aea19b62a6d3f622a175ff918561607efceca56d176b2f0da45377d1388eedee1220aedb83131ebddb24d4e56d78c070a5fab4442
7
+ data.tar.gz: 498a3e201f131e352fcafcdc4d40655ea4ed104417af735f283fb5a4be34582d081ed0a9c542941236f195f420a08f75bddfc1fc7f0be218682a3c2a336a5aaa
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 = "1.0.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: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC