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
1 changed files with 1 additions and 0 deletions

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"