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

Regen gemspec properly

This commit is contained in:
Evan Phoenix 2012-07-19 16:39:46 -07:00
parent 27b2f8e60a
commit e8f4bcfae5

View file

@ -30,7 +30,7 @@ HOE.spec.files -= [".gemtest"]
# puma.gemspec
file "#{HOE.spec.name}.gemspec" => ['Rakefile'] do |t|
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