B
Bernard Lambeau
[Note: parts of this message were removed to make it a legal post.]
quickl version 0.2.0 has been released !
* <*http://github.com/blambeau/quickl*>
* <https://rubygems.org/gems/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:
elegate 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
quickl version 0.2.0 has been released !
* <*http://github.com/blambeau/quickl*>
* <https://rubygems.org/gems/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:
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