Skip to content

Releases: tzinfo/tzinfo

v0.3.14

10 Aug 13:47
Compare
Choose a tag to compare

TZInfo v0.3.14 on RubyGems.org

v0.3.13

10 Aug 13:48
Compare
Choose a tag to compare

TZInfo v0.3.13 on RubyGems.org

v0.3.12

10 Aug 13:48
Compare
Choose a tag to compare

v0.3.11

10 Aug 13:50
Compare
Choose a tag to compare
  • Updated to tzdata version 2008g (https://mm.icann.org/pipermail/tz/2008-October/015139.html).
  • 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.

TZInfo v0.3.11 on RubyGems.org

v0.3.10

10 Aug 13:51
Compare
Choose a tag to compare

v0.3.9

10 Aug 13:52
Compare
Choose a tag to compare
  • 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 using Rational.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.

TZInfo v0.3.9 on RubyGems.org

v0.3.8

10 Aug 13:52
Compare
Choose a tag to compare
  • Updated to tzdata version 2008b (https://mm.icann.org/pipermail/tz/2008-March/014910.html).
  • Support loading timezone data in Ruby 1.9.0. Use DateTime.new! if it is available instead of DateTime.new0 when constructing transition times. DateTime.new! was added in Ruby 1.8.6. DateTime.new0 was removed in Ruby 1.9.0. Thanks to Joshua Peek for reporting this. Closes #17606.
  • Modify some of the equality test cases to cope with the differences between Ruby 1.8.6 and Ruby 1.9.0.

TZInfo v0.3.8 on RubyGems.org

v0.3.7

10 Aug 13:53
Compare
Choose a tag to compare

v0.3.6

10 Aug 13:54
Compare
Choose a tag to compare

TZInfo v0.3.6 on RubyGems.org

v0.3.5

10 Aug 13:54
Compare
Choose a tag to compare