Locale 2.0.6

Hi,

locale 2.0.6 has been released! It supports Ruby 1.9 on
Windows.

Web:
http://ruby-gettext.github.com/
Install:
gem install locale

Here are changes since 2.0.5:

2.0.6: 2012-08-29

Ruby 1.9 on Windows support release.

Improvements

  • Worked with invalid LANGUAGE variable value. It’s just
    ignored. [Patch by Alexey l.Froloff] [Reported by Friedrich, Axel]
  • Added workaround for Ruby 1.8.6.
  • Supported multiple Locale.init call in the same process.
  • Supportd Ruby 1.9 on Windows.
  • Supported Locale.current = Locale.current.
    [GitHub#mutoh/locale#5] [Debian#600713]
    [Reported by Martin Hradil and Hleb V.]
  • Supported Locale.init on $SAFE > 0.
    [GitHub#mutoh/locale#5] [Reported by Hleb V.]
  • Added a Rack middleware Locale::Middleware that initializes locale
    by
    client request.

Tests

  • Fixed a problem that tests for Windows break other tests on non
    Windows platform. [Patch by J. Pablo F.]
  • [jruby] Fixed wrong variant format.
    [GitHub#mutoh/locale#5] [Patch by Hleb V.]
  • Fixed wrong environment variable check. LC_CTYPES is checked
    instead of LC_MESSAGES.
    [GitHub#mutoh/locale#5] [Debian#520181]
    [Reported by Adeodato Sim] [Patch by Hleb V.]

Thanks

  • Masao M.
  • Alexey l.Froloff
  • Friedrich, Axel
  • J. Pablo F.
  • Martin Hradil
  • Hleb V.
  • Adeodato Sim

Thanks,