google-cloud-cloud_security_compliance 0.2.0 → 0.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: 113ff2adb05c7a19e831cf4c4163b4d42f4e0c892ee5bea60579b45d520b555d
4
- data.tar.gz: 577c69122e62667713b1d55cc364558a761e15ff639918a1a4554a8198e873df
3
+ metadata.gz: fe9ba92ae47d4593df6204f49512fc9c3e978a4bb024f795d997e1feebe69a17
4
+ data.tar.gz: ba2b5df35717ca5c6c342dbec0db4c1bc76256b542a8b05e3e2b2bb6027f3118
5
5
  SHA512:
6
- metadata.gz: 5d8e0c694182ef3e6dc637d6a1552fad345c2edac27191669416a7fdf6b6383be4ef2f3d60bfa52896f325858d148a682176645597b66ce08f022392450deee3
7
- data.tar.gz: 9fe611bb086b986ca84546f32df882d25b3e6a2f105d967cfaaab4b364c8dde0d27c067e7aee2bb59dd6ccd756046fc82557579979598c999d75270d856b82b5
6
+ metadata.gz: c19c292506b9e410eac519ec45b78a8cb2c0eaa73afca3cb279c1b95ccfd5ff0a153d674c5a1a854f6c901ef4511c7a33a0382ad1e251729c030e816b4ddb2d5
7
+ data.tar.gz: 7a5328ba2a3814e39976bc9ad64b49bf5143a195c4c7a5129fbac85eeb8722cf8c2fdc05d6aeff0af096b826bcc8a42d6c6ce1c604f1be235e15d4d8b3d6a5f3
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 CloudSecurityCompliance
23
- VERSION = "0.2.0"
23
+ VERSION = "0.4.0"
24
24
  end
25
25
  end
26
26
  end
@@ -421,6 +421,7 @@ module Google
421
421
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
422
422
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
423
423
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
424
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
424
425
  # * `:retry_codes` (*type:* `Array<String>`) -
425
426
  # The error codes that should trigger a retry.
426
427
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-cloud_security_compliance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,7 +68,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '3.0'
71
+ version: '3.2'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="