google-cloud-security-private_ca 2.1.0 → 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: 8dc2ef09f87b3bdbde6017cbaa8d3417a72bd919d626c7be4edc0e636d179c42
4
- data.tar.gz: 40044c90914a23e3bc2ce4c6a86ee8f856a6079420031b42628c46c67ed1b232
3
+ metadata.gz: 67814b44c2e5e0ec16bf1f408f106f8bf9aadb2dbd3df6b778606290d1c4c2c9
4
+ data.tar.gz: c5520524a32a7b9d8f9d0723daa8c46a23b367b66e284e0a2d4f8995bc628050
5
5
  SHA512:
6
- metadata.gz: 74b53c318be7676e420cde72c710c2754515f9a8745a880a7f8132ec10b75ead173d551e0c182b131802e81a433ce7dcdebeaa3b1c5b0149725ea8b96f3ba057
7
- data.tar.gz: bc53435ca782e7a968b494b4d6d44a014c2cfa7fba5c1dbdce91b7b760f89bf4f5dc5f6a16d522a62abbe19f55b373961127b04eed292951c300b4c27f70dba3
6
+ metadata.gz: '0968711ad0725ce1b5a7529c39753f9e7f935d23338f69d763e68bbb21e01966c58b9dbd42d81f852df402479224e902c6644a0995197e26c79b227770cda90b'
7
+ data.tar.gz: fff0c10f99e4ff8d2d6d04ca71e22eb67e93fc2eb0f4906542a94b71f15de96a6a7801500212d49650f5d1e733d7138f4c6c972ea4b560d496a22f53b59ce718
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Security
23
23
  module PrivateCA
24
- VERSION = "2.1.0"
24
+ VERSION = "2.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -141,6 +141,7 @@ module Google
141
141
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
142
142
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
143
143
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
144
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
144
145
  # * `:retry_codes` (*type:* `Array<String>`) -
145
146
  # The error codes that should trigger a retry.
146
147
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security-private_ca
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC