google-cloud-speech 1.1.1 → 1.1.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/speech.rb +2 -2
- data/lib/google/cloud/speech/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: c0420e98065c738104ffe91a075c545f707db5069b59120b387874301f321f4d
|
4
|
+
data.tar.gz: 529767fadbcd2415bc1feaf078cbbbad8e9d219c735ab346b991e957336eab6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 181a444bb502dd4e9a048c8c62ec16d2208e17e34b13ec29836909ce92e218c7bb46161a971ac63465e7856e5375c163401fb3b5f23a148449fd3cae03b1747b
|
7
|
+
data.tar.gz: 4421f5ee57ced001c77c9bcf2f51a37bec0e263675824d2cdec445e05bd536b23381c229198105eb80aabb6c933b142e2b5692d565f8e64d010beffd1f2d205e
|
data/lib/google/cloud/speech.rb
CHANGED
@@ -88,8 +88,8 @@ module Google
|
|
88
88
|
# The library version as recorded in instrumentation and logging.
|
89
89
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
90
90
|
# An array of interceptors that are run before calls are executed.
|
91
|
-
# * `timeout` (*type:* `
|
92
|
-
# Default timeout in
|
91
|
+
# * `timeout` (*type:* `Numeric`) -
|
92
|
+
# Default timeout in seconds.
|
93
93
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
94
94
|
# Additional gRPC headers to be sent with the call.
|
95
95
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-speech
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -202,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
202
202
|
- !ruby/object:Gem::Version
|
203
203
|
version: '0'
|
204
204
|
requirements: []
|
205
|
-
rubygems_version: 3.
|
205
|
+
rubygems_version: 3.2.6
|
206
206
|
signing_key:
|
207
207
|
specification_version: 4
|
208
208
|
summary: API Client library for the Cloud Speech-to-Text API
|