google-cloud-core 1.3.0 → 1.3.1
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 +4 -4
- data/lib/google/cloud.rb +1 -1
- data/lib/google/cloud/core/version.rb +1 -1
- data/lib/google/cloud/errors.rb +2 -2
- 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: f6af81909a41c6ab7d265839df76f0e025ae0e95c64351cf208a559e930e0de3
|
|
4
|
+
data.tar.gz: 98b84b07b4a981970bc84115a6e8b34321378182fb1dcc8b2e7f21d82f0b5616
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a90ae21817cfa80f826fad42ac2fb7994335dc8638543cfda84f869eba97e55da1f627afe2eaf54d3d7bbb130496503c8107cf5c54ff03270c57933e14cfd4c5
|
|
7
|
+
data.tar.gz: 0f942939b24390d0a177fd154cf1463745818d348d86a022e17cdb10cf126db47738d950ac2d595cb022077ca75b5c9d344770486f5922cb2e1437eeefe6d6e4
|
data/README.md
CHANGED
|
@@ -5,7 +5,7 @@ project. Please see the [GitHub
|
|
|
5
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](https://googleapis.
|
|
8
|
+
- [google-cloud-core API documentation](https://googleapis.dev/ruby/google-cloud-core/latest)
|
|
9
9
|
|
|
10
10
|
## Supported Ruby Versions
|
|
11
11
|
|
|
@@ -30,18 +30,18 @@ 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](https://googleapis.
|
|
33
|
+
Guide](https://googleapis.dev/ruby/google-cloud-core/latest/file.CONTRIBUTING.html)
|
|
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](https://googleapis.
|
|
38
|
+
Conduct](https://googleapis.dev/ruby/google-cloud-core/latest/file.CODE_OF_CONDUCT.html)
|
|
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](https://googleapis.
|
|
44
|
+
[LICENSE](https://googleapis.dev/ruby/google-cloud-core/latest/file.LICENSE.html).
|
|
45
45
|
|
|
46
46
|
## Support
|
|
47
47
|
|
data/lib/google/cloud.rb
CHANGED
|
@@ -209,7 +209,7 @@ module Google
|
|
|
209
209
|
def self.loaded_files
|
|
210
210
|
files = Array(caller).map do |backtrace_line|
|
|
211
211
|
until backtrace_line.split(":").size < 2 || File.file?(backtrace_line)
|
|
212
|
-
backtrace_line = backtrace_line.split(":")[0..-2].join
|
|
212
|
+
backtrace_line = backtrace_line.split(":")[0..-2].join ":"
|
|
213
213
|
end
|
|
214
214
|
backtrace_line
|
|
215
215
|
end
|
data/lib/google/cloud/errors.rb
CHANGED
|
@@ -29,12 +29,12 @@ module Google
|
|
|
29
29
|
end
|
|
30
30
|
|
|
31
31
|
# Add Error#cause (introduced in 2.1) to Ruby 2.0.
|
|
32
|
-
unless respond_to?
|
|
32
|
+
unless respond_to? :cause
|
|
33
33
|
##
|
|
34
34
|
# The previous exception at the time this exception was raised. This is
|
|
35
35
|
# useful for wrapping exceptions and retaining the original exception
|
|
36
36
|
# information.
|
|
37
|
-
define_method
|
|
37
|
+
define_method :cause do
|
|
38
38
|
@cause
|
|
39
39
|
end
|
|
40
40
|
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.3.
|
|
4
|
+
version: 1.3.1
|
|
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: 2019-
|
|
12
|
+
date: 2019-08-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: google-cloud-env
|
|
@@ -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
|
|
@@ -203,8 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
203
203
|
- !ruby/object:Gem::Version
|
|
204
204
|
version: '0'
|
|
205
205
|
requirements: []
|
|
206
|
-
|
|
207
|
-
rubygems_version: 2.7.7
|
|
206
|
+
rubygems_version: 3.0.4
|
|
208
207
|
signing_key:
|
|
209
208
|
specification_version: 4
|
|
210
209
|
summary: Internal shared library for google-cloud-ruby
|