rubinius-coverage 2.0.2 → 2.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e9278c73244ca5aa5d97fd2a02184359849c06b
4
- data.tar.gz: 1f50ba0dbedfe9b4e32cd53b455e34c81b72f82c
3
+ metadata.gz: b1b280b252772cabd1b6dae2f74cf7015922d8b8
4
+ data.tar.gz: 6c0595e0f08af7f85c9fcfe9b3919ecee56f1626
5
5
  SHA512:
6
- metadata.gz: 657fe8b18020d0f3d8299b7643f90084148e21228674de401b41a3ac0c91466f05e5d21c2831ebc967bcc02f217e73c79ab868aa5c961abec75b52fdb4d78c2e
7
- data.tar.gz: 5ac01d83e69e6cfc0028e6e491ab1d7605c13e144cca3c85682b48098caff2a31ac7a4baecd18251bea37032ecbcad28b0e0407ad6c875feb086c0f6b56fda36
6
+ metadata.gz: 980cc32e4a44471cf67f227f39d8f466ebcdf65b461b64947909df29af10eff230d806b21e3c2e34d42d2282b7deefa147413249de3102ac80283157c2c67598
7
+ data.tar.gz: bcbc07ec393f6dba5189091382493d9e6d7c4197b7e346089890b3a2713d0c6a8a73bb2a5417158c7e2d9dc0f56eb0dfa501fdb114936f9bf541b8c6ebcf7263
@@ -13,7 +13,7 @@ module Rubinius
13
13
  def self.load
14
14
  return if loaded?
15
15
 
16
- Tooling.load File.expand_path("../coverage", __FILE__)
16
+ Rubinius::Tooling.load File.expand_path('../coverage/coverage', __FILE__)
17
17
  loaded true
18
18
 
19
19
  self
@@ -1,5 +1,5 @@
1
1
  module Rubinius
2
2
  class Coverage
3
- VERSION = "2.0.2"
3
+ VERSION = "2.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubinius-coverage
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Shirai