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: 293d0f43bc0990648b78f1dc3975a9a60aaeecd068b36a306d4be1e0fc6e4a3b
4
- data.tar.gz: 575046663aeb7533d7c49d80837c4d92a780f62324eec10c34e6d26027548222
3
+ metadata.gz: be8fc30eb954dc7b67231b45b53c15e45d2886048a2f0f21d4450d36bbca1869
4
+ data.tar.gz: 2eb6f54615be7e8478c77b6def393b9562041ad69652f6c1ae5a0b590f2e9f04
5
5
  SHA512:
6
- metadata.gz: d256b56c84dfd3e3a5b10f009739803f246c42b85fcec4d664241644b8012625af40c368b7f23050bbddbdfe9ab35d3b0ef08e1e61ee01402b93d9b33745edd0
7
- data.tar.gz: d404287c589cac951c6c9a433131bd2587e40edb0175199b30e617a24217e247dd4cb25aea1bbf1d9819b1602c790eb752bb54e9955fc49ed7c8811b5914d68c
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.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
@@ -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
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module LocationFinder
23
23
  module V1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.4.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-cloud-location_finder-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