google-cloud-oracle_database 0.3.0 → 0.4.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: b28f297213acb881698b7aef70cc55aea402e5e23370e790ce9f683bee0d48d4
4
- data.tar.gz: ea450e5e758cfcc4447505c003c9e4a772b2bd4074b537a160e9ba6fc95cee56
3
+ metadata.gz: 3eb721b50b16e181c50d74c0e229ba0b806cad98cfcbd7bd0207285ce199d0b1
4
+ data.tar.gz: e2cc9ca6480561bc317ff545555a873cd0634a4b13f8dea2f627cf5f5500e26d
5
5
  SHA512:
6
- metadata.gz: c95de6b91fd52378d192661d7073f616cdf90420ef62b2abfc6907b248ad27d496aaa87e56638916aa3419b1bff47dddcbd80edc9428610dbc22fbea2650d563
7
- data.tar.gz: 946cfe0855de8dee3663231b0317714451b8ade259f84284e4149d79ead0fd4ba847c81e0cce164f6a25653cab6e7c11dbaabe2d707534675a44ccd328263424
6
+ metadata.gz: ff0e497b90438c7d3b23dba754f4f3c606c2c34969e48b944619b577191670546dde6c63643d0ea3ba445af72d101694f839ba50b5c89a92ae02d59e02eebc80
7
+ data.tar.gz: 3d0ceebb48b2d21780b01fc0817ed8a2b15615680d1e71691be6ac1ad508ecc6147b3a4d44df13d30c6744386d17490cf4a54ff361cb5b486745b7585fbc7924
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 OracleDatabase
23
- VERSION = "0.3.0"
23
+ VERSION = "0.4.0"
24
24
  end
25
25
  end
26
26
  end
@@ -128,6 +128,7 @@ module Google
128
128
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
129
129
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
130
130
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
131
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
131
132
  # * `:retry_codes` (*type:* `Array<String>`) -
132
133
  # The error codes that should trigger a retry.
133
134
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-oracle_database
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC