Skip to content

Commit aff2ff3

Browse files
committed
Update to tzdata version 2014d.
http://mm.icann.org/pipermail/tz-announce/2014-May/000021.html Note that there are no data changes in this tzdata release.
1 parent 4aee5df commit aff2ff3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

data/SOURCE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
The files in this directory were obtained from the IANA Time Zone Database
2-
http://www.iana.org/time-zones, version 2014c.
2+
http://www.iana.org/time-zones, version 2014d.

lib/tzinfo/data/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module Version
88

99
# The version of the {IANA Time Zone Database}[http://www.iana.org/time-zones]
1010
# used to generate this version of TZInfo::Data.
11-
TZDATA = '2014c'
11+
TZDATA = '2014d'
1212
end
1313
end
1414
end

tzinfo-data.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'tzinfo-data'
3-
s.version = '1.2014.3'
3+
s.version = '1.2014.4'
44
s.summary = 'Timezone Data for TZInfo'
55
s.description = 'TZInfo::Data contains data from the IANA Time Zone database packaged as Ruby modules for use with TZInfo.'
66
s.author = 'Philip Ross'

0 commit comments

Comments
 (0)