Rakefile in tracksperanto-1.8.1 vs Rakefile in tracksperanto-1.8.2

- old
+ new

@@ -6,9 +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.version = Tracksperanto::VERSION p.extra_dev_deps = {"flexmock" => ">=0"} p.rubyforge_name = 'guerilla-di' p.developer('Julik Tarkhanov', 'me@julik.nl') p.extra_rdoc_files = p.extra_rdoc_files.reject{|e| e =~ "samples\/"} \ No newline at end of file