google-cloud-language-v1beta2 0.17.0 → 0.18.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: 114c34ee3522835d9ae3dea6375f870e4db648839aa217fdf0d9f9e122f7b39a
4
- data.tar.gz: '08949e71c6d6dada59d922ee84b73149a63f8918b55efb63a8e44ff154d8e2e1'
3
+ metadata.gz: 3910c89731dd5786dfcc92613d2680e5672431608e6279fe2a9cda630e121ca5
4
+ data.tar.gz: da2e36ac6909978bff2bee894565c734e8e0025f223d3af02209ab7e27544783
5
5
  SHA512:
6
- metadata.gz: a0babc88d6dbd3aa7afbcf8f4309d05572f8166aa06c26fa2c004c93b6c91541a622890c3bcb37513fbf2b64e5648960fcc4e30ea05cc31bebe3237d72869e48
7
- data.tar.gz: '039c6e57ae18049d44da2aa544b74c597583781f65ce2c47bbb7b59294e1e621476d31bfa2012c003e613daf098c5a0ea0a7a7b135dbb6544bf1c6c394417360'
6
+ metadata.gz: e35f7a85cdbf9e60d7c1f3b3233d3246ab7679611c7d6555e3ca6c7efd056dc904278ff70bd4a1ebd22b6ca63edc330da823a9271ecec4b00564f44459b60aa1
7
+ data.tar.gz: 3cc046dfe520ce1ec0e5b59df8891b2f8ef84ebacd5db32b2250eaeaa68f64845c5bc7ac32b59891bd6c3a5194e41d34605ef7cdb98fd6893efe87c9b7bed09c
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
@@ -871,6 +871,7 @@ module Google
871
871
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
872
872
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
873
873
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
874
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
874
875
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
875
876
  # trigger a retry.
876
877
  # @return [::Hash]
@@ -954,6 +955,7 @@ module Google
954
955
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
955
956
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
956
957
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
958
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
957
959
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
958
960
  # trigger a retry.
959
961
  #
@@ -845,6 +845,7 @@ module Google
845
845
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
846
846
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
847
847
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
848
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
848
849
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
849
850
  # trigger a retry.
850
851
  # @return [::Hash]
@@ -917,6 +918,7 @@ module Google
917
918
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
918
919
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
919
920
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
921
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
920
922
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
921
923
  # trigger a retry.
922
924
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Language
23
23
  module V1beta2
24
- VERSION = "0.17.0"
24
+ VERSION = "0.18.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-language-v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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