gcloud 0.24.0 → 0.24.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: 318b1a9d678635240c30bc4a31f6d764f50494b9a1ad597902c74774861fc3b5
4
- data.tar.gz: 23995e5d2f839971b2888dd9d4f3441cc2194f8064913176e342f3ac3471da27
3
+ metadata.gz: f2adbc7d818492b1950f5e7ab3e31ee8243af33843cc39bb5c91d0e64b01beea
4
+ data.tar.gz: 4a63a715dd20026f0ec5f05de9c0ec5a6f49478ab040ff2def8e0bb151a8be30
5
5
  SHA512:
6
- metadata.gz: df8a783aefd673ea91848f0a47bf70438edd5db50ef8967e63db305aa7a3820ed43fdcf65dc7aed77fcbd8e19a79cc51a517936948d5c6f50b408e82fba9706b
7
- data.tar.gz: febbf1bcac5bf942e8891572e4afcf873c8e01902e7608b7d97ae49034fa94c1da84abaea88fe0192b19b3b8b797f8daad789c9759cb83303ea53b64ddbd9dbf
6
+ metadata.gz: 9ce09288bec20b3382916752dc5f81d5d2d82e41f9c0f1086e4f5846abdeb8ad292f2b6403764ed6a4dd4865634a594374858f6fdea76decba51f3e82c4fc154
7
+ data.tar.gz: 8c73e037d0aa708d92754289f70768f54d65e1453a1670516d3245fb8141b76d2d5360ae44a684918468000b02641dea261d2e6879eadbb4ddbf427344f229e9
data/README.md CHANGED
@@ -21,7 +21,7 @@ $ gem install gcloud
21
21
  ## Authentication
22
22
 
23
23
  Instructions and configuration options are covered in the [Authentication
24
- Guide](https://googleapis.dev/gcloud/latest/file.AUTHENTICATION.html).
24
+ Guide](https://googleapis.dev/ruby/gcloud/latest/file.AUTHENTICATION.html).
25
25
 
26
26
  ## Example
27
27
 
@@ -24,7 +24,8 @@ Gcloud = Google::Cloud
24
24
  #
25
25
  # The current `gcloud` gem exists only to facilitate the timely transition of
26
26
  # legacy code from the deprecated `Gcloud` namespace to the new `Google::Cloud`
27
- # namespace. Please see the top-level project [README](../README.md) for current
27
+ # namespace. Please see the top-level project
28
+ # [README](https://github.com/googleapis/google-cloud-ruby) for current
28
29
  # information about using the `google-cloud` umbrella gem and the individual
29
30
  # service gems.
30
31
  #
@@ -14,5 +14,5 @@
14
14
 
15
15
 
16
16
  module Gcloud
17
- GCLOUD_VERSION = "0.24.0".freeze
17
+ GCLOUD_VERSION = "0.24.1".freeze
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.24.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-11-07 00:00:00.000000000 Z
12
+ date: 2020-05-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud