From: Bernard Lambeau Date: 2011-01-11T01:57:08+09:00 Subject: [ANN] quickl 0.2.0 Released --0016362851689ede21049980db8f Content-Type: text/plain; charset=ISO-8859-1 quickl version 0.2.0 has been released ! * <*http://github.com/blambeau/quickl*> * Quickl helps you create Ruby command line apps. From simple commands to complex delegators (ala 'git ...'), Quickl helps via the following features: * Simple command creations via simple classes * Delegate commands via ruby namespacing and DRY conventions * Command help, synopsis, overview, ... provided via rdoc * Command options via standard OptionParser * Robust support for error handling * Command testing made easy as well Installation: gem install quickl Changes: # 0.2.0 / 2011-01-10 * Enhancements * Command#run now takes a (optional) second argument (get it at command runtime via :requester reader) * Renamed Delegate -> Delegator (Quickl::Delegate is kept but should not be used anymore) * Added IOAccessError with default reaction to Exit * Added valid_read_file! robustness utility * Moved to rspec 2.4.0, modified Rakefile and tests accordingly --0016362851689ede21049980db8f--