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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3c44acef3675bb54dcb71f9ecd77148a2fea73d0f36b9ff24196b976cd81d4d
|
|
4
|
+
data.tar.gz: 2916038c5ba7cd39930fbbd985e1a1863c01b74dded2f391c893bac1ec811073
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
#
|
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.
|
|
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.
|
|
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.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|