tzinfo 0.3.6 → 0.3.7

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
@@ -1,3 +1,9 @@
1
+ == Version 0.3.7 (tzdata v2008a) - 10-Mar-2008
2
+
3
+ * Updated to tzdata version 2008a
4
+ (http://article.gmane.org/gmane.comp.time.tz/2071).
5
+
6
+
1
7
  == Version 0.3.6 (tzdata v2007k) - 1-Jan-2008
2
8
 
3
9
  * Updated to tzdata version 2007k
data/Rakefile CHANGED
@@ -16,7 +16,7 @@ require 'rake/rdoctask'
16
16
  require 'rake/gempackagetask'
17
17
  require 'fileutils'
18
18
 
19
- PKG_VERSION = "0.3.6"
19
+ PKG_VERSION = "0.3.7"
20
20
  PKG_FILES = FileList[
21
21
  'CHANGES',
22
22
  'LICENSE',
@@ -113,7 +113,7 @@ module TZInfo
113
113
  tz.transition 2006, 10, :o5, 1160884800
114
114
  tz.transition 2007, 3, :o3, 1173582000
115
115
  tz.transition 2007, 10, :o5, 1192334400
116
- tz.transition 2008, 3, :o3, 1205031600
116
+ tz.transition 2008, 3, :o3, 1206846000
117
117
  tz.transition 2008, 10, :o5, 1223784000
118
118
  tz.transition 2009, 3, :o3, 1237086000
119
119
  tz.transition 2009, 10, :o5, 1255233600
@@ -98,7 +98,7 @@ module TZInfo
98
98
  tz.transition 2006, 10, :o5, 1160884800
99
99
  tz.transition 2007, 3, :o4, 1173582000
100
100
  tz.transition 2007, 10, :o5, 1192334400
101
- tz.transition 2008, 3, :o4, 1205031600
101
+ tz.transition 2008, 3, :o4, 1206846000
102
102
  tz.transition 2008, 10, :o5, 1223784000
103
103
  tz.transition 2009, 3, :o4, 1237086000
104
104
  tz.transition 2009, 10, :o5, 1255233600
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tzinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Ross
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-01-01 00:00:00 +00:00
12
+ date: 2008-03-10 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies: []
15
15