aboutsummaryrefslogtreecommitdiffstats
path: root/pushgems.rb
diff options
context:
space:
mode:
Diffstat (limited to 'pushgems.rb')
-rwxr-xr-xpushgems.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/pushgems.rb b/pushgems.rb
index c8ccf5d474..345b9ed649 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 ) - ARGV).each do |pkg|
+(%w( actionmailer actionpack activerecord railties activesupport) - 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
+end