google-cloud-data_catalog 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: 968539c28827a7397e59702a1094474a62dc88b99578c6295d9e64a96328d597
4
- data.tar.gz: 5b9a2ebef3f8086d7985ba244d46e56842e6d038bfae40b58d49761f19eb7bb4
3
+ metadata.gz: aa3c13a19e1e63c4f9db6e2f1e570c6d0640c43a16a2029ae8965508b537ad17
4
+ data.tar.gz: 5108b08e0c4dd2da51985dc9d90ade672df3b764d2ad25b0030a792e86c5c7d3
5
5
  SHA512:
6
- metadata.gz: d3fdb65e3aafef1720c5a4f04e469c7a3979f130f701b8ed853ca8737936b33a66dc022e2faf911980aa297240ec8f6cdb203aeaa833efffa95b85874aad61ae
7
- data.tar.gz: c03f72410336dab8c5251f3cec7865e9a79da0fed2368e402a9c5371d8970f3ccbcd6c01238192e7afae34e0c184941a468c42cba313504f89b0f991616e65ed
6
+ metadata.gz: 2a33d9ed61c551416865e7e2951cccb1835b0ce3f8c1c1260241a6f9e786c8f4e42266543764ab9fd482c006e990097e8eb745ee16c3b177f67108bb19d24918
7
+ data.tar.gz: f3014d669c53f1b03e3e1fb035cd534a9dbab8b9ea6ae5a24281e4d92317fa55d72799622660938eb4d2d0223a6632797fdc8b0e769a43ad265f6632920705a9
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::DataCatalog.data_catalog
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/data_catalog"
@@ -93,7 +93,7 @@ client = Google::Cloud::DataCatalog.data_catalog 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/data_catalog"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
- VERSION = "1.2.1"
23
+ VERSION = "1.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-data_catalog
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