From 578d0ce5e51aaa4d76c03cd1258785f8af617b77 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 19 Feb 2005 00:36:39 +0000 Subject: More Action Web Service minor tweaks git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@676 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- pushgems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pushgems.rb') diff --git a/pushgems.rb b/pushgems.rb index d87267e4c5..8eead862f4 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( actionservice actionmailer actionpack activerecord railties activesupport) - ARGV).each do |pkg| +(%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 ..` end -- cgit v1.2.3