1046ff202b
Accepting request 255327 from devel:languages:ruby:extensions
Stephan Kulow
2014-10-14 05:11:35 +00:00
30a433a51b
update
Stephan Kulow
2014-10-12 16:44:07 +00:00
310ea4289c
- updated to version 1.2.2 * Fix an error with duplicates being returned by Timezone#all_country_zones and Timezone#all_country_zone_identifiers when used with tzinfo-data v1.2014.6 or later. * Use the zone1970.tab file for country timezone data if it is found in the zoneinfo directory (and fallback to zone.tab if not). zone1970.tab was added in tzdata 2014f. zone.tab is now deprecated.
Stephan Kulow
2014-10-12 16:43:33 +00:00
bdceff86cd
Accepting request 234977 from devel:languages:ruby:extensions
Stephan Kulow
2014-05-22 04:58:05 +00:00
5047c4e0d0
- require timezone
Stephan Kulow
2014-05-19 11:03:28 +00:00
a8be02779d
Accepting request 202918 from devel:languages:ruby:extensions
Tomáš Chvátal
2013-10-21 11:04:49 +00:00
d6ae8cdbf0
update
Stephan Kulow
2013-10-10 14:28:08 +00:00
5e398404ee
Accepting request 184002 from devel:languages:ruby:extensions
Stephan Kulow
2013-07-25 13:39:00 +00:00
c09da01a8a
- 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).
Stephan Kulow
2013-07-20 11:15:58 +00:00
d5d333871e
Accepting request 177319 from devel:languages:ruby:extensions
Stephan Kulow
2013-06-05 17:34:41 +00:00
520079cc4a
- 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).
Stephan Kulow
2013-06-03 19:33:23 +00:00
014ec8207b
Accepting request 160867 from devel:languages:ruby:extensions
Stephan Kulow
2013-03-26 06:02:12 +00:00
c86c9e1b12
Accepting request 158226 from devel:languages:ruby:extensions
Stephan Kulow
2013-03-11 09:48:04 +00:00
fbf87cf70f
- 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?'.
Stephan Kulow
2013-03-03 19:28:18 +00:00
cd6bbe33c4
Accepting request 140903 from devel:languages:ruby:extensions
Stephan Kulow
2012-11-12 11:40:33 +00:00