aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-02-21 14:18:40 +0100
committerJosé Valim <jose.valim@gmail.com>2010-02-21 14:18:40 +0100
commit87a011df6fbfcd0669d70c9b20b5e2b3a28cf716 (patch)
treeb0acd0cda408dd215df44d209a3e1d358184ffad /Rakefile
parent4477bccda6d388755c46326df964850962c12c5d (diff)
downloadrails-87a011df6fbfcd0669d70c9b20b5e2b3a28cf716.tar.gz
rails-87a011df6fbfcd0669d70c9b20b5e2b3a28cf716.tar.bz2
rails-87a011df6fbfcd0669d70c9b20b5e2b3a28cf716.zip
Make install appear on rake -T.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index d9d24fc1ab..c5c548d89c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -53,6 +53,7 @@ task :release_projects => :package do
fail("Errors in #{errors.join(', ')}") unless errors.empty?
end
+desc "Install gems for all projects."
task :install => :gem do
(PROJECTS - ["railties"]).each do |project|
puts "INSTALLING #{project}"