google-cloud-media_translation 0.2.1 → 0.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: 65ea679770815b00f7ebf4103f2ac9e2a2f7dbe0b55771aa2e91531a7db7f9e1
4
- data.tar.gz: 53b0a3e29217b2a38cc855a703c0317179dddbf51e0cb84c73cb6b6a33931ae4
3
+ metadata.gz: c05edcd9b4c837d4aad76cfe67af2c965209e5ea133187b31267dd77503460ee
4
+ data.tar.gz: c41ba56c4cd1820c40e66609f132aea5d8e769b1eced4ef60c10bcb2643209ae
5
5
  SHA512:
6
- metadata.gz: 14d00100062c6657da3743d29a92abda71d30d809db4049de1a5650ad9afe349e4e9f20fa35aa5741cc4f2ce807fdfa7469b7d4671d73e78f5996b4fc762402a
7
- data.tar.gz: 2ea4463f8927d3c73e85951dc91145ab19d6a3f5f9f86f9936e7f8ed1f3d5cc4317c6229a8655e875dcf604c9c6fda233b07d64ee0b51d0ceb7d781923a3860c
6
+ metadata.gz: 9eff3b598d3cd5ebb4328f7f568baff18a206a383ba4114acbd0bbcea814b9594c0e77226c9af8aef730132ae63a4ae5042977cf958cd814369156ff68ca60ab
7
+ data.tar.gz: f2621262c6160976b2cfbf74267b2969313aaebd6eec27bbbb801ad18fd02fb249583d0f620e2a223143f3f45cb1eddf0644542e792c7a241f1ed27315d570b0
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::MediaTranslation.speech_translation_service
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/media_translation"
@@ -93,7 +93,7 @@ client = Google::Cloud::MediaTranslation.speech_translation_service 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/media_translation"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module MediaTranslation
23
- VERSION = "0.2.1"
23
+ VERSION = "0.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-media_translation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.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