google-cloud-iap 1.5.2 → 1.7.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: 721e64ab7eb51e089ce3bc893ee4ba11eb849af1082630ccec6a3214fc379dc8
4
- data.tar.gz: f06f3031ea3952086ebb4164613d0bc74c0ead47b66d13a583ba13f192c86d1a
3
+ metadata.gz: 72b8740494d44389b311a92e9ceda50f550093b73df517e225e83643dbd8c134
4
+ data.tar.gz: 5998be09d96f7bcbdd293ccb0c5497b070583a86427be1f5051033974943a088
5
5
  SHA512:
6
- metadata.gz: 76da5c5351fc10799838f68e4dd3c84199ccef2dcdb5276c7996c3caf787b0daa493f9bf0c3044f33a5af908e8f548b535bf04da42f57be22c75be9ecb6f422a
7
- data.tar.gz: 95c1fed1505aecb738a488789bcb8d36192fca744101193aba468bd05325932935fdd3c8b2416f391101d51947a8a1b64559391a9a04f2d939e8a455348801f0
6
+ metadata.gz: 5c6f96ee1665234fbfe86e66c4708be3eaacd9f81e834a86cdb044777b805762eee6d223894dcbd4c7970be90c99d415e2d27198b501480819731a174b9af2f9
7
+ data.tar.gz: 8531c668274b9092c454b5a01ebbc51b6e89cbb7470ea89571fa6cbe6e986fd7aac988538d490106925de47f1d1c766fcbbbab09fed454f95b5906bc5012f33e
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 Iap
23
- VERSION = "1.5.2"
23
+ VERSION = "1.7.0"
24
24
  end
25
25
  end
26
26
  end
@@ -210,6 +210,7 @@ module Google
210
210
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
211
211
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
212
212
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
213
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
213
214
  # * `:retry_codes` (*type:* `Array<String>`) -
214
215
  # The error codes that should trigger a retry.
215
216
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-iap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -69,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
- version: '3.0'
72
+ version: '3.2'
73
73
  required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - ">="