Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make install appear on rake -T.
  • Loading branch information
josevalim committed Feb 21, 2010
1 parent 4477bcc commit 87a011d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -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}"
Expand Down

0 comments on commit 87a011d

Please sign in to comment.