Skip to content

Commit

Permalink
rcov_rails 0.3.0
Browse files Browse the repository at this point in the history
- rake test:coverage:units now only shows output for models, helpers, and libs
  • Loading branch information
matthewrudy committed Dec 15, 2010
1 parent 9812aa8 commit 917132e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|

# Change these as appropriate
s.name = "rcov_rails"
s.version = "0.2.0"
s.version = "0.3.0"
s.description = "One Rake task to give you rcov code coverage for your rails app. rake test:coverage"
s.summary = "Ruby, Rails, Rcov put together into a single neat Rake task"
s.author = "Matthew Rudy Jacobs"
Expand Down
2 changes: 1 addition & 1 deletion rcov_rails.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{rcov_rails}
s.version = "0.2.0"
s.version = "0.3.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matthew Rudy Jacobs"]
Expand Down

0 comments on commit 917132e

Please sign in to comment.