Files | Admin

Notes:

Release Name: Rant 0.5.0

Notes:



Changes: == Rant 0.5.0 Incompatible changes: * The undocumented filelist methods no_file, no_suffix and no_prefix require import "filelist/more" now. Deprecated: * The undocumented var.is method. It won't be in release 0.5.4 and later. * To use a (numeric) range as variable constraint, you should explicitely import "var/numbers" now. Also explicitely import "var/strings" to use the :String constraint and import "var/booleans" to use the :Bool constraint. Read Constraining variables in doc/advanced.rdoc. Fixes and minor improvements: * Fix a few warnings from ruby 1.8.0/1.8.1. * Prevent infinite rule recursion. * Documentation for common file system operations and path manipulation methods. Read doc/sys.rdoc. New features: * The --dry-run (-n) option for rant. Read doc/rant.rdoc. * Action takes a regular expression now. When rant looks for a task/file that matches the regular expression, the action block will get executed once. Read More selective actions in doc/advanced.rdoc.