gcloud 0.23.2 → 0.23.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -7
- data/lib/gcloud/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 924c777caf3ba4cb0f91dece0cca699e3c27fc835f3178dc9b24a88a45aaff91
|
4
|
+
data.tar.gz: c72dfc2338d12f1bde7f5dd615be5cbdda336fdd788dcfcc034bfe789d528b75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e76ebe7570d31bff70af6a8020800413736efcd497dd44388487d1fdb8420a26e20b8f89e258968aa5e06c1fd2eb1ebeeb0e6c7fd137c12eff57fa65c362c13
|
7
|
+
data.tar.gz: 633b32109a7d859b8e464e21e560a4eae9c8c5aa810454b3d426de1b80b2989e1a61c41fe223199bb983b742f856457c7148e61525765739587c0ea6be5b1295
|
data/README.md
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
The current `gcloud` gem exists only to facilitate the timely transition of
|
6
6
|
legacy code from the deprecated `Gcloud` namespace to the new `Google::Cloud`
|
7
7
|
namespace. Please see the [GitHub
|
8
|
-
repository](https://github.com/
|
8
|
+
repository](https://github.com/googleapis/google-cloud-ruby) for more
|
9
9
|
information about using the `google-cloud` umbrella gem and the individual
|
10
10
|
service gems.
|
11
11
|
|
12
|
-
- [gcloud API documentation](
|
12
|
+
- [gcloud API documentation](https://googleapis.github.io/google-cloud-ruby/docs/gcloud/latest)
|
13
13
|
- [gcloud on RubyGems](https://rubygems.org/gems/gcloud)
|
14
14
|
|
15
15
|
## Quick Start
|
@@ -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://
|
24
|
+
Guide](https://googleapis.github.io/google-cloud-ruby/docs/gcloud/latest/file.AUTHENTICATION).
|
25
25
|
|
26
26
|
## Example
|
27
27
|
|
@@ -60,23 +60,23 @@ change at any time and the public API should not be considered stable.
|
|
60
60
|
Contributions to this library are always welcome and highly encouraged.
|
61
61
|
|
62
62
|
See the [Contributing
|
63
|
-
Guide](https://
|
63
|
+
Guide](https://googleapis.github.io/google-cloud-ruby/docs/gcloud/latest/file.CONTRIBUTING)
|
64
64
|
for more information on how to get started.
|
65
65
|
|
66
66
|
Please note that this project is released with a Contributor Code of Conduct. By
|
67
67
|
participating in this project you agree to abide by its terms. See [Code of
|
68
|
-
Conduct](https://
|
68
|
+
Conduct](https://googleapis.github.io/google-cloud-ruby/docs/gcloud/latest/file.CODE_OF_CONDUCT)
|
69
69
|
for more information.
|
70
70
|
|
71
71
|
## License
|
72
72
|
|
73
73
|
This library is licensed under Apache 2.0. Full license text is available in
|
74
|
-
[LICENSE](https://
|
74
|
+
[LICENSE](https://googleapis.github.io/google-cloud-ruby/docs/gcloud/latest/file.LICENSE).
|
75
75
|
|
76
76
|
## Support
|
77
77
|
|
78
78
|
Please [report bugs at the project on
|
79
|
-
Github](https://github.com/
|
79
|
+
Github](https://github.com/googleapis/google-cloud-ruby/issues). Don't
|
80
80
|
hesitate to [ask
|
81
81
|
questions](http://stackoverflow.com/questions/tagged/google-cloud-platform+ruby)
|
82
82
|
about the client or APIs on [StackOverflow](http://stackoverflow.com).
|
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.23.
|
4
|
+
version: 0.23.3
|
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: 2018-09-
|
12
|
+
date: 2018-09-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: google-cloud
|
@@ -190,7 +190,7 @@ files:
|
|
190
190
|
- lib/gcloud/translate.rb
|
191
191
|
- lib/gcloud/version.rb
|
192
192
|
- lib/gcloud/vision.rb
|
193
|
-
homepage: https://github.com/
|
193
|
+
homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/gcloud
|
194
194
|
licenses:
|
195
195
|
- Apache-2.0
|
196
196
|
metadata: {}
|