Merge pull request #1139 from masuidrive/build

Improve recent CRuby rake compatibility
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-04-05 08:35:33 -07:00
+1 -1
View File
@@ -45,7 +45,7 @@ end
$pp_show = true
if $verbose.nil?
unless Rake.verbose.nil?
if Rake.respond_to?(:verbose) && !Rake.verbose.nil?
if Rake.verbose.class == TrueClass
# verbose message logging
$pp_show = false