google-cloud-core 1.3.0 → 1.3.1

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: e1e4bf62eba42aeba178d6c4480bbd6b56c652a0d0421529e2d38d3061376b9d
4
- data.tar.gz: d0e05532ef2aff6431207eb9ab45427f80ae1f4bd46b4c022ee58dc1aa3f285d
3
+ metadata.gz: f6af81909a41c6ab7d265839df76f0e025ae0e95c64351cf208a559e930e0de3
4
+ data.tar.gz: 98b84b07b4a981970bc84115a6e8b34321378182fb1dcc8b2e7f21d82f0b5616
5
5
  SHA512:
6
- metadata.gz: 0f647c9c65c332d9efb70b57f7ce2ce0269b9cb34f38b86c717d7568a966ab3175527294cec2361494e3741b48c941e818a18434938f590a225abf038bf09416
7
- data.tar.gz: 8baee4e6ffed98dd4f9d17240876f355a1227caedae54a022a92ee621962a7ae5269869e3cb6b2c878e6d4379b906338f9fc3de972b20237858773be4346f6a5
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.github.io/google-cloud-ruby/docs/google-cloud-core/latest)
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.github.io/google-cloud-ruby/docs/google-cloud-core/latest/file.CONTRIBUTING)
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.github.io/google-cloud-ruby/docs/google-cloud-core/latest/file.CODE_OF_CONDUCT)
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.github.io/google-cloud-ruby/docs/google-cloud-core/latest/file.LICENSE).
44
+ [LICENSE](https://googleapis.dev/ruby/google-cloud-core/latest/file.LICENSE.html).
45
45
 
46
46
  ## Support
47
47
 
@@ -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
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Core
19
- VERSION = "1.3.0".freeze
19
+ VERSION = "1.3.1".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -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?(:cause)
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(:cause) do
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.0
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-01-31 00:00:00.000000000 Z
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.61.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.61.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
- rubyforge_project:
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