aboutsummaryrefslogtreecommitdiffstats
path: root/pushgems.rb
diff options
context:
space:
mode:
Diffstat (limited to 'pushgems.rb')
-rwxr-xr-xpushgems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/pushgems.rb b/pushgems.rb
index 8eead862f4..69312ccff0 100755
--- a/pushgems.rb
+++ b/pushgems.rb
@@ -4,5 +4,5 @@ build_number = `svn log -q -rhead http://dev.rubyonrails.org/svn/rails`.scan(/r(
(%w( actionwebservice actionmailer actionpack activerecord railties activesupport) - ARGV).each do |pkg|
puts "Pushing: #{pkg} (#{build_number})"
- `cd #{pkg} && PKG_BUILD=#{build_number} rake pgem && cd ..`
+ `cd #{pkg} && rm -rf pkg && PKG_BUILD=#{build_number} rake pgem && cd ..`
end