google-cloud-network_connectivity 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: d2197dd62ff673bc8261b6d5a734dd67aad5723e67ab74fc73a151ea5bd900fc
4
- data.tar.gz: 4683cd43e564d3643cf4cfca34fb8325a38b843777705de54bce2c0d963f35df
3
+ metadata.gz: e411d512b81062fbc298b6817939481942278a184065153c765f82c84d466e21
4
+ data.tar.gz: 7f71aae6777300bb5ca35317d2be434a58850a69fc96160b106cbbb3b4c99c49
5
5
  SHA512:
6
- metadata.gz: 425949e620a2710614a9a3dc90186776055a93b1cbb2c1b65a2957338bb065bf96951c66ef45cc530ee524a4ce3a454bff9d56e24f34557c829ae2043bbcd190
7
- data.tar.gz: 5e134dd366513e14c7e448af43cbcecca3d2e4013926912a07a9568be535358779f1178e9ab2b51e78af8ec2f6752a2432c0b3f28ff5ffaeabc6e70fb7825812
6
+ metadata.gz: 1f7c4688de187de604f97b8d6a6feee1782fda7f540904eb71c58ee05c9f24bc8e183a9fd7506da5976da98291173b4695044bf50499725a40508c4b159bef81
7
+ data.tar.gz: 6430802b7dcb9ed839483d2d5d1d1bdb131f15b9864372231a8645b7bbd1b7f0330d7ff049db4b1b5cc394bc37c2ed4a5a1d6e265a930e683a676c973cc111fd
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::NetworkConnectivity.hub_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/network_connectivity"
@@ -93,7 +93,7 @@ client = Google::Cloud::NetworkConnectivity.hub_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/network_connectivity"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module NetworkConnectivity
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-network_connectivity
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