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: d2feb74eaaeea0db311cb45e2d84e8e3dc0042855a687a870f5258e7bb2481e5
4
- data.tar.gz: 7d4cf091bcb0b17dad27cdc3022b5727b7388b26de29597bbe71203b18fcb086
3
+ metadata.gz: 0f3471981322f80cfa00c192c8152334adb139da4f3af2f0fa0296a1cd244eea
4
+ data.tar.gz: 7e909c187531b28c55332c4a0d625904161e7b5a5ceba2158d358c727a561bb4
5
5
  SHA512:
6
- metadata.gz: 396132c8883007b2035eaa1e9a68adbf3e8150fc87339d44635f9bf7a1f5170bc88aeefe00ea682db19875843e81c079ae12b2e4354194d83ce1bf12bb00b2d7
7
- data.tar.gz: 5c34d6d9dab05f3096a0d70e704a3dd590f457d4c7926608488d121cf0b7f29d783a9cc3bf6258b268e4564b9690032c307cdc1f2967dacbe6b445860941fb6b
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 = Gem.loaded_specs['google-cloud-text_to_speech'].version.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 = Gem.loaded_specs['google-cloud-text_to_speech'].version.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.0
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-04-30 00:00:00.000000000 Z
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