From 227768cbfed31302f6eff892999f1cb281289beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Sat, 4 May 2013 15:44:17 -0700 Subject: Merge pull request #10465 from raphweiner/rake_install_depend_on_build Make rake install task depend on build instead of gem --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 177765f348..59259320fa 100644 --- a/Rakefile +++ b/Rakefile @@ -36,7 +36,7 @@ task :smoke do end desc "Install gems for all projects." -task :install => :gem do +task :install => :build do version = File.read("RAILS_VERSION").strip (PROJECTS - ["railties"]).each do |project| puts "INSTALLING #{project}" -- cgit v1.2.3 From 730dd1a96b75cd925bc1f1ccc64c0a8583ea3a4d Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sun, 5 May 2013 17:56:24 +0530 Subject: Github -> GitHub [ci skip] --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 59259320fa..d26e1d3a85 100644 --- a/Rakefile +++ b/Rakefile @@ -78,7 +78,7 @@ task :update_versions do end # -# We have a webhook configured in Github that gets invoked after pushes. +# We have a webhook configured in GitHub that gets invoked after pushes. # This hook triggers the following tasks: # # * updates the local checkout -- cgit v1.2.3