google-cloud-location_finder-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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be8fc30eb954dc7b67231b45b53c15e45d2886048a2f0f21d4450d36bbca1869
|
|
4
|
+
data.tar.gz: 2eb6f54615be7e8478c77b6def393b9562041ad69652f6c1ae5a0b590f2e9f04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23e859247018484b952c2a8e1161d7614575693766ad18ecfd994221fbd075efce57952c1b7f08094591d87f1739467df1c707e6c7423d7dfe57286d6c81f6f8
|
|
7
|
+
data.tar.gz: 95078161603ff8173e6a8be0189f7e6f7ed1f0c1d52ab5cc8ab54b8bfa88c90e6401c75f33248346322c1580909193706ebd2bdb0070d6c587ded7c5be66df44
|
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.
|
|
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
|
|
@@ -615,6 +615,7 @@ module Google
|
|
|
615
615
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
616
616
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
617
617
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
618
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
618
619
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
619
620
|
# trigger a retry.
|
|
620
621
|
# @return [::Hash]
|
|
@@ -698,6 +699,7 @@ module Google
|
|
|
698
699
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
699
700
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
700
701
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
702
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
701
703
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
702
704
|
# trigger a retry.
|
|
703
705
|
#
|
|
@@ -562,6 +562,7 @@ module Google
|
|
|
562
562
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
563
563
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
564
564
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
565
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
565
566
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
566
567
|
# trigger a retry.
|
|
567
568
|
# @return [::Hash]
|
|
@@ -641,6 +642,7 @@ module Google
|
|
|
641
642
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
642
643
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
643
644
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
645
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
644
646
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
645
647
|
# trigger a retry.
|
|
646
648
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-location_finder-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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.
|
|
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
|