tzinfo 0.3.23 → 0.3.24

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of tzinfo might be problematic. Click here for more details.

data/CHANGES CHANGED
@@ -1,3 +1,9 @@
1
+ == Version 0.3.24 (tzdata v2010o) - 15-Jan-2011
2
+
3
+ * Updated to tzdata version 2010o
4
+ (http://article.gmane.org/gmane.comp.time.tz/3473).
5
+
6
+
1
7
  == Version 0.3.23 (tzdata v2010l) - 19-Aug-2010
2
8
 
3
9
  * Updated to tzdata version 2010l
data/Rakefile CHANGED
@@ -40,7 +40,7 @@ def sh(*cmd, &block)
40
40
  end
41
41
 
42
42
 
43
- PKG_VERSION = "0.3.23"
43
+ PKG_VERSION = "0.3.24"
44
44
  PKG_FILES = FileList[
45
45
  'CHANGES',
46
46
  'LICENSE',
@@ -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
@@ -15,7 +15,7 @@ module TZInfo
15
15
  tz.transition 1911, 1, :o2, 3265701269, 1350
16
16
  tz.transition 1950, 1, :o3, 116797583, 48
17
17
  tz.transition 2010, 9, :o4, 1285498800
18
- tz.transition 2011, 4, :o3, 1301824800
18
+ tz.transition 2011, 4, :o3, 1301828400
19
19
  end
20
20
  end
21
21
  end
@@ -17,7 +17,7 @@ module TZInfo
17
17
  tz.transition 2009, 11, :o2, 1259416800
18
18
  tz.transition 2010, 3, :o1, 1269698400
19
19
  tz.transition 2010, 10, :o2, 1287842400
20
- tz.transition 2011, 3, :o1, 1301148000
20
+ tz.transition 2011, 3, :o1, 1299333600
21
21
  end
22
22
  end
23
23
  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, S Magnetic Pole'
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: 61
5
- prerelease: false
4
+ hash: 35
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 23
10
- version: 0.3.23
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: 2010-08-18 16:00:00 -07:00
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.3.7
692
+ rubygems_version: 1.4.2
693
693
  signing_key:
694
694
  specification_version: 3
695
695
  summary: Daylight-savings aware timezone library