google-cloud-secret_manager-v1beta2 0.7.1 → 0.8.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: b8d5d6a851fb51c1cd93bf64967519abacf215f91603a80c339456115866b3f2
4
- data.tar.gz: 24e420a8dc2b60b8639c21f89b622d44bc700faf7c4004a1fc66d226b86abdd6
3
+ metadata.gz: d3c44acef3675bb54dcb71f9ecd77148a2fea73d0f36b9ff24196b976cd81d4d
4
+ data.tar.gz: 2916038c5ba7cd39930fbbd985e1a1863c01b74dded2f391c893bac1ec811073
5
5
  SHA512:
6
- metadata.gz: 2767a5183a2fba4170dc38044461046e09ea99bea9952540b66c8415e1a0328f0f7073dad7174512e2adb5e5f1a6ba9f4119f4a0666ec940ba7bc5526ce7bf1a
7
- data.tar.gz: 454252d291cbf187aa625a22e02711d20fe0939d93a27d5b68579e4481ca3c22b5887fb9f86cd8c6bb8f8730d3897d9fad51b8ac27d6637a05d7a289ae732aca
6
+ metadata.gz: 1404e13a3a1d862a68b4a2c8f18cd1a8b9878ccda376d915843c9596754180efc312addff5ed97e13e3d8cf8b9a0ec62ad06a6149aceeb54891f9d15f046d215
7
+ data.tar.gz: 1a21bb402d569e89b5f2cbe5c143bab5ade58645747cbbd76160b97046f7fe07457516f67bf129430691a4be7fd6fb066632fb3785ba57de9aeedd70d0cd0abd
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
@@ -1788,6 +1788,7 @@ module Google
1788
1788
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1789
1789
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1790
1790
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1791
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1791
1792
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1792
1793
  # trigger a retry.
1793
1794
  # @return [::Hash]
@@ -1871,6 +1872,7 @@ module Google
1871
1872
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1872
1873
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1873
1874
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1875
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1874
1876
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1875
1877
  # trigger a retry.
1876
1878
  #
@@ -1651,6 +1651,7 @@ module Google
1651
1651
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1652
1652
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1653
1653
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1654
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1654
1655
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1655
1656
  # trigger a retry.
1656
1657
  # @return [::Hash]
@@ -1730,6 +1731,7 @@ module Google
1730
1731
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1731
1732
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1732
1733
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1734
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1733
1735
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1734
1736
  # trigger a retry.
1735
1737
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecretManager
23
23
  module V1beta2
24
- VERSION = "0.7.1"
24
+ VERSION = "0.8.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-v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.8.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