google-cloud-location 1.4.0 → 1.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 117ddc6761ea97881fa804a92da64ae74b37a7809ff75bf75bd9127f900fc07e
|
|
4
|
+
data.tar.gz: 36d4c09aeecfde681c6d7740f4ceda6afc4b2e638c8e84175ebbfcf11cd17411
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68e18c7bcf4a0c8ae401d079b5266e9b2bcb7904d3956692f96a8500cb18743ef56aec58747c7498614030f9265593788d0259b9cf5a835c6561459ad5ab7bd8
|
|
7
|
+
data.tar.gz: 5e528916ccf40343f6d079962fdea8ae3d4d9b742a4bfb03943801c811fe78f074cd4a6c26d9001e2f6a4bd8498cd85569cb9debbed753c66079ce4b106c8fd6
|
|
@@ -460,6 +460,7 @@ module Google
|
|
|
460
460
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
461
461
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
462
462
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
463
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
463
464
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
464
465
|
# trigger a retry.
|
|
465
466
|
# @return [::Hash]
|
|
@@ -543,6 +544,7 @@ module Google
|
|
|
543
544
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
544
545
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
545
546
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
547
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
546
548
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
547
549
|
# trigger a retry.
|
|
548
550
|
#
|
|
@@ -417,6 +417,7 @@ module Google
|
|
|
417
417
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
418
418
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
419
419
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
420
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
420
421
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
421
422
|
# trigger a retry.
|
|
422
423
|
# @return [::Hash]
|
|
@@ -496,6 +497,7 @@ module Google
|
|
|
496
497
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
497
498
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
498
499
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
500
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
499
501
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
500
502
|
# trigger a retry.
|
|
501
503
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-location
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.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.
|
|
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
|