Rake v12.3.1 Release Notes

Release Date: 2018-03-22 // about 6 years ago
  • ==== ๐Ÿ› Bug fixes

    • Support did_you_mean >= v1.2.0 which has a breaking change on formatters. Pull request #262 by FUJI Goro.

    ==== โœจ Enhancements:

    • Don't run task if it depends on already invoked but failed task. Pull request #252 by Gonzalo Rodriguez.
    • ๐Ÿ‘‰ Make space trimming consistent for all task arguments. Pull request #259 by Gonzalo Rodriguez.
    • โœ‚ Removes duplicated inclusion of Rake::DSL in tests. Pull request #254 by Gonzalo Rodriguez.
    • โœ… Re-raise a LoadError that didn't come from require in the test loader. Pull request #250 by Dylan Thacker-Smith.