mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Can't clean at all when doing gem source and uploading win32 too.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@112 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
13be1fd714
commit
f4810b21c5
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -89,7 +89,7 @@ task :uninstall => [:clean] do
|
|||
end
|
||||
|
||||
|
||||
task :gem_source => [:package] do
|
||||
task :gem_source do
|
||||
mkdir_p "pkg/gems"
|
||||
|
||||
FileList["**/*.gem"].each { |gem| mv gem, "pkg/gems" }
|
||||
|
|
Loading…
Reference in a new issue