Commit graph

7 commits

Author SHA1 Message Date
taca
e11f9956e5 Update ruby-tzinfo package to 0.3.11.
== Version 0.3.11 (tzdata v2008g) - 7-Oct-2008

* 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.
2008-10-08 13:24:02 +00:00
taca
ceb052ef37 Update ruby-tzinfo pacakge to 0.3.10.
This is a leaf package.

== Version 0.3.10 (tzdata v2008f) - 16-Sep-2008

* Updated to tzdata version 2008f
  (http://article.gmane.org/gmane.comp.time.tz/2293).
2008-09-18 12:42:47 +00:00
taca
7c1e7ba54f Update ruby-tzinfo package to 0.3.9.
== Version 0.3.9 (tzdata v2008c) - 27-May-2008

* Updated to tzdata version 2008c
  (http://article.gmane.org/gmane.comp.time.tz/2183).
* 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.
2008-08-16 03:19:14 +00:00
jlam
be7a03563f Update ruby-tzinfo to version 0.3.8. Changes from version 0.3.5 include:
+ Install as a Ruby gem.

* Updated to tzdata version 2008b
  (http://article.gmane.org/gmane.comp.time.tz/2149).
2008-04-04 15:22:35 +00:00
minskim
dd3bd7609e Update ruby-tzinfo to 0.3.5.
Changes:
* Updated to tzdata version 2007h.
2007-10-16 04:33:05 +00:00
minskim
d609399089 Correct file permission. Bump PKGREVISION. 2006-10-15 08:16:02 +00:00
minskim
1fdba6c4a8 Import ruby-tzinfo-0.3.2.
TZInfo is a Ruby library that uses the standard tz (Olson) database to
provide daylight savings aware transformations between times in
different time zones.  The tz database is compiled into Ruby modules
which are packaged in the release.  No external zoneinfo files are
required at runtime.
2006-10-12 20:51:14 +00:00