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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06e4c0f0513566e3ab2667045198352e4dd6f56b2155a400394ff4987df112df
4
- data.tar.gz: 1284d07b4f29cbc91e833517b1d0e8c33160279b4909b4fa939f18d8c7630fb5
3
+ metadata.gz: d9ad04201bcaa94845823bbf1bf5558844c152b9556e64a666f08aa08d7e05fb
4
+ data.tar.gz: 9aad4b1d3dcec0f9eb880713ad3d6bee7daac5e15721d87a7d0697f20cd59152
5
5
  SHA512:
6
- metadata.gz: d0cb1499dac6f48b3885c7471d2a1e3143b95efa95206cbac4b8e0faca6dc343806d03744877e04e6e50e8d84374c5b866be890fc7043f7c39977619ab8b4874
7
- data.tar.gz: 0d08bb49694d5a5111d3e7a12747d4479ec64f0e1acad667623d91c55d4c08b4be84fc7d7cd36a62ebc419992d23bf8cc733bd4d1e5f90456db149b041ef656a
6
+ metadata.gz: 8176cfb9c7ec536b4636be3c9d5fe89600a3514258b51d02b580da031f9b25582edce4f4caaa9a2188d39f12fa652035f4a3d9b536647780e6f32502972b18b1
7
+ data.tar.gz: e743baa12cf868972a5df1464275d6a67ad4a88a16aefec8b88688527405ba6f6cd36e978864f6ff8d43d009c555e93708339a0bd0bde395d42f280005a99654
@@ -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 environments such as Google Compute Engine, Google App Engine and Google Kubernetes Engine, no extra work is needed. The **Project ID** and **Credentials** and are discovered automatically. Code should be written as if already authenticated.
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
 
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Core
19
- VERSION = "1.4.0".freeze
19
+ VERSION = "1.4.1".freeze
20
20
  end
21
21
  end
22
22
  end
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.0
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-24 00:00:00.000000000 Z
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