google-cloud-security-public_ca-v1 1.4.1 → 1.5.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: 46f8c284444430c58db75b4b00d927424ca255ae764a3905a39413c96a7905a9
4
- data.tar.gz: dc827d3362b6134644427b216f56d74cb05eb9f99ff1e37ae8c33058c5b685a6
3
+ metadata.gz: c72fa13a746d78327dc76653afc0432239be7b961be67887376cb8918a5561d4
4
+ data.tar.gz: 76e683384a392b92b45ae01f85194f4ffcd422c1f463de42418ad4a7e80f304d
5
5
  SHA512:
6
- metadata.gz: 387202ea8765e627ff1ad9128b4167dc32cc83284d27018f77c993e1a4e4b613d5a28c38f3972a67b516f49e90077ba3e316490871d10fe75ed4815ed69e61ff
7
- data.tar.gz: 420c24c23708be87f2ded5b42c7c0f39d082bcccb34a7f3648acd9ed0d32eeddd595040448be4f3e4aec3d2448023438605efdd0a2719450970c233f51c33586
6
+ metadata.gz: 66611c34465d4483c04f2874969521eee77e04be108603cdb0f5de85db012e7bc27f97e9b38ccb061097cfb484ed61474e13e8d65dd1535c29c94ac0ea9e950c
7
+ data.tar.gz: ff2c859d3624a379a160ec17346b4536908d4fb7c60f2a036bb62aa39f9d3e82d8ee664992cba13c2d47f0b479a5e06d13b221b4dd5c49e33a0cbc8de1ac5bc1
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 3.0+.
89
+ This library is supported on Ruby 3.2+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -381,6 +381,7 @@ module Google
381
381
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
382
382
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
383
383
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
384
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
384
385
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
385
386
  # trigger a retry.
386
387
  # @return [::Hash]
@@ -464,6 +465,7 @@ module Google
464
465
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
465
466
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
466
467
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
468
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
467
469
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
468
470
  # trigger a retry.
469
471
  #
@@ -341,6 +341,7 @@ module Google
341
341
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
342
342
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
343
343
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
344
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
344
345
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
345
346
  # trigger a retry.
346
347
  # @return [::Hash]
@@ -413,6 +414,7 @@ module Google
413
414
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
414
415
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
415
416
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
417
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
416
418
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
417
419
  # trigger a retry.
418
420
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Security
23
23
  module PublicCA
24
24
  module V1
25
- VERSION = "1.4.1"
25
+ VERSION = "1.5.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security-public_ca-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement