google-developers-developer_knowledge-v1 0.1.0 → 0.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: a185cca272722bd1eb17dd4377c8c3836e9951e7f298ac2bb1c2fcdcca12325a
4
- data.tar.gz: 700acb9c35753ba1ad29f15a7b91a884fae665d4e11cc9445ff87f81a215f0c5
3
+ metadata.gz: cc0b83ff7e7b54d5cd0fc7d8a8849e5f866397525ed2b0898d039f5af4d0c26b
4
+ data.tar.gz: 3a55a1e476eaa11b693130307b4054289e53f2504396aef72ca623fc38a7f29f
5
5
  SHA512:
6
- metadata.gz: 1605ca2e59e95e4febbcccca6d5afebd2e2c8fb4cce747259f2680fcf966d5c2a0a5addce6756665a3c089b8fa339228bc2b8902296e4b42af21a3c53c11e681
7
- data.tar.gz: 69304a15c3be5bbb808c9d3cf57289c2b26375e27644fbaedc2eacd5eb9515af2779a8c8dde67f0916ed74e1aced8e8d9f15963d16c16a5cc313290cf73c0361
6
+ metadata.gz: ffce40596833af00583dfa3210836f220947fec1aa4300cd18beb1ecf29daba183d7d2e3b9a7a952e2c00d00c195ff628fb84d6894bd99c0f03c1197187963f5
7
+ data.tar.gz: eee52192096f720008edbd3453d41d99e6463f579695afed247ddb2f203553df2106f3325aeca77f28711eb98ee18c3180073f480e4a95578604b88d8399be9d
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 3.0+.
88
+ This library is supported on Ruby 3.2+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -634,6 +634,7 @@ module Google
634
634
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
635
635
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
636
636
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
637
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
637
638
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
638
639
  # trigger a retry.
639
640
  # @return [::Hash]
@@ -717,6 +718,7 @@ module Google
717
718
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
718
719
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
719
720
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
721
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
720
722
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
721
723
  # trigger a retry.
722
724
  #
@@ -596,6 +596,7 @@ module Google
596
596
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
597
597
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
598
598
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
599
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
599
600
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
600
601
  # trigger a retry.
601
602
  # @return [::Hash]
@@ -668,6 +669,7 @@ module Google
668
669
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
669
670
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
670
671
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
672
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
671
673
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
672
674
  # trigger a retry.
673
675
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Developers
22
22
  module DeveloperKnowledge
23
23
  module V1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.2.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-developers-developer_knowledge-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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