aboutsummaryrefslogtreecommitdiffstats
path: root/pushgems.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-20 14:55:13 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-20 14:55:13 +0000
commitdfed3d309e26c11ba4132aaf4c3cd25ad3b2c905 (patch)
treec1310189b961850f154406b4fd9ef72ffaefb1ac /pushgems.rb
parent93f7cb2a80b53d38eb01aaeade8f5c8bf13090f2 (diff)
downloadrails-dfed3d309e26c11ba4132aaf4c3cd25ad3b2c905.tar.gz
rails-dfed3d309e26c11ba4132aaf4c3cd25ad3b2c905.tar.bz2
rails-dfed3d309e26c11ba4132aaf4c3cd25ad3b2c905.zip
A few missing files
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@468 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 a754b56647..c8ccf5d474 100755
--- a/pushgems.rb
+++ b/pushgems.rb
@@ -2,7 +2,7 @@
build_number = `svn log -q -rhead http://dev.rubyonrails.org/svn/rails`.scan(/r([0-9]*)/).first.first.to_i
-%w( actionmailer actionpack activerecord railties ).each do |pkg|
+(%w( actionmailer actionpack activerecord railties ) - ARGV).each do |pkg|
puts "Pushing: #{pkg} (#{build_number})"
`cd #{pkg} && PKG_BUILD=#{build_number} rake pgem && cd ..`
end \ No newline at end of file