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: 90f8c71e689142a93cf32f811cfda81eabb02ede6b7c7fd2b6859045142171c2
4
- data.tar.gz: 9687bf073524b298cc9e3c477c8f8bca7f8ec19929ecdf1f4710b79480b9c7d9
3
+ metadata.gz: 2cb2b309aeef86e406e7a6d3d2826be67ab196ae8eceaba2cd56eddefef59730
4
+ data.tar.gz: '049c5054872d9da179085de3fb61326ad8ff104f56b1ba92dbac7a15a4c11dfb'
5
5
  SHA512:
6
- metadata.gz: 5ebc87ed3003017e8c3fd02b73fd4cebdcfeca1d920d3936f31a731c4efee22502fc60bd01838eecd7cfb4864c98364ba18ed954fce28862c05f4623604b8c94
7
- data.tar.gz: 0c1af8166ea633618b552a3004b22749074fe1954fa3bef42fde64c6a571060c7e76099b50b83e9e7b0d96108bb9d9c5d99a1a997964936127f2d1a597a485e7
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.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
@@ -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
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecretManager
23
23
  module V1
24
- VERSION = "1.7.0"
24
+ VERSION = "1.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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
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.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