google-cloud-api_gateway 1.0.1 → 1.0.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: 450675a8ba6f4c92614f4f3e7e02bf03882f8ffd53076403e201cb1f2d60ea8a
4
- data.tar.gz: b881b83390eba7111b5e1bafbedf6b4a47e7b03650e28d240280995ad41cefc1
3
+ metadata.gz: 7415c0150c87e96bbc8dc60c8861290d69e2f790ce5ae2e49dae76ebdc8dd24e
4
+ data.tar.gz: ccf00ffe5fff9c1ca3e9b1cd8d83563b7c3fb508005e5af6c38f6e76857d8ac7
5
5
  SHA512:
6
- metadata.gz: 05f2a49a4960c8b82cdb3edf2dd6fa47b36773997f53a7cef02516e1dd84d0d87f3a0a698def5619a551d075fae5d0c30dc3a99404df6691077df133ed9b3de6
7
- data.tar.gz: '09bc4295770e65450f7639c0a2aebb96986ff55f80ced84500d4bf5eb8bbeca82ad64d30a7afc00ae03626ab8da5eaf2e95f727a6fbcadf1b87555e48f630c1c'
6
+ metadata.gz: 6139be5152cf1a64c7f4f00c83443b69320175857bd7377e9913665f5f6064884bcc4a54ce9eef5f4ea607fee490ba776c4d5a6019f9eeafaa5ac4b6827dd1e7
7
+ data.tar.gz: 8326484be01ff3c9ded70e227e0a746e62f95d2cd303013453c83fefa76ea6524bfccdaf8eadd60aeea0a3fbcc07d774a8605b0004bb462355a146451e18ef26
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::ApiGateway.api_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/api_gateway"
@@ -93,7 +93,7 @@ client = Google::Cloud::ApiGateway.api_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/api_gateway"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ApiGateway
23
- VERSION = "1.0.1"
23
+ VERSION = "1.0.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-api_gateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.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-api_gateway-v1