google-cloud-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: f95a7c7a5965432e9a0c4d46eea0f7e4a7a355045a28e7aa031248cd93dba4b6
4
- data.tar.gz: b45059bc57c92f1ba1787a64c9337127b4d383c0dfded4d6ed44080abc7c21f7
3
+ metadata.gz: 042d0bbdde7f4adfb1ce4ceaf3f9fddfe8369b66ee0c66d343e630a50e2204d7
4
+ data.tar.gz: d25934eeace836d298ed6a5578ab6e50e3e395432b33b8c343f1635cb836fbf7
5
5
  SHA512:
6
- metadata.gz: a3fa641e7247ec06208f2c6de2a750aaedeaf3f990cc222268af71c26841a712e4fbdbe6c4ec627d26f9a27039835b38cadea6074f057674782fb0647dbe9c34
7
- data.tar.gz: dac270f3e6b59a7361fb996c0c610c4271d797ddc400063aa6b01d47685524ffee4ec9a5c347afe6861ea8169562559753264ad94cb59218a206ed71f4e3f2d1
6
+ metadata.gz: 635c9a30563f3bd5802eb49f196df597e1515bfb795462e58d420b2b4826dd83c1508932157fa837765a246336747c7c08ad388623122886ea101efce99b6b76
7
+ data.tar.gz: 90cb131f3c3ffc38cf8139f3d42c16d3575fc6ec394239557b4840839f9fdd47cd81ecb82848a153ae108390152416e2a67d132485530a90f1b9652f794d87eb
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Speech.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/speech"
@@ -93,7 +93,7 @@ client = Google::Cloud::Speech.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/speech"
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Speech
19
- VERSION = "1.2.1".freeze
19
+ VERSION = "1.2.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-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