Rake v12.1.0 Release Notes

Release Date: 2017-09-11 // over 6 years ago
  • ==== โœจ Enhancements:

    • Added did_you_mean feature for invalid rake task. Pull request #221 by @xtina-starr
    • Enabled to dependency chained by extensions. Pull request #39 by Petr Skocik.
    • ๐Ÿ’Ž Make all of string literals to frozen objects on Ruby 2.4 or later.

    ==== ๐Ÿ› Bug fixes

    • ๐Ÿ›  Typo fixes in rakefile.rdoc. Pull request #180 by Yuta Kurotaki.
    • ๐Ÿ›  Fix unexpected behavior of file task with dryrun option. Pull request #183 by @aycabta.
    • โœ… Make LoadError from running tests more obvious. Pull request #195 by Eric Hodel.
    • ๐Ÿ›  Fix unexpected TypeError with hash style option. Pull request #202 by Kuniaki IGARASHI.