google-cloud-core 1.2.6 → 1.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -6
- data/lib/google/cloud/core/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: 7eeafe2b5cca73ec09f5bb069adcd1a98a07a85ab1cb83a76f8accedb66dae9a
|
|
4
|
+
data.tar.gz: ea65366a0f5e1e86f955c5a4475bbd19afcea70a073bc051575211c98fc4b87f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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/
|
|
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).
|
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.
|
|
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
|
+
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/
|
|
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: {}
|