google-cloud-language-v2 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: 3a9101cbfe7e500734fd3e45ad0c8db50ee2c1c99faa1751013e656387deef94
|
|
4
|
+
data.tar.gz: 7dac63fc817aab9b4a26cf7b6d9d88de481aedebbaa0c3e3c5dc9f9624be9b60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 952b8ef1011e46f9dc5238aa2b1e623162dcd0880155feb5dab7e3acaf85b39e7be6b7891b437afa39a734cd821ea913d44870ce7af816b163591acc2c31c490
|
|
7
|
+
data.tar.gz: bd35f13484c96b15c1b4d53c48748e125fbf8c2824c67dc76e0c3aec42c74a81d9ed64d4495b507a271246e69c9b0dd7d91d777aa78c41967710af6ce5dcc7df
|
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
|
|
@@ -700,6 +700,7 @@ module Google
|
|
|
700
700
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
701
701
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
702
702
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
703
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
703
704
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
704
705
|
# trigger a retry.
|
|
705
706
|
# @return [::Hash]
|
|
@@ -783,6 +784,7 @@ module Google
|
|
|
783
784
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
784
785
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
785
786
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
787
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
786
788
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
787
789
|
# trigger a retry.
|
|
788
790
|
#
|
|
@@ -672,6 +672,7 @@ module Google
|
|
|
672
672
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
673
673
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
674
674
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
675
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
675
676
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
676
677
|
# trigger a retry.
|
|
677
678
|
# @return [::Hash]
|
|
@@ -744,6 +745,7 @@ module Google
|
|
|
744
745
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
745
746
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
746
747
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
748
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
747
749
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
748
750
|
# trigger a retry.
|
|
749
751
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-language-v2
|
|
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
|