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 +4 -4
- data/README.md +1 -1
- data/lib/gcloud.rb +2 -1
- data/lib/gcloud/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: f2adbc7d818492b1950f5e7ab3e31ee8243af33843cc39bb5c91d0e64b01beea
|
4
|
+
data.tar.gz: 4a63a715dd20026f0ec5f05de9c0ec5a6f49478ab040ff2def8e0bb151a8be30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/lib/gcloud.rb
CHANGED
@@ -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
|
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
|
#
|
data/lib/gcloud/version.rb
CHANGED
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.
|
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:
|
12
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: google-cloud
|