Rake v11.0.0 Release Notes

Release Date: 2016-03-09 // about 8 years ago
  • ==== πŸ› Bug fixes

    • πŸ‘» Correctly handle bad encoding in exception messages. Pull request #113 by Tomer Brisker
    • πŸ›  Fix verbose option at TestTask. Pull request #67 by Mike Blumtritt

    ==== ✨ Enhancements

    • πŸ‘‰ Make FileList#exclude more analogous to FileList#include.
    • πŸ‘‰ Use IO.open instead of Open3.popen3 for CPU counter.
    • πŸ‘‰ Make Rake::Task#already_invoked publicly accessible. Pull request #93 by Joe Rafaniello
    • Lookup prerequisites with same name outside of scope instead of matching self. Pull request #96 by Sandy Vanderbleek
    • πŸ‘‰ Make FileList#pathmap behave like String#pathmap. Pull request #61 by Daniel Tamai
    • βž• Add fetch method to task arguments. Pull request #12 by Chris Keathley
    • ⚠ Use ruby warnings by default. Pull request #97 by Harold GimΓ©nez

    ==== Compatibility Changes

    • βœ‚ Removed to support Ruby 1.8.x
    • βœ‚ Removed constant named RAKEVERSION
    • βœ‚ Removed Rake::AltSystem
    • βœ‚ Removed Rake::RubyForgePublisher
    • Removed Rake::TaskManager#last_comment. Use last_description.
    • βœ‚ Removed Rake::TaskLib#paste
    • βœ‚ Removed Top-level SshDirPublisher, SshFreshDirPublisher, SshFilePublisher and CompositePublisher from lib/rake/contrib/publisher.rb
    • βœ‚ Removed "rake/runtest.rb"