Posted By: Philip Ross
Date: 2008-10-07 22:52
Summary: TZInfo v0.3.11 Released
Project: TZInfo
TZInfo version 0.3.11 has been released (based on version 2008g of the underlying tz data).
Gem, zip and tar.gz files can be found at http://rubyforge.org/frs/?group_id=894. You can use 'gem update' to upgrade if you already have the tzinfo gem installed.
Changes in this release:
* Updated to tzdata version 2008g (http://article.gmane.org/gmane.comp.time.tz/2335).
* Support Ruby 1.9.0-5. Rational.new! has now been removed in Ruby 1.9. Only use Rational.new! if it is available (it is preferable in Ruby 1.8 for performance reasons). Thanks to Jeremy Kemper and Pratik Naik for reporting this. Closes #22312.
* Apply a patch from Pratik Naik to replace assert calls that have been deprecated in the Ruby svn trunk. Closes #22308. |
|