Skip to content

Commit

Permalink
Support Ruby 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed May 6, 2012
1 parent ba96514 commit 401cbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rocco"
gem.add_development_dependency "minitest"

gem.required_ruby_version = "~> 1.9"
gem.required_ruby_version = ">= 1.9"

gem.summary = description = %q{Run test/unit tests by line number. Metal!}
end

0 comments on commit 401cbe9

Please sign in to comment.