aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-27 15:07:27 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-27 15:07:27 +0000
commit1b17cddc3c82a33c17d48df220d2d97a77dcce2a (patch)
tree7138f9bb8575c26bd056e34be61a87b0847bfaa8 /railties
parent04c7e82369f179918d6b4177bcb8121a294afd73 (diff)
downloadrails-1b17cddc3c82a33c17d48df220d2d97a77dcce2a.tar.gz
rails-1b17cddc3c82a33c17d48df220d2d97a77dcce2a.tar.bz2
rails-1b17cddc3c82a33c17d48df220d2d97a77dcce2a.zip
Released 0.11.1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1024 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties')
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index b6ae15a82c..7bd46815ce 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -273,7 +273,7 @@ task :pgem => [:gem] do
end
desc "Publish the release files to RubyForge."
-task :release => [:package] do
+task :release => [:gem] do
files = ["gem"].map { |ext| "pkg/#{PKG_FILE_NAME}.#{ext}" }
if RUBY_FORGE_PROJECT then