1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Remove reference to old task file

This commit is contained in:
Evan Phoenix 2011-12-01 21:32:08 -08:00
parent 054da8f705
commit 9198b0c628

View file

@ -25,7 +25,7 @@ task :test => [:compile]
# hoe/test's .gemtest touch file thingy for now
HOE.spec.files -= [".gemtest"]
file "#{HOE.spec.name}.gemspec" => ['Rakefile', 'tasks/gem.rake'] do |t|
file "#{HOE.spec.name}.gemspec" => ['Rakefile'] do |t|
puts "Generating #{t.name}"
File.open(t.name, 'w') { |f| f.puts HOE.spec.to_ruby }
end