From 2fd0c7ac30d81976d48dc691de7b7f4d23bd906a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 23 Oct 2013 19:41:48 -0200 Subject: Fix the install task --- Rakefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 08473ba216..07d44fc94b 100644 --- a/Rakefile +++ b/Rakefile @@ -36,15 +36,7 @@ task :smoke do end desc "Install gems for all projects." -task :install => :build do - version = File.read("RAILS_VERSION").strip - (PROJECTS - ["railties"]).each do |project| - puts "INSTALLING #{project}" - system("gem install #{project}/pkg/#{project}-#{version}.gem --local --no-ri --no-rdoc") - end - system("gem install railties/pkg/railties-#{version}.gem --local --no-ri --no-rdoc") - system("gem install pkg/rails-#{version}.gem --local --no-ri --no-rdoc") -end +task :install => "all:install" desc "Generate documentation for the Rails framework" if ENV['EDGE'] -- cgit v1.2.3