google-cloud-text_to_speech 1.2.1 → 1.2.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: 71ec4151f208b723e80cda75264611b91162f1f71446d22b57f3bebff75f9e70
4
- data.tar.gz: 2010498fd851f6fb226b2f1459fd41d5d5f4c050424458e2516518bbedf02c64
3
+ metadata.gz: 479fc181b82c319d01098c1094a52cf54797a6b2caf12dcbf61f5ea3e57a05c2
4
+ data.tar.gz: 302a2e46dd8146287012b8c5cd5eb1f661b86dd81649c0b4156fbb8a94bd2a2d
5
5
  SHA512:
6
- metadata.gz: 4e37d32b58a820b07013c66ea386c162e959b5f3b6bab1aefd70f5f686e6b4b88c55877fe9be9c0a749c5d3fff8f302be4a2c5edab8320c843e8844d95a72081
7
- data.tar.gz: 63d0e2f3d031e127c05db576be7bba7387b434ed5df180e3885b33aeca69c9c0422aecc25757e1e227c55d4cd3f8b8fe610d32dc0c9bff84d39611ee135d0a1d
6
+ metadata.gz: 33c3406068e93e6993d94f6e28793fb631a0b5ff45e3c0f271b25d870d2a3ff113f6d739fca5830b6a394ea8e507a34858f317ef84ffcca0d99f0119e6957fea
7
+ data.tar.gz: d60e0b0b629425e99e18461905366a4417a6640973168d8e0d8de353afd881c6c9f6d7932b34ef52a02ed629d92b9dc9e3c424ef4b35ddbe952dccb42f19a344
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::TextToSpeech.text_to_speech
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/text_to_speech"
@@ -93,7 +93,7 @@ client = Google::Cloud::TextToSpeech.text_to_speech do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/text_to_speech"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module TextToSpeech
23
- VERSION = "1.2.1"
23
+ VERSION = "1.2.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.2.1
4
+ version: 1.2.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: 2021-06-30 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core