google-cloud-phishing_protection 0.17.0 → 0.18.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: 2c75a1bd8c3065d9a0a0a203813b557b04578aad632912a7ebb56da304eb8219
4
- data.tar.gz: 41e7e1e99aba298c86bf8cc25f5717d768e2483b90599522a28c45c51789feca
3
+ metadata.gz: 6b9b8aabf6c0f8477193f2dba0d2d130b5410878e8545b644191b30205818e3a
4
+ data.tar.gz: 350744ddf093cc1b561f0457a130e247e5403dbc91ae584a6e99f1261ce8c8b0
5
5
  SHA512:
6
- metadata.gz: d89dee61593b6f68089a982c8ae1aaeedb49734b2be30aa79f333ac08c8a05503334ea33373bb24bded9d92bb6d5a670f3fcff2718a12c1f9192230e9531807a
7
- data.tar.gz: 9e14ee300282e5b415bf47cb6eedd801fd8159a53347479d6af62fb13eb9bb3388240ce7c4a766f87b2fc58431fe0634f37f7ce6e00b9c71f26ce647e15b1971
6
+ metadata.gz: 640c0132c7060eeb847cd62b33f606d03e608fcde7bbaaafbfc5f9ff9fcc5eec390e598749a6fe6a83bf8cd6f53b034acc8d546a750fd5f4722e5b70f1727920
7
+ data.tar.gz: 39848d0e1ab3ed7f81e1cb33f5b18ca13acb56ea3d243d284a8a68b84730b10827ebdcfa4be1218962022d68b50fa113cd1985c8bd2d5e21a6850724c0ce9d54
data/README.md CHANGED
@@ -82,7 +82,7 @@ working, try updating the versioned clients in your bundle or installed gems:
82
82
 
83
83
  ## Supported Ruby Versions
84
84
 
85
- This library is supported on Ruby 3.0+.
85
+ This library is supported on Ruby 3.2+.
86
86
 
87
87
  Google provides official support for Ruby versions that are actively supported
88
88
  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 PhishingProtection
23
- VERSION = "0.17.0"
23
+ VERSION = "0.18.0"
24
24
  end
25
25
  end
26
26
  end
@@ -138,6 +138,7 @@ module Google
138
138
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
139
139
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
140
140
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
141
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
141
142
  # * `:retry_codes` (*type:* `Array<String>`) -
142
143
  # The error codes that should trigger a retry.
143
144
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-phishing_protection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC