aboutsummaryrefslogtreecommitdiffstats
path: root/pushgems.rb
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-08-30 20:55:42 +0000
committerJamis Buck <jamis@37signals.com>2005-08-30 20:55:42 +0000
commite6a6b3fc4897be4d63d11cf454deb28406c466d0 (patch)
treedcab355ba4ee7f0b959fadd3583e23527e07cbe3 /pushgems.rb
parent6b1864a048ffb9343d4658ec11c32494d7f038db (diff)
downloadrails-e6a6b3fc4897be4d63d11cf454deb28406c466d0.tar.gz
rails-e6a6b3fc4897be4d63d11cf454deb28406c466d0.tar.bz2
rails-e6a6b3fc4897be4d63d11cf454deb28406c466d0.zip
More rails-switchtower decoupling
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2075 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 16475e1e22..5b2ee61d42 100755
--- a/pushgems.rb
+++ b/pushgems.rb
@@ -4,7 +4,7 @@ unless ARGV.first == "no_build"
build_number = "1962"
end
-%w( actionwebservice actionmailer actionpack activerecord railties activesupport switchtower ).each do |pkg|
+%w( actionwebservice actionmailer actionpack activerecord railties activesupport ).each do |pkg|
puts "Pushing: #{pkg} (#{build_number})"
if build_number
`cd #{pkg} && rm -rf pkg && PKG_BUILD=#{build_number} rake pgem && cd ..`