From phil.ross at gmail.com Tue Oct 7 18:53:17 2008 From: phil.ross at gmail.com (Philip Ross) Date: Tue, 7 Oct 2008 23:53:17 +0100 Subject: [TZInfo-announce] TZInfo v0.3.11 Released Message-ID: <4ac540410810071553q478003abqe6d2d349d1288de9@mail.gmail.com> 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. -- Phil Ross http://tzinfo.rubyforge.org/ -- DST-aware timezone library for Ruby