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.

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.