timezone 0.4.2 → 0.4.3
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.
- checksums.yaml +4 -4
- data/CHANGES.markdown +4 -0
- data/data/America/Fort_Nelson +144 -0
- data/data/Asia/Istanbul +2 -2
- data/data/Europe/Istanbul +2 -2
- data/data/Pacific/Fiji +347 -347
- data/data/Pacific/Norfolk +4 -1
- data/data/Turkey +2 -2
- data/lib/timezone/version.rb +1 -1
- metadata +4 -3
data/data/Pacific/Norfolk
CHANGED
data/data/Turkey
CHANGED
|
@@ -124,8 +124,8 @@
|
|
|
124
124
|
13392000:EET:0:7200
|
|
125
125
|
18057600:EEST:1:10800
|
|
126
126
|
13305600:EET:0:7200
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
19353600:EEST:1:10800
|
|
128
|
+
12096000:EET:0:7200
|
|
129
129
|
18748800:EEST:1:10800
|
|
130
130
|
12700800:EET:0:7200
|
|
131
131
|
18748800:EEST:1:10800
|
data/lib/timezone/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: timezone
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pan Thomakos
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-10-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -216,6 +216,7 @@ files:
|
|
|
216
216
|
- data/America/Eirunepe
|
|
217
217
|
- data/America/El_Salvador
|
|
218
218
|
- data/America/Ensenada
|
|
219
|
+
- data/America/Fort_Nelson
|
|
219
220
|
- data/America/Fort_Wayne
|
|
220
221
|
- data/America/Fortaleza
|
|
221
222
|
- data/America/Glace_Bay
|
|
@@ -737,7 +738,7 @@ rubyforge_project: timezone
|
|
|
737
738
|
rubygems_version: 2.2.3
|
|
738
739
|
signing_key:
|
|
739
740
|
specification_version: 4
|
|
740
|
-
summary: timezone-0.4.
|
|
741
|
+
summary: timezone-0.4.3
|
|
741
742
|
test_files:
|
|
742
743
|
- test/basic_lookup_test.rb
|
|
743
744
|
- test/data/Helsinki_rules_without_timestamps.json
|