Updating dependencies.
[arvados.git] / Rakefile
index 04a09f46dc4c0039edb410cf06071a9c2b04f565..12f2767570259af00ec6edc59221f7c59acc9292 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -29,7 +29,7 @@ PKG_FILES = FileList[
     '[A-Z]*', 'Rakefile'
 ].exclude(/database\.yml/).exclude(/[_\.]git$/)
 
-RCOV_ENABLED = (RUBY_PLATFORM != 'java' && RUBY_VERSION =~ /^1\.8/)
+RCOV_ENABLED = !!(RUBY_PLATFORM != 'java' && RUBY_VERSION =~ /^1\.8/)
 if RCOV_ENABLED
   task :default => 'spec:rcov'
 else