summaryrefslogtreecommitdiff
path: root/misc/ruby-ansi
AgeCommit message (Collapse)AuthorFilesLines
2012-09-16Update ruby-ansi to 1.4.3.taca3-21/+22
== 1.4.3 | 2012-06-26 This release bring two small changes. The first improves support for Windows by only rescuing LoadError when 'win32console' fails to load. The second improves the heuritstics used for determining the current terminal screen width. Changes: * Only rescue LoadError on windows require. (#9) [bug] * Improvements for getting proper screen width.
2012-03-01Importing ruby-ansi package version 1.4.2.taca4-0/+69
The ANSI project is a collection of ANSI escape code related libraries enabling ANSI code based colorization and stylization of output. It is very nice for beautifying shell output.