google-cloud-text_to_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/text_to_speech.rb +2 -2
- data/lib/google/cloud/text_to_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: 5c4422411a6f30fa49a457a4e1c891d5598d0514130eb62822ceb58cef1c0da3
|
4
|
+
data.tar.gz: c7687634ba0b8e55beb794988be895361a672481a95738b71c91e64f4281bbbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a46343d14f121be36d3aa3b1c3ca4532696ff7d4ba8f7d84c811adae55b6f1ab5e23dafe264c44b40f4b7fb54c3c3d9b3e65821859d5c80d7dc2acaf108c10e
|
7
|
+
data.tar.gz: fa23568463c538cadac927d3071766500033b18180e43c5b02748c7a2b84167dbe5848da4eefc384e6d9f2ff5875dd81bb3c38b604d8c287aa943c4d1fead92c
|
@@ -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-text_to_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
|
@@ -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 Text-to-Speech API
|