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:
parent
27b2f8e60a
commit
e8f4bcfae5
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue