Rakefile in edl-0.0.8 vs Rakefile in edl-0.0.9

- old
+ new

@@ -3,15 +3,15 @@ require './lib/edl.rb' # 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.new('edl', EDL::VERSION) do |p| + +Hoe.spec('edl') do | p | + p.version = EDL::VERSION + p.extra_deps = {"flexmock" => ">=0", "timecode" => ">=0.1.9", "test_spec" => ">=0"} p.rubyforge_name = 'guerilla-di' - p.developer('Julik', 'me@julik.nl') - p.extra_deps << "flexmock" << "timecode" << "test-spec" - p.remote_rdoc_dir = 'edl' + p.developer('Julik Tarkhanov', 'me@julik.nl') end task "specs" do `specrb test/* --rdox > SPECS.txt` end \ No newline at end of file