From 884e3506d2985d330badcb87ce070ee2b5de0d78 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Wed, 17 Nov 2010 19:35:58 -0200 Subject: Bump builder to 3.0.0 --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 8c72312f28..134dcb79bf 100644 --- a/Rakefile +++ b/Rakefile @@ -51,6 +51,7 @@ task :default => %w(test test:isolated) PROJECTS.each do |project| system(%(cd #{project} && #{$0} #{task_name})) || errors << project end + system(%(#{$0} #{task_name})) || errors << 'rails' if task_name == 'gem' fail("Errors in #{errors.join(', ')}") unless errors.empty? end end -- cgit v1.2.3