google-cloud-gke_connect-gateway 0.1.2 → 0.1.3

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: 1982f340db680f8c13416724ff02efb47bf83033a0a449a2760be59a991153b0
4
- data.tar.gz: f0d927c06dca019115fea1b0c1ead68c7e440e2016727f8dee8f401bdf88a141
3
+ metadata.gz: 196033b377dd10dd259c5d3ee18938a0a4ed94963f3e0fec012b9080c946a083
4
+ data.tar.gz: 97ee8acf8751d453acdc498894487df7d8bec7d3891342cba4d34302d8ecaca4
5
5
  SHA512:
6
- metadata.gz: d68678fe0bc2730dbed51a26ee76a88406cdf0c0a746d198f3aa3d6d083111884deb355637655adbec6f3b39707abcf351ea9a888398a1043aa7ac6502744910
7
- data.tar.gz: c9489339e31410988c755b66d7c6fe41bae0e715a1b3c6e0640a80495fcc9d6459fec48ec45250fefc9acbe8e06b4ea8f76e74b9ed1a09d7940f9156dbbd966f
6
+ metadata.gz: 1f4c6bbe926240ce57c8f0663fd3e0d168c2847decf951fd003acfc1358dd6658f4a6ad793bd7d7903e60fb01a96b036699b55d50b03d8acf36a4fef65ef2120
7
+ data.tar.gz: 37610ed4a8d034005d819e9e0bd6c237433c55842ed325254bc64e26c1749cb852da20e1ab7f211b655591d2ad369ee7db80d22bb5efb08ff5fed23cc8dff7e3
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::GkeConnect::Gateway.gateway_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/gke_connect/gateway"
@@ -93,7 +93,7 @@ client = Google::Cloud::GkeConnect::Gateway.gateway_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/gke_connect/gateway"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module GkeConnect
23
23
  module Gateway
24
- VERSION = "0.1.2"
24
+ VERSION = "0.1.3"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gke_connect-gateway
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