google-cloud-network_security 1.3.0 → 1.4.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: ddafac7717add85606f2ff6e8d89d34791cf2a85c40bbdd1c89260059e086ef6
4
- data.tar.gz: 98f4472005f32fd5e11c66f23f045cd461145f454d0e00628a282d48f13bb6a5
3
+ metadata.gz: f0c70b215241d042a06125eefcb693ff7f4c3b05405eb7aec137bda1c6f1198b
4
+ data.tar.gz: c37f680c8590a1d5433f09c9a6bdf772e77c3bf6ae1c1d5734e007ef263b1504
5
5
  SHA512:
6
- metadata.gz: dcffc79c6f9ad6688707d6bdde4c5834e41d743fbaa531c60c18b8d2c374ddd359ce9992e6e383e0aaab48cb703b501f43efed6ef06a5b407318c7c1998ac740
7
- data.tar.gz: 75ed0694296f29d8b5acfcbb96628aa0fe074704ded6d2caa708a024c29bd152ec42f83e2782191ed65952110ca9495e0e7b09a8805373bfbdd0bb11c9053e03
6
+ metadata.gz: 11344e4f7ef20cf12661a98cff0ea8c4098c79beb143d219293dfd7b4f113d7c1b43547f6dbdc1e4728d597c117d6251be002fd8843377ada568b5c93ae04ea8
7
+ data.tar.gz: f7450de62ad6b984104f155ecf4a7ffde9d674836657eaed1a083fa7111db827d01617414e350d5d93de5ac79e879232bbc117a556440cf0c8ad8c5403a1aa8d
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 NetworkSecurity
23
- VERSION = "1.3.0"
23
+ VERSION = "1.4.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-network_security
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC