aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-11-17 19:35:58 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2010-11-17 19:35:58 -0200
commit884e3506d2985d330badcb87ce070ee2b5de0d78 (patch)
tree164103c5e7b62c0b0ea804c5f0820da0e6e8d143 /Rakefile
parent77440ec51ad28a7e63651f0976053584a7f58768 (diff)
downloadrails-884e3506d2985d330badcb87ce070ee2b5de0d78.tar.gz
rails-884e3506d2985d330badcb87ce070ee2b5de0d78.tar.bz2
rails-884e3506d2985d330badcb87ce070ee2b5de0d78.zip
Bump builder to 3.0.0
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
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