google-cloud-secret_manager-v1beta1 0.21.0 → 0.22.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: 8b7cd8f9a90b9fdd8a67b5b011d9aec97982b7ff7ad179c74475cbb0335b325e
4
- data.tar.gz: 2018c3f17b39ef8ed601e84c1356a107132dd351b595a39ccf4a8a122dff3e30
3
+ metadata.gz: 0a544d40282377757814e326c744bc854f954b1a86954c7caa3ee96582b4bae1
4
+ data.tar.gz: 3df8ae70ca46d2ad6451fc2e5b1b6707ef77d88a9fc731329f9ad459bd4128c1
5
5
  SHA512:
6
- metadata.gz: 45ef64a18f4528ff2b429d764ebd24ccb4852e7c2c954eeb2ae56782ea91ec812a8d5d5dfdff6e61272a801690e2142297b5554d1e426b67ab7617dd38202424
7
- data.tar.gz: a7c0a1e7c469d1be8974d64139a1d200a7b6f723217eb64112eae5bbe5876856cc8f6750906102bfb3cc5e7a81e17afee3ad3f7c779f7943e449659e04d0a031
6
+ metadata.gz: f8e3ac696d7cca5462bb2cd82515b7359e5a8c69fd2f2dc8b3f2f0ff76d678d919be2f6bbdcb2f645fbeacc2039bcafdcbd3d6a9475cb11b0ab6ed3bb7b1878f
7
+ data.tar.gz: 59b1b4d03e6653d09c698e17d7d6e2bb4966bf92192867e04190807b0c795ba55dfea5b08c6a2e6b626a94c84638119680d0eb73aea21b26659c0c7cdb26a34b
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 3.0+.
89
+ This library is supported on Ruby 3.2+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -1734,6 +1734,7 @@ module Google
1734
1734
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1735
1735
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1736
1736
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1737
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1737
1738
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1738
1739
  # trigger a retry.
1739
1740
  # @return [::Hash]
@@ -1817,6 +1818,7 @@ module Google
1817
1818
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1818
1819
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1819
1820
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1821
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1820
1822
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1821
1823
  # trigger a retry.
1822
1824
  #
@@ -1597,6 +1597,7 @@ module Google
1597
1597
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1598
1598
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1599
1599
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1600
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1600
1601
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1601
1602
  # trigger a retry.
1602
1603
  # @return [::Hash]
@@ -1676,6 +1677,7 @@ module Google
1676
1677
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1677
1678
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1678
1679
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1680
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1679
1681
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1680
1682
  # trigger a retry.
1681
1683
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecretManager
23
23
  module V1beta1
24
- VERSION = "0.21.0"
24
+ VERSION = "0.22.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-secret_manager-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement