lib/rake.rb in drake-0.8.1.10.0 vs lib/rake.rb in drake-0.8.1.10.0.1

- old
+ new

@@ -27,11 +27,11 @@ # # This is the main file for the Rake application. Normally it is referenced # as a library via a require statement, but it can be distributed # independently as an application. -RAKEVERSION = '0.8.1.10.0' +RAKEVERSION = '0.8.1.10.0.1' require 'rbconfig' require 'getoptlong' require 'fileutils' require 'singleton' @@ -821,11 +821,11 @@ Rake::EARLY end end # ######################################################################### - # DEPRECATED: use command-line option '--threads N' or + # REMOVED: use command-line option '--threads N' or # Rake.application.num_threads = N # class MultiTask < Task end end # module Rake @@ -880,10 +880,10 @@ end end end # -# DEPRECATED: use command-line option '--threads N' or +# REMOVED: use command-line option '--threads N' or # Rake.application.num_threads = N # def multitask(args, &block) Rake::MultiTask.define_task(args, &block) end