ANSI 1.4.0 has been released.
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.
- home: http://rubyworks.github.com/ansi
- code: GitHub - rubyworks/ansi: Set of ANSI Code based classes and modules for Ruby
- docs: File: README — Documentation for ansi (1.5.0)
- mail: http://groups.google.com/group/rubyworks-mailinglist
New release adds a HexDump class for colorized byte string dumps and
fixes some minor cell size issues with the Table class. This release
also modernizes the build config and changes the license to
BSD-2-Clause.
Changes:
- Add HexDump class.
- Fix cell size of tables when ANSI codes are used.
- Fix extra ansi codes in tables without format.
- Modernize build configuration.
- Switch to BSD-2-Clause license.