I don't know if this library is still maintained or not, but if you try to run it with a Rakefile using multitasks, it fails like so:
undefined method `[]' for nil:NilClass
/usr/local/lib/ruby/gems/1.8/gems/rake-timer-0.0.3/lib/rake_timer.rb:13:in `time'
/usr/local/lib/ruby/gems/1.8/gems/rake-timer-0.0.3/lib/rake/task.rb:8:in `execute'
/usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/task.rb:184:in `invoke_with_call_chain'
...
because the config is stored in Thread.current, and not available in the parallel threads.
I don't know if this library is still maintained or not, but if you try to run it with a Rakefile using multitasks, it fails like so:
because the config is stored in Thread.current, and not available in the parallel threads.