google-cloud-secret_manager-v1 1.7.0 → 1.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: 2cb2b309aeef86e406e7a6d3d2826be67ab196ae8eceaba2cd56eddefef59730
|
|
4
|
+
data.tar.gz: '049c5054872d9da179085de3fb61326ad8ff104f56b1ba92dbac7a15a4c11dfb'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b36683fbafa06ebe336f91a801492440be01f17cdf8f9a61ba9598b4f17726b897759ffc2d320ce645740d221bfea8c6fab3f78058c466423265d777fcfb2730
|
|
7
|
+
data.tar.gz: 8ae0e894fa15ff415c912d13531f9e227a74fa3fff9437f36126072de0412ca46771946ea6dda053b5c283c37d748a53cda29e45e81c5da43db4801ce794ef4f
|
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
|
|
@@ -1781,6 +1781,7 @@ module Google
|
|
|
1781
1781
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1782
1782
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1783
1783
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1784
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1784
1785
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1785
1786
|
# trigger a retry.
|
|
1786
1787
|
# @return [::Hash]
|
|
@@ -1864,6 +1865,7 @@ module Google
|
|
|
1864
1865
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1865
1866
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1866
1867
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1868
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1867
1869
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1868
1870
|
# trigger a retry.
|
|
1869
1871
|
#
|
|
@@ -1644,6 +1644,7 @@ module Google
|
|
|
1644
1644
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1645
1645
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1646
1646
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1647
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1647
1648
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1648
1649
|
# trigger a retry.
|
|
1649
1650
|
# @return [::Hash]
|
|
@@ -1723,6 +1724,7 @@ module Google
|
|
|
1723
1724
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1724
1725
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1725
1726
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1727
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1726
1728
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1727
1729
|
# trigger a retry.
|
|
1728
1730
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-secret_manager-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.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
|