Rake v0.5.4 Release Notes

  • ๐Ÿ›  Time for some minor bug fixes and small enhancements

    ==== ๐Ÿ”„ Changes

    Here are the changes for version 0.5.4 ...

    • โž• Added double quotes to the test runner. This allows the location of the tests (and runner) to be in a directory path that contains spaces (e.g. "C:/Program Files/ruby/bin").
    • โž• Added .svn to default ignore list. Now subversion project metadata is automatically ignored by Rake's FileList.
    • โšก๏ธ Updated FileList#include to support nested arrays and filelists. FileLists are flat lists of file names. Using a FileList in an include will flatten out the nested file names.