google-cloud-metastore 0.1.1 → 0.1.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: '09fc5e63ab32f07b2c68bbaff91ec0b227293ab4de0c1581b9a9575db2bcd68a'
4
- data.tar.gz: 127b331b3cf447acbb13858391ed85cb619d320f4c3d704aa3b97691a9475374
3
+ metadata.gz: 0f40a42a47ce95051f9d2f49b7a9d4088a39ab5b885d6773777f50fc58b24cfe
4
+ data.tar.gz: 25746e87b7e2fc283beb95fd6be5f3be426da5fc374e93dd45431168dcfc5c65
5
5
  SHA512:
6
- metadata.gz: c100e0debeefccd9c5298289cb166d97ee86ffa8183d1e84b75b62a50311d10923de8c252a1e395e0f5c07131cd2b14f52ca9b5ad13a4c3c38d4bed914dbd266
7
- data.tar.gz: 1a90cfb97d8cfa46c8d038cf3bad80159d370b7d31836e5c5274213f1f3c9323ea0f24e706762a0f4c6fa075f2cf424825f9bbddac53810ea2af7995fd404112
6
+ metadata.gz: f8ed45e4c37b7d54f6c377ce4afd0001e62e9b90599d0ff6eaaeb26041e214ee479801465f0200a332c10ffd59d334fd9be7f69b09b3fd41a138753d8b125e6e
7
+ data.tar.gz: 77a021305fcf82e52d28a8287179920c7cd4c791208d5fb2c1c2b9f842e782320e1fb9e035bf751099595f6019e199e97e709b2370f33320fd3017cef4d732ad
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Metastore.dataproc_metastore
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/metastore"
@@ -93,7 +93,7 @@ client = Google::Cloud::Metastore.dataproc_metastore 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/metastore"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Metastore
23
- VERSION = "0.1.1"
23
+ VERSION = "0.1.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-metastore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.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