Posted By: Philip Ross
Date: 2013-03-03 16:33
Summary: TZInfo v0.3.36 Released
Project: TZInfo
TZInfo version 0.3.36 has been released (based on version v2013a 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 2013a (http://mm.icann.org/pipermail/tz-announce/2013-March/000009.html).
* Fix TimezoneTransitionInfo#eql? incorrectly returning false when running on Ruby 2.0.
* Change eql? and == implementations to test the class of the passed in object instead of checking individual properties with 'respond_to?'. |
|