Skip to content

Commit

Permalink
rcov doesn't work on ruby 1.9+, switch to simplcov
Browse files Browse the repository at this point in the history
  • Loading branch information
th3james committed Feb 28, 2015
1 parent e480ff3 commit a55624e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ group :development do
gem "rspec", "~> 2.11.0"
gem "bundler", "~> 1.0"
gem "jeweler", "~> 1.8.4"
gem "rcov", ">= 0"
gem "simplecov", ">= 0"
end
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.3)
docile (1.1.5)
git (1.2.5)
jeweler (1.8.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
rdoc
json (1.7.5)
multi_json (1.10.1)
rake (0.9.2.2)
rcov (0.9.9)
rdoc (3.12)
json (~> 1.4)
rspec (2.11.0)
Expand All @@ -21,12 +22,17 @@ GEM
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.3)
simplecov (0.9.2)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.0)
jeweler (~> 1.8.4)
rcov
rspec (~> 2.11.0)
simplecov

0 comments on commit a55624e

Please sign in to comment.