google-cloud-maintenance-api-v1beta 0.4.0 → 0.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: a666dd1053e63c01f0068673b9e7fd8d399b58e693afb025c6cf553d1db7c58c
4
- data.tar.gz: b1cdb450e4d0d21b3245a82b332deb39e4e368844ac77829b24e557e10cd90f6
3
+ metadata.gz: 408b72326aedd4e06234a06752e90f09c007d023676a292d6a8ce8958d28ab89
4
+ data.tar.gz: 3a4c94a309bf0babf5a58d6b952da4e572e13bc5826253fc924a22d675f01482
5
5
  SHA512:
6
- metadata.gz: 6b23f4ab4e925266c4f4a223fae2bd9368010eacd62fa36f7327109c2e9f9f2c7c6767abb69c677150c9bd869fdcca5b54232fd198c6b301cddbf7b61113e2a9
7
- data.tar.gz: d0c2fe6e73a9695dc0c168c2b826ef451d8eca6fd6c97b3e79f1b3da34bcc0574564ebf59118fb3709dbaa3ce0282b67e1921a1c9da3d8dc4b83a15fe0c212d4
6
+ metadata.gz: b62c5fe3cb2d42c42f207f5c79789b3af88d12d14052a83ccce688cb96ff59613ee60c48eafee070257e5499990d9e2afe8f398f4cf114157df5c711a1cabf38
7
+ data.tar.gz: 548f54b2889ac5df0fcbe25fee1a35bd1f6c94a210c6ba5625e10cf763f57b449b56d11b62cafe8ca2ae6188f1c8f771e0f3f5d2a3de6604d045902074f9dcf9
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
@@ -599,6 +599,7 @@ module Google
599
599
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
600
600
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
601
601
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
602
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
602
603
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
603
604
  # trigger a retry.
604
605
  # @return [::Hash]
@@ -682,6 +683,7 @@ module Google
682
683
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
683
684
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
684
685
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
686
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
685
687
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
686
688
  # trigger a retry.
687
689
  #
@@ -546,6 +546,7 @@ module Google
546
546
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
547
547
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
548
548
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
549
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
549
550
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
550
551
  # trigger a retry.
551
552
  # @return [::Hash]
@@ -625,6 +626,7 @@ module Google
625
626
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
626
627
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
627
628
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
629
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
628
630
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
629
631
  # trigger a retry.
630
632
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Maintenance
23
23
  module Api
24
24
  module V1beta
25
- VERSION = "0.4.0"
25
+ VERSION = "0.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-maintenance-api-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.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