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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7644a242f0fdb02d68e4fd6ecd7a56b8787e28b693e8ac5a6c6b74ec8fdf9abf
4
- data.tar.gz: fe457fd08ebdc624063122203c4e906d63cc89f33eaff67f4ad220c7352fa02c
3
+ metadata.gz: 5c4422411a6f30fa49a457a4e1c891d5598d0514130eb62822ceb58cef1c0da3
4
+ data.tar.gz: c7687634ba0b8e55beb794988be895361a672481a95738b71c91e64f4281bbbb
5
5
  SHA512:
6
- metadata.gz: ad9950862c86f20a973d1b487154da13dc82cc970423e1b5970107ba31a88172393b80e617a05f14bb0a8bf8bda64b99c8f2c2d175fb6aeb1e89af40399c7a01
7
- data.tar.gz: e0f94c1b174c911c64e99b14e24ff0c97425c78e542be2fd352d73c2ee60fa5a56b72bc07352f6af05a2abc03a5fc96df8d1c88eda8057453513de38bd644574
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:* `Integer`) -
92
- # Default timeout in milliseconds.
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`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module TextToSpeech
23
- VERSION = "1.1.1"
23
+ VERSION = "1.1.2"
24
24
  end
25
25
  end
26
26
  end
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.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: 2020-05-26 00:00:00.000000000 Z
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.0.6
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