google-cloud-vpc_access 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: 71007d1652bf0206b7eed55461c458a8a3d734290a6736ebb2f6ac523aaa96ca
4
- data.tar.gz: 6b608d4267b03390ea495c00f90e55bbce65b142042f718a8d34f6cce2547c90
3
+ metadata.gz: 7c9d5a1444c9d0b3f66dad7741e57af5045b16cf7a21c39697156189bb041a61
4
+ data.tar.gz: 3c37ea85a43f84a11b09200bcb117f5569a1c28e2b6b9670e76c8f5da8f07acd
5
5
  SHA512:
6
- metadata.gz: 0c09cf06cbcbebf162ecf696681f595e50b0209d81eb90a8e1b073231e9b3115a5750910bee7c15a3a7f8f3b42fe73a8e1fcb7943781696b5247ff7dac6a46a7
7
- data.tar.gz: baa07d5874238aa5093ff73f6d920e963af8e216cd519148e6cbe5c31a3a8abdeb5924148d793ec35db437ac9ce62725185327a49dff0013985436f95756abfd
6
+ metadata.gz: 6fd76a0f0bf22091f02c388f3abdff59edf33c62cb93f2e92fa037ddbbf15d9f6d0529b14531f159566d1daca15a5e8c92525b052a837fb386a421cda3ef8b6c
7
+ data.tar.gz: 7acac1ed343e52dd686eb7decfb86e85449319aace4e7ed52e2bacad40bffaf01f37cf5a0f290b26bbc08bfab721f2c16040af7bc5e3a1915566176ea21ef378
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::VpcAccess.vpc_access_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/vpc_access"
@@ -93,7 +93,7 @@ client = Google::Cloud::VpcAccess.vpc_access_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/vpc_access"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module VpcAccess
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-vpc_access
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