Right; my comment was for people who may encounter the incompatibility in their own Rakefiles.
Notice this in the new rake 0.9.0: * Incompatible change: Rake DSL commands ('task', 'file', etc.) are no longer private methods in Object. If you need to call 'task :xzy' inside your class, include Rake::DSL into the…
Right; my comment was for people who may encounter the incompatibility in their own Rakefiles.
Notice this in the new rake 0.9.0: * Incompatible change: Rake DSL commands ('task', 'file', etc.) are no longer private methods in Object. If you need to call 'task :xzy' inside your class, include Rake::DSL into the…