- Updated to tzdata version 2008c (https://mm.icann.org/pipermail/tz/2008-May/014956.html).
- Support loading timezone data in the latest trunk versions of Ruby 1.9.
Rational.new!
is now private, so call it usingRational.send :new!
instead. Thanks to Jeremy Kemper and Pratik Naik for spotting this. Closes #19184. - Prevent warnings from being output when running Ruby with the -v or -w command line options. Thanks to Paul McMahon for the patch. Closes #19719.