Rakefile in more_math-0.0.2 vs Rakefile in more_math-0.0.3

- old
+ new

@@ -8,10 +8,10 @@ email 'flori@ping.de' homepage "http://flori.github.com/#{name}" summary 'Library that provides more mathematics.' description 'Library that provides more mathematical functions/algorithms than standard Ruby.' test_dir 'tests' - ignore '.*.sw[pon]', 'pkg', 'Gemfile.lock' + ignore '.*.sw[pon]', 'pkg', 'Gemfile.lock', 'coverage', '.rvmrc' readme 'README.rdoc' title "#{name.camelize} -- More Math in Ruby" dependency 'tins', '~>0.3'