google-cloud-translate 3.2.1 → 3.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: 9716f645a32f94f3c5282d4862b225170e04f420096a2d3d1a9557824a6cbf7c
4
- data.tar.gz: 1aede84a4cf75a9aedcec0abb95d8ec4845b03bbc17832262fd43b3f7f48737e
3
+ metadata.gz: 5c98fbf43ba9c4da777894c023971ea2f0ebdf48f7e383527ccd0896dc1340b0
4
+ data.tar.gz: 3e27fbab4dd0b8de8a9039743955b6a6ac572cc1b13fc011106b4a9ff767c222
5
5
  SHA512:
6
- metadata.gz: bb2237d1fca8528ac01623c99d372582c7be07efc0433793f22201d8ce2d6b22623ded3e53e402983a69bf77ac06ee6dea9943fc6025596b61a923464ee34756
7
- data.tar.gz: eb98f8cf0fcfb02f4d282e8cf24be9d3cf45d74165a4278d1426f21bcfe6ecccd272e28a8653a1aca50aa5bb165629b802e0ecc8d587c10ea906091321caaf34
6
+ metadata.gz: d25ddaaf00fb66ea8a7afaf3406daf0feb03bf06f985880364fc83cb63202d04955a41e9e1a70d4960209739d2d4bf485ef1bfe106acc8955a092674446da025
7
+ data.tar.gz: d6b26c7da076290234eb89a5ed7d780b851b636400eb49310a5f88501ab297882a0cee16187d0b34ad5ca9220c39af5a59e3383a285e934b902395fa783e8074
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Translate.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/translate"
@@ -93,7 +93,7 @@ client = Google::Cloud::Translate.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/translate"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Translate
23
- VERSION = "3.2.1"
23
+ VERSION = "3.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-translate
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.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