Rake v11.2.0 Release Notes

Release Date: 2016-06-11 // almost 8 years ago
  • ==== πŸ› Bug fixes

    • πŸ›  Fix unexpected cut-out behavior on task description using triple dots and exclamation. Report #106 from Stephan KΓ€mper and Pull request #134 by Lee
    • πŸ›  Fix empty argument assignment with with_defaults option. Pull request #135 by bakunyo
    • Ignore to use hwprefs on Darwin platform. Use sysctl now. Report #128

    ==== ✨ Enhancements

    • Spawn options for sh Pull equest #138 by Eric Hodel.
    • πŸ‘ Allow to specify dependencies(prerequisites) for Rake::TestTask Pull request #117 by Tim Maslyuchenko
    • πŸš€ Use Bundler task instead of hoe for gem release.
    • βœ‚ Remove explicitly load to rubygems for Ruby 1.8.
    • Unify to declare Rake::VERSION.
    • πŸ‘Œ Support xz format for PackageTask.