google-cloud-security-public_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: 6adbab11497ecaa5540ffebaf7077451481b94bb12ddb53c44b81406e096254b
4
- data.tar.gz: 2667fe0b54c19fa191ab85c415fe23590e9e4cd7cb3d3fb7f547e43888b34fb3
3
+ metadata.gz: d6c8633b445c317c349281b13e4929aa88baaf4c7a697a8a83976272b0a7a386
4
+ data.tar.gz: 0cf56318aa81600cacc2d9244f55ef36ce5540cc8e5674c11e965dc6b3f8bd47
5
5
  SHA512:
6
- metadata.gz: f77d974b3fce2e0b710ab477a25511ad12964b1e02da19086854fb5a8986957562bd441af427b848bb8bcc9c4e5bed83d64ad0c0f31b1498d7e71f95cdffe3bb
7
- data.tar.gz: a1f9a5ea7909c814697372c8b91d55a445874debc4ac069b3fb26b894a6c83872bd06b519a5629d68759897bf1ed64fd22fb0a80a69223c8b6635b6b900b7aeb
6
+ metadata.gz: f7c36d26493ef8e6d54163baa1044c426a2ec26dcd54d437134a81a195f8841fe3fb83723f5e785e982a46b8fdd1af10954695272abba0d93dca757bb4061661
7
+ data.tar.gz: a07e73260740ce139e2b13a7e6e556859723f2a23e4ceade91ccf1607c0ffab6b724702c29a69c6f3d41410a11d64906cad80ff52fa529df75d5ed1b94743733
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 PublicCA
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-public_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