google-cloud-maintenance-api-v1 0.3.0 → 0.4.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: 961c2e26c648bd00f4d6a1edc0eae184f6fc09f15a8468fac53ed74655e78a80
4
- data.tar.gz: 10480b19294de5c01b0a406691514a77606d9c78523546e675245ca17eba2efe
3
+ metadata.gz: c81669170dde84ad11b64dca67bca4ee6faa67220e8d5d3f1aa2f108649cf029
4
+ data.tar.gz: e14ed7b2c801443d6aa3dacbce6e1e154533df0866fc4cbaf7303404d9651842
5
5
  SHA512:
6
- metadata.gz: 0bffcd39fa900a69694371ccbb439d86cadd86cece51949030c4333720159c4aaf1e47c60fb583ca3c10af40ea0c22cd094817dade80586423c854215fe1b144
7
- data.tar.gz: d924eb9edf884cfd18ca6ed4f8bbd33a6beae92af471dd67a0161367dc42920545d76abf27010fbfe2bec653b2bd03640657ab4e5680074c8867b96c49ae0782
6
+ metadata.gz: 1d938274213e69229c4ca2d1d88385ec26d8142e3a331041c310c2e70c7966980210ed189966bf4688fb27e2f67eb2c39cd8f0e5a8eb0801000c99da4cc95bb2
7
+ data.tar.gz: 99a1e28a30706657f9864ba33efb0dd52496cc9aad12ccfc55803614609d1032c7d0b4dd3c08c69804cf2cc447c3141b9d36ac450a737c553668f3e30f641139
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
@@ -587,6 +587,7 @@ module Google
587
587
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
588
588
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
589
589
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
590
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
590
591
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
591
592
  # trigger a retry.
592
593
  # @return [::Hash]
@@ -670,6 +671,7 @@ module Google
670
671
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
671
672
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
672
673
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
674
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
673
675
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
674
676
  # trigger a retry.
675
677
  #
@@ -534,6 +534,7 @@ module Google
534
534
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
535
535
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
536
536
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
537
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
537
538
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
538
539
  # trigger a retry.
539
540
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Maintenance
23
23
  module Api
24
24
  module V1
25
- VERSION = "0.3.0"
25
+ VERSION = "0.4.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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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