google-cloud-language-v1 1.6.0 → 1.7.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: 298f09035fa5edd3b2f3a9ab0fec0b165efe8a8644c8bf5a776ff754b9b3e73f
4
- data.tar.gz: 5067f4b476bb49df6f9c93f91188c6ef02a380361bf127a4f74523b34bb0ef1e
3
+ metadata.gz: e8d3fbe6c5c7494450306b5f69d8f554df19500d0fd88e1ebac2108dd05de142
4
+ data.tar.gz: f630009f779b427b6d952da4ff539251b9b7ba67d8b1cfd9c7ae28431ac5b125
5
5
  SHA512:
6
- metadata.gz: 034e14f6cb078593311cef60e8ff7f43fd28666faa5a029c5e066041030285e579013a5d4d29291b9e55aa7e6b33cc9709e52c69cc2469595a0c6f6413b805c0
7
- data.tar.gz: 63390ff5af2f0993649483034983e93f05475498ed757c1449c20b73df7de1f8d7f2b591757fdb5f41ebabbdbcb2c6fbe00d0e7609e8e4235bff84bd134b067e
6
+ metadata.gz: 59b28ddb3f20165bea06da478a516717697cbd2a966cc5ab39ba2e6499331962421b74abd8106b633aa3bc25b81f5e41398ade2c4d99a95483b1514eae1c3aa8
7
+ data.tar.gz: bf03e736374fb57c676565e07e291b2ae0e82ee11b8f31ecc6b480397b850d7322147e5eb3330bdefb42a9bbd613180ac1ecadd7e9e211f3a4d6ce98885e404c
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
@@ -870,6 +870,7 @@ module Google
870
870
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
871
871
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
872
872
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
873
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
873
874
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
874
875
  # trigger a retry.
875
876
  # @return [::Hash]
@@ -953,6 +954,7 @@ module Google
953
954
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
954
955
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
955
956
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
957
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
956
958
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
957
959
  # trigger a retry.
958
960
  #
@@ -844,6 +844,7 @@ module Google
844
844
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
845
845
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
846
846
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
847
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
847
848
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
848
849
  # trigger a retry.
849
850
  # @return [::Hash]
@@ -916,6 +917,7 @@ module Google
916
917
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
917
918
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
918
919
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
920
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
919
921
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
920
922
  # trigger a retry.
921
923
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Language
23
23
  module V1
24
- VERSION = "1.6.0"
24
+ VERSION = "1.7.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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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