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:
parent
df1ce65d32
commit
4ab3b3bfcb
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue