tzinfo 0.3.23 → 0.3.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGES
CHANGED
data/Rakefile
CHANGED
|
@@ -77,8 +77,6 @@ module TZInfo
|
|
|
77
77
|
tz.transition 1975, 10, :o1, 182889000
|
|
78
78
|
tz.transition 1976, 4, :o2, 198617400
|
|
79
79
|
tz.transition 1976, 10, :o1, 214338600
|
|
80
|
-
tz.transition 1977, 4, :o2, 230067000
|
|
81
|
-
tz.transition 1977, 10, :o1, 245788200
|
|
82
80
|
tz.transition 1979, 5, :o2, 295385400
|
|
83
81
|
tz.transition 1979, 10, :o1, 309292200
|
|
84
82
|
end
|
|
@@ -38,7 +38,7 @@ module TZInfo
|
|
|
38
38
|
c.timezone 'Antarctica/Mawson', -338, 5, 3773, 60, 'Mawson Station, Holme Bay'
|
|
39
39
|
c.timezone 'Antarctica/Davis', -823, 12, 2339, 30, 'Davis Station, Vestfold Hills'
|
|
40
40
|
c.timezone 'Antarctica/Casey', -3977, 60, 6631, 60, 'Casey Station, Bailey Peninsula'
|
|
41
|
-
c.timezone 'Antarctica/Vostok', -392, 5, 1069, 10, 'Vostok Station,
|
|
41
|
+
c.timezone 'Antarctica/Vostok', -392, 5, 1069, 10, 'Vostok Station, Lake Vostok'
|
|
42
42
|
c.timezone 'Antarctica/DumontDUrville', -200, 3, 8401, 60, 'Dumont-d\'Urville Station, Terre Adelie'
|
|
43
43
|
c.timezone 'Antarctica/Syowa', -124211, 1800, 3959, 100, 'Syowa Station, E Ongul I'
|
|
44
44
|
c.timezone 'Antarctica/Macquarie', -109, 2, 3179, 20, 'Macquarie Island Station, Macquarie Island'
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tzinfo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 35
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 24
|
|
10
|
+
version: 0.3.24
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Philip Ross
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2011-01-14 16:00:00 -08:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
@@ -689,7 +689,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
689
689
|
requirements: []
|
|
690
690
|
|
|
691
691
|
rubyforge_project: tzinfo
|
|
692
|
-
rubygems_version: 1.
|
|
692
|
+
rubygems_version: 1.4.2
|
|
693
693
|
signing_key:
|
|
694
694
|
specification_version: 3
|
|
695
695
|
summary: Daylight-savings aware timezone library
|