aboutsummaryrefslogtreecommitdiffstats
path: root/release.rb
diff options
context:
space:
mode:
Diffstat (limited to 'release.rb')
-rwxr-xr-xrelease.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.rb b/release.rb
index 345110c045..a019a52e4f 100755
--- a/release.rb
+++ b/release.rb
@@ -1,7 +1,7 @@
#!/usr/local/bin/ruby
VERSION = ARGV.first
-PACKAGES = %w( activesupport activerecord actionpack actionmailer actionwebservice )
+PACKAGES = %w(activesupport activerecord actionpack actionmailer activeresource)
# Checkout source
`rm -rf release && svn export http://dev.rubyonrails.org/svn/rails/trunk release`