google-cloud-core 1.2.6 → 1.2.7

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: cd0f1846cebd29a7c58b48ebaee3ee46f3cb61110945d284090be9810843d929
4
- data.tar.gz: 2783d38fe7918b7815a9b503e6e243077ba223d4f97b4797cf0a31ad88a41d04
3
+ metadata.gz: 7eeafe2b5cca73ec09f5bb069adcd1a98a07a85ab1cb83a76f8accedb66dae9a
4
+ data.tar.gz: ea65366a0f5e1e86f955c5a4475bbd19afcea70a073bc051575211c98fc4b87f
5
5
  SHA512:
6
- metadata.gz: 328d14c66bcef6e476edb13fa7193a0ffd681613cff6af69752b4a0d4c60e967565633305f7543dfe98bb95b3e36366e537697f73011a3fad21452be1bdc3f54
7
- data.tar.gz: 875e6857eb51ff76ba18fa720fe929353b1feb31d179aa99bc17dc6ab78295145ccf0dbcded94392dd606b37115eba81291b8e18c5da3dcc43c1a1c54f294678
6
+ metadata.gz: b3d6a6e95467671f6fe0fd32bef64b6b90810b88c1bef4b5ec98d67c0a2e0d7a8a6d5ec8713098bc03fc8c21f757d5dbd9b260db29189186abcf6e2a6af4bb34
7
+ data.tar.gz: 5a4fe20002bcbc990aeb3e1ffe0133f809196805d93386fa37a81f045a84388116f20510523dc7a145cf2504f6043bbbf969d41e7fc06a52b5a020f660e3ba82
data/README.md CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  This library contains shared types, such as error classes, for the google-cloud
4
4
  project. Please see the [GitHub
5
- repository](https://github.com/GoogleCloudPlatform/google-cloud-ruby) for more
5
+ repository](https://github.com/googleapis/google-cloud-ruby) for more
6
6
  information about the individual google-cloud gems.
7
7
 
8
- - [google-cloud-core API documentation](http://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-core/latest)
8
+ - [google-cloud-core API documentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-core/latest)
9
9
 
10
10
  ## Supported Ruby Versions
11
11
 
@@ -30,23 +30,23 @@ change at any time and the public API should not be considered stable.
30
30
  Contributions to this library are always welcome and highly encouraged.
31
31
 
32
32
  See the [Contributing
33
- Guide](http://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-core/latest/file.CONTRIBUTING)
33
+ Guide](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-core/latest/file.CONTRIBUTING)
34
34
  for more information on how to get started.
35
35
 
36
36
  Please note that this project is released with a Contributor Code of Conduct. By
37
37
  participating in this project you agree to abide by its terms. See [Code of
38
- Conduct](http://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-core/latest/file.CODE_OF_CONDUCT)
38
+ Conduct](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-core/latest/file.CODE_OF_CONDUCT)
39
39
  for more information.
40
40
 
41
41
  ## License
42
42
 
43
43
  This library is licensed under Apache 2.0. Full license text is available in
44
- [LICENSE](http://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-core/latest/file.LICENSE).
44
+ [LICENSE](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-core/latest/file.LICENSE).
45
45
 
46
46
  ## Support
47
47
 
48
48
  Please [report bugs at the project on
49
- Github](https://github.com/GoogleCloudPlatform/google-cloud-ruby/issues). Don't
49
+ Github](https://github.com/googleapis/google-cloud-ruby/issues). Don't
50
50
  hesitate to [ask
51
51
  questions](http://stackoverflow.com/questions/tagged/google-cloud-platform+ruby)
52
52
  about the client or APIs on [StackOverflow](http://stackoverflow.com).
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Core
19
- VERSION = "1.2.6".freeze
19
+ VERSION = "1.2.7".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.2.7
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-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-env
@@ -184,7 +184,7 @@ files:
184
184
  - lib/google/cloud/core/version.rb
185
185
  - lib/google/cloud/credentials.rb
186
186
  - lib/google/cloud/errors.rb
187
- homepage: https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-core
187
+ homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-core
188
188
  licenses:
189
189
  - Apache-2.0
190
190
  metadata: {}