google-cloud-text_to_speech 0.3.0 → 0.3.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f3471981322f80cfa00c192c8152334adb139da4f3af2f0fa0296a1cd244eea
|
4
|
+
data.tar.gz: 7e909c187531b28c55332c4a0d625904161e7b5a5ceba2158d358c727a561bb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a5918e7638d40b30f2c2206e895ceae2b0b3f1a2d6770d960efd72dd08693607d02640475b14c4d712d5d587220d996f259251d9fec6213e0cd8321ca6251da
|
7
|
+
data.tar.gz: 6d10bbfbf8f65f04c640a657feb8031e52ef70aff7fb1ad8914fbe50071103b58ac8ca21a45809ba2848abb8fcb45b9209408dd8af50ea81c54af47e38f24d01
|
@@ -27,6 +27,7 @@ require "google/gax"
|
|
27
27
|
|
28
28
|
require "google/cloud/texttospeech/v1/cloud_tts_pb"
|
29
29
|
require "google/cloud/text_to_speech/v1/credentials"
|
30
|
+
require "google/cloud/text_to_speech/version"
|
30
31
|
|
31
32
|
module Google
|
32
33
|
module Cloud
|
@@ -120,7 +121,7 @@ module Google
|
|
120
121
|
updater_proc = credentials.updater_proc
|
121
122
|
end
|
122
123
|
|
123
|
-
package_version =
|
124
|
+
package_version = Google::Cloud::TextToSpeech::VERSION
|
124
125
|
|
125
126
|
google_api_client = "gl-ruby/#{RUBY_VERSION}"
|
126
127
|
google_api_client << " #{lib_name}/#{lib_version}" if lib_name
|
@@ -27,6 +27,7 @@ require "google/gax"
|
|
27
27
|
|
28
28
|
require "google/cloud/texttospeech/v1beta1/cloud_tts_pb"
|
29
29
|
require "google/cloud/text_to_speech/v1beta1/credentials"
|
30
|
+
require "google/cloud/text_to_speech/version"
|
30
31
|
|
31
32
|
module Google
|
32
33
|
module Cloud
|
@@ -120,7 +121,7 @@ module Google
|
|
120
121
|
updater_proc = credentials.updater_proc
|
121
122
|
end
|
122
123
|
|
123
|
-
package_version =
|
124
|
+
package_version = Google::Cloud::TextToSpeech::VERSION
|
124
125
|
|
125
126
|
google_api_client = "gl-ruby/#{RUBY_VERSION}"
|
126
127
|
google_api_client << " #{lib_name}/#{lib_version}" if lib_name
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# Copyright 2019 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
|
16
|
+
module Google
|
17
|
+
module Cloud
|
18
|
+
module TextToSpeech
|
19
|
+
VERSION = "0.3.1".freeze
|
20
|
+
end
|
21
|
+
end
|
22
|
+
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: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-gax
|
@@ -116,6 +116,7 @@ files:
|
|
116
116
|
- lib/google/cloud/text_to_speech/v1beta1/doc/google/cloud/texttospeech/v1beta1/cloud_tts.rb
|
117
117
|
- lib/google/cloud/text_to_speech/v1beta1/text_to_speech_client.rb
|
118
118
|
- lib/google/cloud/text_to_speech/v1beta1/text_to_speech_client_config.json
|
119
|
+
- lib/google/cloud/text_to_speech/version.rb
|
119
120
|
- lib/google/cloud/texttospeech/v1/cloud_tts_pb.rb
|
120
121
|
- lib/google/cloud/texttospeech/v1/cloud_tts_services_pb.rb
|
121
122
|
- lib/google/cloud/texttospeech/v1beta1/cloud_tts_pb.rb
|