Rakefile in edl-0.0.9 vs Rakefile in edl-0.1.0

- old
+ new

@@ -6,10 +6,10 @@ Hoe::RUBY_FLAGS.replace ENV['RUBY_FLAGS'] || "-I#{%w(lib test).join(File::PATH_SEPARATOR)}" + (Hoe::RUBY_DEBUG ? " #{RUBY_DEBUG}" : '') Hoe.spec('edl') do | p | p.version = EDL::VERSION - p.extra_deps = {"flexmock" => ">=0", "timecode" => ">=0.1.9", "test_spec" => ">=0"} + p.extra_deps = {"flexmock" => ">=0", "timecode" => ">=0.1.9", "test-spec" => ">=0"} p.rubyforge_name = 'guerilla-di' p.developer('Julik Tarkhanov', 'me@julik.nl') end task "specs" do \ No newline at end of file