Skip to content

Commit

Permalink
Added the dist directory to rake task clobber
Browse files Browse the repository at this point in the history
  • Loading branch information
raggi authored and rtomayko committed Feb 4, 2009
1 parent df1ce65 commit 4ab3b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4ab3b3b

Please sign in to comment.