google-cloud-language 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/language.rb +2 -2
- data/lib/google/cloud/language/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24596b6b6e6884b88a1d042cd290e2d140c2a579c6cc0fbc4b173a5041d388a1
|
4
|
+
data.tar.gz: 057b19c65cc069da794ef478438111a21f019467be07535469e28b8369b35196
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbcfe84cd17d70765f84734025116c42aebbf7fee9f43f8a816a2b84ee70a952b21b18a9a82f0c5dcfbcfc0e532baaed9a903e08cf5958b826cfa9b9c0030cf9
|
7
|
+
data.tar.gz: 1bcfca1a82f1c44301650c28cef807a3e558a12ed7272c8848c1e2d1aa6dea0677166b0bc29971e949732d407db566cab7b3e0b81637e67b0bcf10cf13503eec
|
@@ -89,8 +89,8 @@ module Google
|
|
89
89
|
# The library version as recorded in instrumentation and logging.
|
90
90
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
91
91
|
# An array of interceptors that are run before calls are executed.
|
92
|
-
# * `timeout` (*type:* `
|
93
|
-
# Default timeout in
|
92
|
+
# * `timeout` (*type:* `Numeric`) -
|
93
|
+
# Default timeout in seconds.
|
94
94
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
95
95
|
# Additional gRPC headers to be sent with the call.
|
96
96
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-language
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
198
198
|
- !ruby/object:Gem::Version
|
199
199
|
version: '0'
|
200
200
|
requirements: []
|
201
|
-
rubygems_version: 3.
|
201
|
+
rubygems_version: 3.2.6
|
202
202
|
signing_key:
|
203
203
|
specification_version: 4
|
204
204
|
summary: API Client library for the Cloud Natural Language API
|