google-cloud-notebooks 3.1.0 → 3.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: 8d7db4b2863180b68690d5bea58573cf8c5a1299f811cfd411043df3c9c47367
4
- data.tar.gz: 78500d862a8cb0b490b2cfd2a7180d28e33d848677c525edfb68d89446898875
3
+ metadata.gz: 00b63c403d076e2778b3b238271e1cdfe68146164a63fcc59cd13f5192f5afca
4
+ data.tar.gz: 9bd01f85f4ea5da1cce891d673e60f298e9f0b408e3d20803fec93d37a2b4a15
5
5
  SHA512:
6
- metadata.gz: 89f997486fdc12c347e15c8bd7ef13e3797402ede7ec587ac69db1bb0513d2c5ee0de92d080ea85fa94f4d81e9fe7cf4a015a5c1e8a9c29b62cc8dcbc5488ea6
7
- data.tar.gz: d77448b61a1b727d6f1001fc44f1b745947cdb04352faedcc561e2247e98030f50ca15cbf42798a46125e8650e036e80e805af93ff935ccafa10776115a4c53b
6
+ metadata.gz: 4df416af590ca89eeeb0e72625481dcf300d48ac25449c269847b23c3d6d0dd4edc12029960c254e3302f84db6c45af4d4bea87d3f1cec3bab288ba555802e83
7
+ data.tar.gz: 4fbbb934dbf4ecb144cc8026654a01fd6cc89681542744cf805300718e3bb170f2339cdb3adb0d214b0b40d67c878b31a56eeb22d1ab5124d9b110102c6b763f
data/README.md CHANGED
@@ -76,7 +76,7 @@ working, try updating the versioned clients in your bundle or installed gems:
76
76
 
77
77
  ## Supported Ruby Versions
78
78
 
79
- This library is supported on Ruby 3.0+.
79
+ This library is supported on Ruby 3.2+.
80
80
 
81
81
  Google provides official support for Ruby versions that are actively supported
82
82
  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 Notebooks
23
- VERSION = "3.1.0"
23
+ VERSION = "3.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -208,6 +208,7 @@ module Google
208
208
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
209
209
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
210
210
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
211
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
211
212
  # * `:retry_codes` (*type:* `Array<String>`) -
212
213
  # The error codes that should trigger a retry.
213
214
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-notebooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC