Changelog for
rubygem-tzinfo-1.0.1-27.2.x86_64.rpm :
Sat Jul 20 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.0.1
* Fix a test case failure when tests are run from a directory that contains a
dot in the path (issue #29751).
Mon Jun 3 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.0.0
* Allow TZInfo to be used with different data sources instead of just the
built-in Ruby module data files.
* Include a data source that allows TZInfo to load data from the binary
zoneinfo files produced by zic and included with many Linux and Unix-like
distributions.
* Remove the definition and index Ruby modules from TZInfo and move them into
a separate TZInfo::Data library (available as the tzinfo-data gem).
* Default to using the TZInfo::Data library as the data source if it is
installed, otherwise use zoneinfo files instead.
* Preserve the nanoseconds of local timezone Time objects when performing
conversions (issue #29705).
* Don\'t add the tzinfo lib directory to the search path when requiring \'tzinfo\'.
The tzinfo lib directory must now be in the search path before \'tzinfo\' is
required.
* Add utc_start_time, utc_end_time, local_start_time and local_end_time instance
methods to TimezonePeriod. These return an identical value as the existing
utc_start, utc_end, local_start and local_end methods, but return Time
instances instead of DateTime.
* Make the start_transition, end_transition and offset properties of
TimezonePeriod protected. To access properties of the period, callers should
use other TimezonePeriod instance methods instead (issue #7655).
Mon Mar 18 13:00:00 2013 cooloAATTsuse.com
- updated to version 0.3.37
* Updated to tzdata version 2013b
(http://mm.icann.org/pipermail/tz-announce/2013-March/000010.html).
Sun Mar 3 13:00:00 2013 cooloAATTsuse.com
- updated to version 0.3.36
* 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?\'.
Mon Nov 5 13:00:00 2012 cooloAATTsuse.com
- updated to version 0.3.35
(http://mm.icann.org/pipermail/tz-announce/2012-November/000007.html).
Sun Oct 28 13:00:00 2012 cooloAATTsuse.com
- updated to version 0.3.34
* Updated to tzdata version 2012h
(http://mm.icann.org/pipermail/tz-announce/2012-October/000006.html).
Tue Jul 31 14:00:00 2012 jreidingerAATTsuse.com
- use new gem2rpm to provide new version of provisions
Sun Apr 8 14:00:00 2012 cooloAATTsuse.com
- update to 0.3.33
* Updated to tzdata version 2012c
(http://article.gmane.org/gmane.comp.time.tz/4859).
Tue Apr 3 14:00:00 2012 cooloAATTsuse.com
- update to 0.3.32
* Updated to tzdata version 2012b
(http://article.gmane.org/gmane.comp.time.tz/4756).
Tue Nov 1 13:00:00 2011 jmassaguerplaAATTsuse.de
- update to version 0.3.30
Mon Aug 1 14:00:00 2011 mrueckertAATTsuse.de
- update to version 0.3.29
* Updated to tzdata version 2011h
(http://article.gmane.org/gmane.comp.time.tz/3814).
* Allow the default value of the local_to_utc and
period_for_local dst parameter to be specified globally with a
Timezone.default_dst attribute. Thanks to Kurt Werle for the
suggestion and patch.
Mon Jun 20 14:00:00 2011 mrueckertAATTsuse.de
- update to version 0.3.28
* Add support for Ruby 1.9.3 (trunk revision 31668 and later).
Thanks to Aaron Patterson for reporting the problems running on
the new version. Closes #29233.
- additional changes from 0.3.27
* Updated to tzdata version 2011g
(http://article.gmane.org/gmane.comp.time.tz/3758).
- additional changes from 0.3.26
* Updated to tzdata version 2011e
(http://article.gmane.org/gmane.comp.time.tz/3707).
- additional changes from 0.3.25
* Updated to tzdata version 2011d
(http://article.gmane.org/gmane.comp.time.tz/3662).
- additional changes from 0.3.24
* Updated to tzdata version 2010o
(http://article.gmane.org/gmane.comp.time.tz/3473).
Mon Aug 30 14:00:00 2010 mrueckertAATTsuse.de
- update to version 0.3.23
* Updated to tzdata version 2010l
(http://article.gmane.org/gmane.comp.time.tz/3354).
Mon Jun 14 14:00:00 2010 mrueckertAATTsuse.de
- update to version 0.3.22
* Corrected file permissions issue with 0.3.21 release.
- additional changes from version 0.3.21
* Updated to tzdata version 2010j
(http://article.gmane.org/gmane.comp.time.tz/3225).
* Change invalid timezone check to exclude characters not used in
timezone identifiers and avoid \'character class has duplicated
range\' warnings with Ruby 1.9.2.
* Ruby 1.9.2 has deprecated \"require \'rational\'\", but older
versions of Ruby need rational to be required. Require rational
only when the Rational module has not already been loaded.
* Remove circular requires (now a warning in Ruby 1.9.2). Instead
of using requires in each file for dependencies, tzinfo.rb now
requires all tzinfo files. If you were previously requiring
files within the tzinfo directory (e.g. require
\'tzinfo/timezone\'), then you will now have to require \'tzinfo\'
instead.
- additional changes from version 0.3.20
* Updated to tzdata version 2010i
(http://article.gmane.org/gmane.comp.time.tz/3202).
- additional changes from version 0.3.19
* Updated to tzdata version 2010h
(http://article.gmane.org/gmane.comp.time.tz/3188).
- additional changes from version 0.3.18
* Updated to tzdata version 2010g
(http://article.gmane.org/gmane.comp.time.tz/3172).
- additional changes from version 0.3.17
* Updated to tzdata version 2010e
(http://article.gmane.org/gmane.comp.time.tz/3128).
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Wed Jan 6 13:00:00 2010 prusnakAATTsuse.cz
- updated to 0.3.16
Mon Dec 21 13:00:00 2009 prusnakAATTsuse.cz
- updated to version 0.3.15