gcloud 0.23.3 → 0.23.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/lib/gcloud/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 897152b905a79b4bf1ba3683652553b027acb0481474b7b798b779fc88560e90
|
4
|
+
data.tar.gz: 4fd8d53d74d678b241c097da835f802deb2c240b9b8f55c032ee0f009d41e036
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1c8f8d1d7f2a5bc3ab61722fe27fef800802dc7b118c2d147d82703aae59eaf98379384a4e93170cb1b2a37e2b23ff22e88f7331bd5c6a5b62947f38e8f5ecd
|
7
|
+
data.tar.gz: 1778ab76abfde474e5d55d884c2aaf972a3302e6b65b04f78a448acd1602e3e9509b4182931e48a85529150d4c998c0799631b7f0f999cbf401c992836049c37
|
data/README.md
CHANGED
@@ -9,7 +9,7 @@ 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](https://googleapis.
|
12
|
+
- [gcloud API documentation](https://googleapis.dev/ruby/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://googleapis.
|
24
|
+
Guide](https://googleapis.dev/gcloud/latest/file.AUTHENTICATION.html).
|
25
25
|
|
26
26
|
## Example
|
27
27
|
|
@@ -60,18 +60,18 @@ 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://github.com/googleapis/google-cloud-ruby/blob/master/.github/CONTRIBUTING.md)
|
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://github.com/googleapis/google-cloud-ruby/blob/master/CODE_OF_CONDUCT.md)
|
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://github.com/googleapis/google-cloud-ruby/blob/master/LICENSE).
|
75
75
|
|
76
76
|
## Support
|
77
77
|
|
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.4
|
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: 2019-08-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: google-cloud
|
@@ -115,14 +115,14 @@ dependencies:
|
|
115
115
|
requirements:
|
116
116
|
- - "~>"
|
117
117
|
- !ruby/object:Gem::Version
|
118
|
-
version: 0.
|
118
|
+
version: 0.64.0
|
119
119
|
type: :development
|
120
120
|
prerelease: false
|
121
121
|
version_requirements: !ruby/object:Gem::Requirement
|
122
122
|
requirements:
|
123
123
|
- - "~>"
|
124
124
|
- !ruby/object:Gem::Version
|
125
|
-
version: 0.
|
125
|
+
version: 0.64.0
|
126
126
|
- !ruby/object:Gem::Dependency
|
127
127
|
name: simplecov
|
128
128
|
requirement: !ruby/object:Gem::Requirement
|
@@ -210,8 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
210
210
|
- !ruby/object:Gem::Version
|
211
211
|
version: '0'
|
212
212
|
requirements: []
|
213
|
-
|
214
|
-
rubygems_version: 2.7.7
|
213
|
+
rubygems_version: 3.0.4
|
215
214
|
signing_key:
|
216
215
|
specification_version: 4
|
217
216
|
summary: API Client library for Google Cloud
|