gcloud 0.23.2 → 0.23.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -7
  3. data/lib/gcloud/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfbcae09644f0894eba7695db72f455cb05518afc4c2ccabd5bade32f1ab43e6
4
- data.tar.gz: 85cd8b695c624943340c2b61b8cd1758fd72486f7c1d41abccf9201e81c8f317
3
+ metadata.gz: 924c777caf3ba4cb0f91dece0cca699e3c27fc835f3178dc9b24a88a45aaff91
4
+ data.tar.gz: c72dfc2338d12f1bde7f5dd615be5cbdda336fdd788dcfcc034bfe789d528b75
5
5
  SHA512:
6
- metadata.gz: 6ea274a4c9f58868dd17a51119411422bcc5c4d1f7235c12428c4a98f89ae440e53370e016cabb0b094c56218dc8adb92d0b9ec8aa8c74a68dbbbbfd97a3e137
7
- data.tar.gz: 9ee934d75c4f449741a61f48be230638b10fb4d332fb1bc4170a62b538a7cf8a35c6ee5948309582c74bc2dae5cfbe0abdb451021bd557a210759f3b34dbd9e9
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/GoogleCloudPlatform/google-cloud-ruby) for more
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](http://googlecloudplatform.github.io/google-cloud-ruby/docs/gcloud/latest)
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://googlecloudplatform.github.io/google-cloud-ruby/docs/gcloud/latest/file.AUTHENTICATION).
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://googlecloudplatform.github.io/google-cloud-ruby/docs/gcloud/latest/file.CONTRIBUTING)
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://googlecloudplatform.github.io/google-cloud-ruby/docs/gcloud/latest/file.CODE_OF_CONDUCT)
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://googlecloudplatform.github.io/google-cloud-ruby/docs/gcloud/latest/file.LICENSE).
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/GoogleCloudPlatform/google-cloud-ruby/issues). Don't
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).
@@ -14,5 +14,5 @@
14
14
 
15
15
 
16
16
  module Gcloud
17
- GCLOUD_VERSION = "0.23.2".freeze
17
+ GCLOUD_VERSION = "0.23.3".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.23.2
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 00:00:00.000000000 Z
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/GoogleCloudPlatform/google-cloud-ruby/tree/master/gcloud
193
+ homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/gcloud
194
194
  licenses:
195
195
  - Apache-2.0
196
196
  metadata: {}