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 +4 -4
- data/README.md +1 -1
- data/lib/google/developers/developer_knowledge/v1/developer_knowledge/client.rb +2 -0
- data/lib/google/developers/developer_knowledge/v1/developer_knowledge/rest/client.rb +2 -0
- data/lib/google/developers/developer_knowledge/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc0b83ff7e7b54d5cd0fc7d8a8849e5f866397525ed2b0898d039f5af4d0c26b
|
|
4
|
+
data.tar.gz: 3a55a1e476eaa11b693130307b4054289e53f2504396aef72ca623fc38a7f29f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
#
|
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.
|
|
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.
|
|
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.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|