tzinfo 0.3.6 → 0.3.7
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 +6 -0
- data/Rakefile +1 -1
- data/lib/tzinfo/definitions/America/Santiago.rb +1 -1
- data/lib/tzinfo/definitions/Pacific/Easter.rb +1 -1
- metadata +2 -2
data/CHANGES
CHANGED
data/Rakefile
CHANGED
@@ -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,
|
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,
|
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.
|
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-
|
12
|
+
date: 2008-03-10 00:00:00 +00:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|