google-cloud-text_to_speech 0.1.1 → 0.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: 61bbf22f9cde7db75fdd83befdd82c425eb1dbce47950a9b63bc53ac2a4e9d6d
4
- data.tar.gz: c167fbe67d0c9a68ce547f5200d805b73be19914fc87e6c5b17e485cad703d73
3
+ metadata.gz: a04657495884a194b1665a5b52c770883d48906bcfadb0d8e086b8be88bd09a7
4
+ data.tar.gz: a4cbd30ccef263e4f00e92953e5994ede298a9d1db52dd746245f600d32ac284
5
5
  SHA512:
6
- metadata.gz: '03842897634ca56925d10c20d9217b7e6863368110975a4933da3ef0fc9dc15b56b1ea2e3cc90ab8d15882c1f9bc5c13ab103d04cdf914b558c8436cafa0c35c'
7
- data.tar.gz: 0c6ccc7a05db9eec30f24f7c358618d7d4341814855a0ef6c7967dfb03654b03e21fc9d0186ee3e0a308b55e3e2a0cbba82efa9ecc5534ec97b576f96f85619f
6
+ metadata.gz: 46806b08034e693ded1246023a7761a8a09913ea6762abe94a9089476373f97ddae32b93de050d0daa429b1b907dbaa822026ad8a90a4b6e9be451757049aae8
7
+ data.tar.gz: 4beada78a2fdd6aa0fe8a55c4a8f3c25c594c2a7f987f33f9aa1f1c3e75caccda3cf6c8c1299fc41c85d3c2995bff8fbbb8656401dc93b2960f2df6bae792afb
@@ -12,6 +12,7 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+
15
16
  require "google/gax"
16
17
  require "pathname"
17
18
 
@@ -36,6 +37,11 @@ module Google
36
37
  # 3. [Enable the Cloud Text-to-Speech API.](https://console.cloud.google.com/apis/library/texttospeech.googleapis.com)
37
38
  # 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
38
39
  #
40
+ # ### Installation
41
+ # ```
42
+ # $ gem install google-cloud-text_to_speech
43
+ # ```
44
+ #
39
45
  # ### Next Steps
40
46
  # - Read the [Cloud Text-to-Speech API Product documentation][Product Documentation]
41
47
  # to learn more about the product and see How-to Guides.
@@ -12,6 +12,7 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+
15
16
  require "google/cloud/text_to_speech/v1/text_to_speech_client"
16
17
 
17
18
  module Google
@@ -36,6 +37,11 @@ module Google
36
37
  # 3. [Enable the Cloud Text-to-Speech API.](https://console.cloud.google.com/apis/library/texttospeech.googleapis.com)
37
38
  # 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
38
39
  #
40
+ # ### Installation
41
+ # ```
42
+ # $ gem install google-cloud-text_to_speech
43
+ # ```
44
+ #
39
45
  # ### Next Steps
40
46
  # - Read the [Cloud Text-to-Speech API Product documentation][Product Documentation]
41
47
  # to learn more about the product and see How-to Guides.
@@ -12,6 +12,7 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+
15
16
  require "googleauth"
16
17
 
17
18
  module Google
@@ -12,6 +12,7 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+
15
16
  module Google
16
17
  module Cloud
17
18
  module Texttospeech
@@ -12,6 +12,7 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+
15
16
  module Google
16
17
  module Cloud
17
18
  # rubocop:disable LineLength
@@ -19,6 +19,7 @@
19
19
  # For the short term, the refresh process will only be runnable by Google
20
20
  # engineers.
21
21
 
22
+
22
23
  require "json"
23
24
  require "pathname"
24
25
 
@@ -36,6 +37,7 @@ module Google
36
37
  # @!attribute [r] text_to_speech_stub
37
38
  # @return [Google::Cloud::Texttospeech::V1::TextToSpeech::Stub]
38
39
  class TextToSpeechClient
40
+ # @private
39
41
  attr_reader :text_to_speech_stub
40
42
 
41
43
  # The default address of the service.
@@ -1,6 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/texttospeech/v1/cloud_tts.proto
3
3
 
4
+
4
5
  require 'google/protobuf'
5
6
 
6
7
  require 'google/api/annotations_pb'
@@ -16,6 +16,7 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
+
19
20
  require 'grpc'
20
21
  require 'google/cloud/texttospeech/v1/cloud_tts_pb'
21
22
 
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.1.1
4
+ version: 0.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: 2018-08-21 00:00:00.000000000 Z
11
+ date: 2018-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax