From 87a011df6fbfcd0669d70c9b20b5e2b3a28cf716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 21 Feb 2010 14:18:40 +0100 Subject: Make install appear on rake -T. --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') 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}" -- cgit v1.2.3