Rakefile in tracksperanto-1.9.1 vs Rakefile in tracksperanto-1.9.2

- old
+ new

@@ -6,10 +6,10 @@ # Disable spurious warnings when running tests, ActiveMagic cannot stand -w Hoe::RUBY_FLAGS.replace ENV['RUBY_FLAGS'] || "-I#{%w(lib test).join(File::PATH_SEPARATOR)}" + (Hoe::RUBY_DEBUG ? " #{RUBY_DEBUG}" : '') Hoe.spec('tracksperanto') do | p | - p.clean_globs = %w( **/.DS_Store ) + p.clean_globs = %w( **/.DS_Store coverage.info ) p.version = Tracksperanto::VERSION p.extra_deps = {"progressbar" => ">=0"} p.extra_dev_deps = {"flexmock" => ">=0"} p.rubyforge_name = 'guerilla-di' p.developer('Julik Tarkhanov', 'me@julik.nl') \ No newline at end of file