google-cloud-apigee_connect 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: 84aa2d06bf8e776f1b06181a5512ddaa54c019e5ae1f730ad016052b67c34cdb
4
- data.tar.gz: 87b7f0ec997c40f338ac44e24486d912ef6e2c3fa82526d0418c554fb468ef45
3
+ metadata.gz: fa8b209e4e997117a45ee5e473beeff788a76b4f9c5b386ec71c317366322930
4
+ data.tar.gz: 2b21f22ae7cb56e2e99bc8f208c323237cf4be60c73acc7c3402e5c820a44695
5
5
  SHA512:
6
- metadata.gz: 85115c73483264f644d8b48e05999b9ba84f47bb5a962885156399176a7a03a5e982d07f68c7f0fa15442b21dd564d4934832ceb5a0ebc142c8340b8e26b1e8d
7
- data.tar.gz: ada5548d3e10d629f02d0fa7503d020deb35d1fd018f1313e6d4920608849841c19f13661c2bb1645a1b7f91d563b9ec57cee33a5e94607e14ca36762c900ac9
6
+ metadata.gz: f999a26142d0227b112d9eadc2c740c3cdc2587d7f22df1ad879099eaf42194e405fd1d4e7faac61283cdfe6d4bdad1186b48ce36eef9b47a8977bb20678e2ed
7
+ data.tar.gz: 53fd96a0adeada69be999164acb9359393d6b14495b19874de8d355d92a112dfecaa62114ebc5a56d1987d12bb0cf97d36b89c9545590ed924dee5cf5502e503
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::ApigeeConnect.connection_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/apigee_connect"
@@ -93,7 +93,7 @@ client = Google::Cloud::ApigeeConnect.connection_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/apigee_connect"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ApigeeConnect
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-apigee_connect
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-apigee_connect-v1