summaryrefslogtreecommitdiff
path: root/devel/ruby-cmd
AgeCommit message (Collapse)AuthorFilesLines
2006-01-03Revive ruby-cmd package.taca4-0/+36
New HOMEPAGE and MASTER_SITES was noted from minskim by private mail.
2006-01-03Remove ruby-cmd package since MASTER_SITES and HOMEPAGE aren't availabletaca4-36/+0
any more.
2005-11-02Minor clean up.taca1-3/+2
2005-09-04Update ruby-cmd pacakge 0.7.2.taca2-6/+6
= Cmd Changelog == Version 0.7.2 * Breaking the assignment to READLINE_SUPPORTED over multiple lines did not appease RDoc. Fortunately Dave Thomas showed me several ways that I could accomplish the same thing whilst appeasing RDoc. Sadly another minor bug fix release :\ [Dave Thomas] == Version 0.7.1 * Broke assignment to READLINE_SUPPORTED over several lines as removing the semicolons resulted in the incorrect behavior, and having the semicolons made RDoc fail to parse the file. [Jim Weirich]
2005-04-11Update HOMEPAGE and fix a typo in COMMENT.minskim1-3/+3
2005-04-11Import ruby-cmd.minskim4-0/+37
cmd is a library for building line-oriented command interpreters in Ruby. Simply inherit from cmd's Cmd class, and methods whose names start with do_ become interactive commands. cmd is inspired by the Python library of the same name, but offers a distinctive Ruby feel and several additional features.