google-cloud-cloud_security_compliance 0.3.0 → 1.0.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: bd115e35a24249e9ecdb62dca08523ea5ff03834819e49874ad192bb26e60251
4
- data.tar.gz: ab92c25693aaa9a4bfdab3bf3473566a5343ab3c4307ef40a5e0fed704982126
3
+ metadata.gz: ae642333e35f11c27463355fa1c62081bf20ea81ad76660cb79051ed7187a940
4
+ data.tar.gz: a2680286600a53c5fde828886b82bcfb021c77e8e04939f928001718b836cb9f
5
5
  SHA512:
6
- metadata.gz: 98b31ae8c53c1662349f8117974837ce4f56d54fd35f48f7033b5d07c7880711333ddb3d74a97b6bdb7aef3a6e8a949a236da49e6ec99e7fd761cd175ff47f19
7
- data.tar.gz: 8665e515fb125103d68d1736f0ce7108184af418abb62e1abd84bc1566fcfa4191d473819ea650aefcc717106381220c759f0c403e47d12c0fc11f6cc090a4da
6
+ metadata.gz: 6c33f0769939ce1534d31e517cf0019c9bf5b078712b501d130af4588b35346ec5a60a093db53eaa1797ce907144f0a532b1820cef6c084d628fd8ddb9b4694a
7
+ data.tar.gz: 2e48d4338adff56b5e41a1eeec9613aaccfaad86ca6dddc357105094a551b770661c99ec8e43a4fbc676aaf4f3a9d8fdac1d549ac74c6c409b0e59f05125d29d
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.3.0"
23
+ VERSION = "1.0.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.3.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC