[ANN] quickl 0.2.0 Released

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::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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top