rcov_rails 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. data/lib/rcov_rails/railtie.rb +1 -1
  2. metadata +2 -2
@@ -8,7 +8,7 @@ module RcovRails
8
8
  end
9
9
 
10
10
  rake_tasks do
11
- load File.join(tasks_path, "coverage.rake")
11
+ load File.join(File.dirname(__FILE__), "..", "tasks", "coverage.rake")
12
12
  end
13
13
  end
14
14
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matthew Rudy Jacobs