Files | Admin

Notes:

Release Name: Rant 0.4.8

Notes:



Changes: == Rant 0.4.8 Incompatible changes: * The filenames Rantfile.rb and rantfile.rb which were deprecated since the last release aren't recognized anymore. Use Rantfile, rantfile or root.rant instead. Deprecated: * The two undocumented Array methods ary.arglist and ary.shell_pathes are deprecated. Use sys.sp(ary) in Rantfiles instead. * rant-import -v option. Use -V or --version instead. Fixes and minor improvements: * Fix output of rant -T for descriptions with more than two lines. * Filelists: Same handling of files starting with a dot with all supported ruby versions (1.8.0 - 1.9). * The sys.ruby method uses an absolute path to start the Ruby interpreter. Thus sys.ruby also works if ruby is not on the PATH. * Fix for latest ruby 1.9, which renamed +fcall+ to +funcall+. New features: * rant-import supports --zip (-z) option for zip-compression now. * Tasks with command change recognition. Read doc/command.rdoc * Improved rule support.