Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Commit

Permalink
update simplecov-rcov for better coverage stats
Browse files Browse the repository at this point in the history
  • Loading branch information
cap10morgan committed Feb 10, 2011
1 parent 0932bbd commit 5829904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ GEM
simplecov (0.3.9)
simplecov-html (>= 0.3.7)
simplecov-html (0.3.9)
simplecov-rcov (0.1.2)
simplecov-rcov (0.1.4)
simplecov
term-ansicolor (1.0.5)

Expand All @@ -63,4 +63,4 @@ DEPENDENCIES
rspec (~> 2.4.0)
ruby-debug19
simplecov
simplecov-rcov
simplecov-rcov (~> 0.1.4)
2 changes: 1 addition & 1 deletion mailmanager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ spec = Gem::Specification.new do |s|
s.add_development_dependency('ci_reporter')
s.add_development_dependency('cucumber')
s.add_development_dependency('simplecov')
s.add_development_dependency('simplecov-rcov')
s.add_development_dependency('simplecov-rcov', '~>0.1.4')
end

0 comments on commit 5829904

Please sign in to comment.