[ANN] ANSI v1.4.3 released

ANSI 1.4.3 has been released.

The ANSI project is a superlative collection of ANSI escape code related libraries enabling ANSI colorization and stylization of console output. Byte for byte ANSI is the best ANSI code library available for the Ruby programming language.

* Website: http://rubyworks.github.com/ansi
* Source Code: http://github.com/rubyworks/ansi
* Documentation: http://rubydoc.info/gems/ansi/frames
* Mailing List: http://groups.google.com/group/rubyworks-mailinglist

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.