2006-01-03 15:57:52 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Revive ruby-cmd package.
New HOMEPAGE and MASTER_SITES was noted from minskim by private mail.
|
2006-01-03 08:22:11 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
Remove ruby-cmd package since MASTER_SITES and HOMEPAGE aren't available
any more.
|
2005-11-02 12:33:32 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Minor clean up.
|
2005-09-04 15:53:53 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-cmd pacakge 0.7.2.
= 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-11 05:53:57 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Update HOMEPAGE and fix a typo in COMMENT.
|
2005-04-11 05:26:55 by Min Sik Kim | Files touched by this commit (4) | |
Log message:
Import ruby-cmd.
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.
|