google-cloud-private_catalog 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1db1182840eab05373bbc73b4cdd3aac3ebd634618b7cb0160d7a9024a5ebe53
4
- data.tar.gz: 40460a7a66d28a5110cf871823b0fc2a39b20342cc8a8ac136e32d033416900e
3
+ metadata.gz: 6078a6d6d9ad53231b057f6ddc81e09d65ba968c4bbd9ab4ff47b19dcd4ce9a8
4
+ data.tar.gz: 8a643c5574b1aa424e32060711ee06f34d9f9b0776bcccee89c9ce3d52fb10bd
5
5
  SHA512:
6
- metadata.gz: 02a16ac263134a85c2d177bcd49c59e524d57bafb62714f2deeb9d7254011eec31712a91bc68f2e52e5182a43f2126b1f088a518eddf8a0d3cc58be1da3741db
7
- data.tar.gz: 7860245c5427a5c914cfcaff673a1fa89ea924e6990153848739dfad1f7d25101385c5e3c22b6aa39b9cebd8d3aff77cca20b9554c0520c51c09a94e413e8970
6
+ metadata.gz: 958c82cdd8893b4ec1ab5f2687110de425cf05d838f63de90e6697f0420078e1f2ffa8ad4eee1a4d0a4c48bd590cf6f227eba97b3cdd3c54d11329f9743112ae
7
+ data.tar.gz: 4eab2550dae06360891b7e9470c4a91e872df84b284711d3d199ec53424c1176136f8b613d514c1d0c4da5b780e6300e759672f35ae3334b9cc1167254701a1b
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::PrivateCatalog.private_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/private_catalog"
@@ -93,7 +93,7 @@ client = Google::Cloud::PrivateCatalog.private_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/private_catalog"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module PrivateCatalog
23
- VERSION = "0.1.2"
23
+ VERSION = "0.1.3"
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-private_catalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
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