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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3910c89731dd5786dfcc92613d2680e5672431608e6279fe2a9cda630e121ca5
|
|
4
|
+
data.tar.gz: da2e36ac6909978bff2bee894565c734e8e0025f223d3af02209ab7e27544783
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
#
|
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.
|
|
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.
|
|
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
|