From phil.ross at gmail.com Sun Mar 3 16:35:35 2013 From: phil.ross at gmail.com (Philip Ross) Date: Sun, 3 Mar 2013 16:35:35 +0000 Subject: [TZInfo-announce] TZInfo v0.3.36 Released Message-ID: TZInfo version 0.3.36 has been released (based on version 2013a 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?'. -- Phil Ross http://tzinfo.rubyforge.org/ -- DST-aware timezone library for Ruby From phil.ross at gmail.com Mon Mar 11 22:45:50 2013 From: phil.ross at gmail.com (Philip Ross) Date: Mon, 11 Mar 2013 22:45:50 +0000 Subject: [TZInfo-announce] TZInfo v0.3.37 Released Message-ID: TZInfo version 0.3.37 has been released (based on version 2013b 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 2013b (http://mm.icann.org/pipermail/tz-announce/2013-March/000010.html). -- Phil Ross http://tzinfo.rubyforge.org/ -- DST-aware timezone library for Ruby