Rake v10.3 Release Notes

Release Date: 2014-04-15 // about 10 years ago
  • ==== โœจ Enhancements

    • โž• Added --build-all option to rake which treats all file prerequisites as out-of-date. Pull request #254 by Andrew Gilbert.
    • โž• Added Rake::NameSpace#scope. Issue #263 by Jon San Miguel.

    ==== ๐Ÿ› Bug fixes

    • ๐Ÿ“ฆ Suppress org.jruby package files in rake error messages for JRuby users. Issue #213 by Charles Nutter.
    • ๐Ÿ›  Fixed typo, removed extra "h". Pull request #267 by Hsing-Hui Hsu.
    • Rake no longer reports an error when cleaning already-deleted files. Pull request #266 by Randy Coulman.
    • Consume stderr while determining CPU count to avoid hang. Issue #268 by Albert Sun.