google-cloud-artifact_registry 2.0.2 → 2.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/artifact_registry/version.rb +1 -1
- data/lib/google/cloud/artifact_registry.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f19bb098939b8f3e6615f5b8016cfe796afb65176c45d8dd03330ab81c7c11d
|
|
4
|
+
data.tar.gz: c234c0d58fc7335fa180690ab442e5545856bc59ab756934ff4aebfaa46a3354
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2dffd86e8d9886b839d90da607539dfef93fd81c151345ddd7dc685a55bfdf96171de6a3d7367161c195201f0c3af130384bfffec13da6395387b7c4053387b9
|
|
7
|
+
data.tar.gz: bfe923b6411dccd598741b480ae879f5a88454936526e52c8862f107f817628f09ad77817e8f90fd565178b617d85339ea3ffd6f9e0f9ada46640bd56d65b4ab
|
data/README.md
CHANGED
|
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
|
|
|
74
74
|
|
|
75
75
|
## Supported Ruby Versions
|
|
76
76
|
|
|
77
|
-
This library is supported on Ruby 3.
|
|
77
|
+
This library is supported on Ruby 3.2+.
|
|
78
78
|
|
|
79
79
|
Google provides official support for Ruby versions that are actively supported
|
|
80
80
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -150,6 +150,7 @@ module Google
|
|
|
150
150
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
151
151
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
152
152
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
153
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
153
154
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
154
155
|
# The error codes that should trigger a retry.
|
|
155
156
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-artifact_registry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0
|
|
4
|
+
version: 2.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -62,7 +62,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
requirements:
|
|
63
63
|
- - ">="
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
|
-
version: '3.
|
|
65
|
+
version: '3.2'
|
|
66
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
68
|
- - ">="
|