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:
parent
fa4bfa3ff1
commit
8faea06e44
1 changed files with 0 additions and 10 deletions
10
Rakefile
10
Rakefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue