google-cloud-dataqna 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: ef18bd35275396822bee79320b6a09efbd15e142125754f7951424687c6d4d54
4
- data.tar.gz: ca74990ac95dea74916ac7583ff5c5e9b33c67e09bd581cb0461392bf8a96e8b
3
+ metadata.gz: 31925d91564dddd8cb776096918db5b3abcbdf886162fc65a13a35a3e53c45d2
4
+ data.tar.gz: 428c19a99d58fa8b36d54293d068d32e946d64678be36bf8a27567e31063f9e7
5
5
  SHA512:
6
- metadata.gz: fae9f754a96e3eaf5a8a31d3eb889ca7c71d705ff8108c06ea53563de0c1ed1429bf26dc14dd46f1c5e666b92dff1226343156e0ff5dc0f6e77cca617d8f270e
7
- data.tar.gz: d17e59416ef31cbd81bfaaaec555859dfc837b6e101a65361e7b871f80b4a65c3719544488fa1d3cb67c7c6d65c80a0f7cb5e44c8abd25aeac1fb558f84032ac
6
+ metadata.gz: dde3d02b1ad2435f9ca25097825d920d6d81406617a957a3c910a4b4763fb7b3b0dbfa2a8667269c83b7c66e4d2ba5be4212295b5307de60370dbb7de127f3b9
7
+ data.tar.gz: a7edf524225fc2756e58a0a6c710cd23b158a604d3ea4ee1daaab49b7e9b1e9d737997fdc5c8e54e4084cb80224291da8a08de2e190114639d262c4e5cf0252c
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::DataQnA.auto_suggestion_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/dataqna"
@@ -93,7 +93,7 @@ client = Google::Cloud::DataQnA.auto_suggestion_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/dataqna"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DataQnA
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-dataqna
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