google-cloud-binary_authorization 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: d02b92779b9a42bfb097504ee981635fee51d5740f84083c4b1f0f3fcb424d33
4
- data.tar.gz: 28aa481d31cd91015e30bcee3d8ef01a7102c1d047c487e4af38583bc9048739
3
+ metadata.gz: ac40ec6bbf59cb8a44fa2f3b666b1544b73ce937e166b782c5314ced5edd5736
4
+ data.tar.gz: 8f5bd4c910ddef1aa3de4f81e54588c775a94d10ab38c5b3f817d9816b4210ed
5
5
  SHA512:
6
- metadata.gz: '08b90beb03a46e3807b7730adb230364a9b3e230bd9c9f185f4b5e03b0a04a4b796cecc410294b74fe76267c24f2885756c987c556f9192f0f2577fb8a0b2031'
7
- data.tar.gz: 23d6b5c67420b970f3371da051a77d50402fc7e5604511c6fcf8ad4f747de75454bf5de754240034bc591936f5985e702982f7e6f5e8d9ba38974f8548daaccc
6
+ metadata.gz: 79589a5e9d57f58f102ef45211c82df67a261672d54a0be485f925a4c6bbbe38d8b0475e2e9f65a7e2e3a4e3c8849ed45c627a434e6c88d6c03dfc73687e0a8b
7
+ data.tar.gz: 6a88fc0455dc3c5e723849a42f55ce84c1ee12c592a6e58e5c72a638e2301627cab795f254571c996ea7f79189efe46bd770fbbc8efbb7a8db618cb1099f36a7
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 BinaryAuthorization
23
- VERSION = "2.1.0"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -284,6 +284,7 @@ module Google
284
284
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
285
285
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
286
286
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
287
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
287
288
  # * `:retry_codes` (*type:* `Array<String>`) -
288
289
  # The error codes that should trigger a retry.
289
290
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-binary_authorization
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