google-cloud-privileged_access_manager 1.0.2 → 1.2.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: d042edbb1af710e843eee74e03c9dbaa33bba0fbf0c1da0f3b7eb78ebea7b038
|
|
4
|
+
data.tar.gz: 7dc7d3dbfc3acb1f1232da4ae0f78aed331f18480f903f16cdb923f993e44e11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15870212bf42e4fe3d660f3cc3f876b892edaec75327a9bad8c83736d2e09b3d44c4ea8abcf3c2ec46392f66cc4fab616de36f4f20afc5203d57cbe6d0b0859c
|
|
7
|
+
data.tar.gz: d52c5f3f5ad7353fd666044d8feb5ec6f0d75fcc88c27ac5ebfa0da1a2df73c88f46112b1fe41da1584c5a565bc3c28037bdf4c59b78b429f83e3694501a01ce
|
data/README.md
CHANGED
|
@@ -121,7 +121,7 @@ working, try updating the versioned clients in your bundle or installed gems:
|
|
|
121
121
|
|
|
122
122
|
## Supported Ruby Versions
|
|
123
123
|
|
|
124
|
-
This library is supported on Ruby 3.
|
|
124
|
+
This library is supported on Ruby 3.2+.
|
|
125
125
|
|
|
126
126
|
Google provides official support for Ruby versions that are actively supported
|
|
127
127
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -157,6 +157,7 @@ module Google
|
|
|
157
157
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
158
158
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
159
159
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
160
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
160
161
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
161
162
|
# The error codes that should trigger a retry.
|
|
162
163
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-privileged_access_manager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
84
84
|
requirements:
|
|
85
85
|
- - ">="
|
|
86
86
|
- !ruby/object:Gem::Version
|
|
87
|
-
version: '3.
|
|
87
|
+
version: '3.2'
|
|
88
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
89
|
requirements:
|
|
90
90
|
- - ">="
|