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

Nuke the code to generate puma.gemspec

This commit is contained in:
Evan Phoenix 2013-08-08 16:25:00 -07:00
parent fa4bfa3ff1
commit 8faea06e44

View file

@ -75,16 +75,6 @@ task "changelog" do
puts
end
# puma.gemspec
file "#{HOE.spec.name}.gemspec" => ['Rakefile', "lib/puma/const.rb"] do |t|
puts "Generating #{t.name}"
File.open(t.name, 'wb') { |f| f.write HOE.spec.to_ruby }
end
desc "Generate or update the standalone gemspec file for the project"
task :gemspec => ["#{HOE.spec.name}.gemspec"]
# generate extension code using Ragel (C and Java)
desc "Generate extension code (C and Java) using Ragel"
task :ragel