google-cloud-recaptcha_enterprise 2.0.3 → 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: 6d76a315402c30a966e20aaae3ee30ea0b467a744849d9ddf5ce6450117eac1e
4
- data.tar.gz: 82487621697f0fd27de3792f6b5dcfbfd21e805795c6fe2fd660269fc0392930
3
+ metadata.gz: f395f32fd7edc10ce26345b945008be92dd712ef4cc8e742fb1730cd44ec5071
4
+ data.tar.gz: 0e4445f7f975410f3b27af234dc05f524173205c178a3b6afe7c920d73422724
5
5
  SHA512:
6
- metadata.gz: 93790baeb87687b91300322588cc6eec97cff8e4ac184fddf6eec0f8bb0a8644959b69fedaa72aa3aa77e98b7815462838bde67e1740b0516ac44395e8763cfa
7
- data.tar.gz: 593164dde011847e5cbcd82f15b28c4d180aa99fe16bda2e8983ac136c00dbef889222c40d74d282d5b498358b35edc8c6f90108041024fd53f8b7fb5dbf59e3
6
+ metadata.gz: 4cc476e0f14184ee3e892786b59ef104e77f1aa7d6488c35b673d9350b857fc5b5a17db1e11d274508f6d85f683591b96f67fa420a5648b14b4df40bbd6acb2b
7
+ data.tar.gz: 139f54ad34fe43ab20e7db81a3ae4db1e09f7bddc79359f564452ea908f6de069eeb1b0ecc1d1ee4021e6da59a1b9c3694430c337c1cbd509e55639310fd2217
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 RecaptchaEnterprise
23
- VERSION = "2.0.3"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -129,6 +129,7 @@ module Google
129
129
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
130
130
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
131
131
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
132
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
132
133
  # * `:retry_codes` (*type:* `Array<String>`) -
133
134
  # The error codes that should trigger a retry.
134
135
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-recaptcha_enterprise
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
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.0'
65
+ version: '3.2'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="