google-cloud-access_approval 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: f69c8c43cffa8f7fadeb89d6dc6e82e6921225df140f2fe72cb57e813488b4ff
4
- data.tar.gz: e23bd57c6cf707b3d71c51627d8620d5d71bd19a41fd61bd3a131cb53508dd2e
3
+ metadata.gz: e28616265a4b95a465ea524023dd88b6485b92eb4a2f6b7a7b782b867383a452
4
+ data.tar.gz: 52094593ba8f7803fcd8fde6474d77757797c033f7ffc7af4396f2337c0ca3d1
5
5
  SHA512:
6
- metadata.gz: 01bb59fc831fed0db7f0194ee59ee5fae7f206b90b843422c3cee6b6f0b066125da20b0cfb3236d679f23f75db55c4c61d4b6f2b7d39bc71c666f7a8d3a1787c
7
- data.tar.gz: 445eb00179239809bb9f88a7520349f7163f4e6841f58cdfa238363ab606f87f072f3d5791f8730ad97703f8568371b92fe7302424f7f7bfedcf85773b9166c7
6
+ metadata.gz: 0eca6bbb720913366d8e82aa441174e7bc8e22d7744d57d572e3d01674a480c542dce8575dec1692885f3c3571e2dfdb4d6a559bbab4082e2382a407d59aac3c
7
+ data.tar.gz: 312aaae99b8ab9c9ce447617433267ccad25a12ff1ae329c723f2028fd791016362e30dc403af77963ec1acf0544a98ed6d5e8c1d2f46c6bf1602cb45bd6eaeb
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 AccessApproval
23
- VERSION = "1.7.0"
23
+ VERSION = "1.8.0"
24
24
  end
25
25
  end
26
26
  end
@@ -170,6 +170,7 @@ module Google
170
170
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
171
171
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
172
172
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
173
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
173
174
  # * `:retry_codes` (*type:* `Array<String>`) -
174
175
  # The error codes that should trigger a retry.
175
176
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-access_approval
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