google-cloud-core 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +1 -1
- data/lib/google/cloud/core/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: d9ad04201bcaa94845823bbf1bf5558844c152b9556e64a666f08aa08d7e05fb
|
4
|
+
data.tar.gz: 9aad4b1d3dcec0f9eb880713ad3d6bee7daac5e15721d87a7d0697f20cd59152
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8176cfb9c7ec536b4636be3c9d5fe89600a3514258b51d02b580da031f9b25582edce4f4caaa9a2188d39f12fa652035f4a3d9b536647780e6f32502972b18b1
|
7
|
+
data.tar.gz: e743baa12cf868972a5df1464275d6a67ad4a88a16aefec8b88688527405ba6f6cd36e978864f6ff8d43d009c555e93708339a0bd0bde395d42f280005a99654
|
data/AUTHENTICATION.md
CHANGED
@@ -4,7 +4,7 @@ With `google-cloud-ruby` it's incredibly easy to get authenticated and start usi
|
|
4
4
|
|
5
5
|
### Google Cloud Platform environments
|
6
6
|
|
7
|
-
While running on Google Cloud Platform
|
7
|
+
While running on Google Cloud Platform (GCP), including Google Compute Engine (GCE), Google Kubernetes Engine (GKE), Google App Engine (GAE), Google Cloud Functions (GCF) and Cloud Run, no extra work is needed. The **Project ID** and **Credentials** and are discovered automatically. Code should be written as if already authenticated.
|
8
8
|
|
9
9
|
### Project and Credential Lookup
|
10
10
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Moore
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-10-
|
12
|
+
date: 2019-10-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: google-cloud-env
|