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 +4 -4
- data/AUTHENTICATION.md +3 -3
- data/lib/google/cloud/api_gateway/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7415c0150c87e96bbc8dc60c8861290d69e2f790ce5ae2e49dae76ebdc8dd24e
|
4
|
+
data.tar.gz: ccf00ffe5fff9c1ca3e9b1cd8d83563b7c3fb508005e5af6c38f6e76857d8ac7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
86
|
-
environment
|
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
|
96
|
+
Or globally for all clients:
|
97
97
|
|
98
98
|
```ruby
|
99
99
|
require "google/cloud/api_gateway"
|
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.
|
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-
|
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
|