Rake v0.8.0 Release Notes

    • ๐Ÿ‘€ Tasks can now receive command line parameters. See the examples below for more details.

    • Comments are limited to 80 columns on output, but full comments can be seen by using the -D parameter. (feature suggested by Jamis Buck).

    • Explicit exit(n) calls will now set the exit status to n. (patch provided by Stephen Touset).

    • ๐Ÿ’Ž Rake is now compatible with Ruby 1.9.

    ๐Ÿ”– Version 0.8.1 is a minor update that includes additional Ruby 1.9 ๐Ÿ›  compatibility fixes.