1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Added the dist directory to rake task clobber

This commit is contained in:
raggi 2009-02-04 13:09:24 +00:00 committed by Ryan Tomayko
parent df1ce65d32
commit 4ab3b3bfcb

View file

@ -45,6 +45,7 @@ task :install => package('.gem') do
end
directory 'dist/'
CLOBBER.include('dist')
file package('.gem') => %w[dist/ sinatra.gemspec] + spec.files do |f|
sh "gem build sinatra.gemspec"