rake task errors on Rake::TaskLib constant
jasonkarns opened this issue · 2 comments
jasonkarns commented
With a simple rakefile:
require 'flay_task'
FlayTask.new
I get:
$ rake flay
rake aborted!
NameError: uninitialized constant Rake::TaskLib
<project>/Rakefile:4:in `require'
<project>/Rakefile:4:in `<top (required)>'
(See full trace by running task with --trace)
The flay rake task ought to be requiring rake/tasklib
since it uses that class.
zenspider commented
Ugh. What version of rake are you on now?
zenspider commented
This was merged.