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:
parent
054da8f705
commit
9198b0c628
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue