Posted By: Judson Lester
Date: 2007-12-14 03:05
Summary: command-set 0.8.2 Released
Project: CommandSet
command-set version 0.8.2 has been released!
CommandSet is a interactive program framework. Its focus is a DSL for defining commands, much like Rake or RSpec. The actual interpreter is left as an open question, although a default readline based terminal interpreter is included, it could very well be adapted to interact with CGI or a GUI.
Changes:
** Marked release 0.8.2 **
Updated the standard commands to work better with require_commands
NOTE: require_commands has changed method signature - so that you can pull
in modules quickly if their files are already required.
Updated Rakefile to cope better with automatic documentation of
DSL::Argument
Added documentation to subclasses of Argument
Typo fixed
Typo fixed
Adding project and homepage URLs to announces
Fix to the rdoc publication task
Project: http://rubyforge.org/project/commandset/
Homepage: http://commandset.rubyforge.org/ |
|