google-cloud-artifact_registry 2.1.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c765fde20de1ee2e4f05382cbac34e8a86308d5dd5ef4e0fdea1ebd35e3ff16
4
- data.tar.gz: 5e93410ca36ae3f37eb3eb6a43cc6b9e9b2d61f37a7aa92177b67324a0e333ef
3
+ metadata.gz: 1f19bb098939b8f3e6615f5b8016cfe796afb65176c45d8dd03330ab81c7c11d
4
+ data.tar.gz: c234c0d58fc7335fa180690ab442e5545856bc59ab756934ff4aebfaa46a3354
5
5
  SHA512:
6
- metadata.gz: 6c3ce61e50d620fd85d9269177ae36d5fcd7385c750f0079db4ea8b4cb1450d19d7fe351d1920f761a85f4219491696d5cedd30e3efbae53b2e4654c6c21ba14
7
- data.tar.gz: 2b9a38065a3d00696d6a619fc850369d6bd84466f7554cfcdef880c0ff6ec0cedacfd79ee6f59e0d006c8d22ab137945543df1e51e71966aee16bd27746c20ce
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.0+.
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
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ArtifactRegistry
23
- VERSION = "2.1.0"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -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.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC