Rakefile in tracksperanto-2.1.1 vs Rakefile in tracksperanto-2.2.0
- old
+ new
@@ -6,15 +6,17 @@
# 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.readme_file = 'README.rdoc'
+ p.extra_rdoc_files = FileList['*.rdoc']
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')
- p.extra_rdoc_files = p.extra_rdoc_files.reject{|e| e =~ "samples\/"}
p.clean_globs = %w( **/.DS_Store coverage.info **/*.rbc .idea)
end
rescue LoadError
$stderr.puts "Meta-operations on this package require Hoe"
task :default => [ :test ]
\ No newline at end of file