google-cloud-retail 1.0.1 → 1.0.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: af87a0c6795e621937d2b38048b97f0bcbfc28f709cdc3fc9b0f094400be8d6f
4
- data.tar.gz: 223bb020cc76f2556ae7d2a0d0c7bcf32fa67a7f7e27f433e0ed802f0f49a7fb
3
+ metadata.gz: 86f3b7ebbef1f6113d06456d7016d71a836c0cba128f24006f397d2feb58a646
4
+ data.tar.gz: d7ae39488c704ba405ecc64356dbf2464b2d8f6fa10d34a1df0c8d9728942d2e
5
5
  SHA512:
6
- metadata.gz: 3c1e1c00356eb50ae49f7cc3f4415dce7fef4f2709a5634500ea969c23fd5ca1d143530a73b488ae2ca9f0ca07b6c0c9c517ee614b76934acedf8a4f8237fd7b
7
- data.tar.gz: ff288a0b4d1d68bf7ae5e5d458c2cf08d10bc307c04132db8b91801fba05c0f4ef313e41065ea3eb9e1cf5023cfbb4415ddb5a917614210379cb35b11da5db47
6
+ metadata.gz: 9cb81ee8aa4cdd2179217461a1a261884de6372c5e7260fe00a4782526918aeb9ded255d5416ab10edba33ce016ab11507530eb8583efa55acce423119671e30
7
+ data.tar.gz: 5b58b581e2cd69fb7b1d5732d6bc1907aab894d1a8646ae1c772971daf72ed05d39cd88e0b0b3762e0e8023ab1ace5b3e7b2e28c5f7870f02f26281766e3f149
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Retail.catalog_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/retail"
@@ -93,7 +93,7 @@ client = Google::Cloud::Retail.catalog_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/retail"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Retail
23
- VERSION = "1.0.1"
23
+ VERSION = "1.0.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-retail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.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