ziptz 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +24 -30
- data/data/ziptz.data +12 -9
- data/lib/ziptz/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54ab0f3b0f7ee32fd547ed8cf6bb5876e5cf864a
|
4
|
+
data.tar.gz: bd704051d434ef768ccca992fb6e59af06e0c977
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f61a6563f46bb67715cb33b98083dfb25e6eaccff8bfe773919f87ba40d4fdff0f4055d37d10f36e3334d9144dc478ac90654071ae3785d95e7c0696847ebbe7
|
7
|
+
data.tar.gz: 1a382f20317c11d0a446dd73464b64febfc537a49bac5e0687df3e5fab21cd5288f5dd5c60208aaaf30790de0ef8cbb9f89279e0a649870188c50e5cd02c201e
|
data/Gemfile.lock
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ziptz (1.0.
|
4
|
+
ziptz (1.0.3)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
activemodel (4.2.
|
10
|
-
activesupport (= 4.2.
|
9
|
+
activemodel (4.2.3)
|
10
|
+
activesupport (= 4.2.3)
|
11
11
|
builder (~> 3.1)
|
12
|
-
activerecord (4.2.
|
13
|
-
activemodel (= 4.2.
|
14
|
-
activesupport (= 4.2.
|
12
|
+
activerecord (4.2.3)
|
13
|
+
activemodel (= 4.2.3)
|
14
|
+
activesupport (= 4.2.3)
|
15
15
|
arel (~> 6.0)
|
16
|
-
activesupport (4.2.
|
16
|
+
activesupport (4.2.3)
|
17
17
|
i18n (~> 0.7)
|
18
18
|
json (~> 1.7, >= 1.7.7)
|
19
19
|
minitest (~> 5.1)
|
@@ -21,15 +21,13 @@ GEM
|
|
21
21
|
tzinfo (~> 1.1)
|
22
22
|
arel (6.0.0)
|
23
23
|
builder (3.2.2)
|
24
|
-
celluloid (0.16.0)
|
25
|
-
timers (~> 4.0.0)
|
26
24
|
coderay (1.1.0)
|
27
25
|
diff-lcs (1.2.5)
|
28
|
-
ffi (1.9.
|
26
|
+
ffi (1.9.10)
|
29
27
|
formatador (0.2.5)
|
30
|
-
guard (2.12.
|
28
|
+
guard (2.12.7)
|
31
29
|
formatador (>= 0.2.4)
|
32
|
-
listen (
|
30
|
+
listen (>= 2.7, <= 4.0)
|
33
31
|
lumberjack (~> 1.0)
|
34
32
|
nenv (~> 0.1)
|
35
33
|
notiffany (~> 0.0)
|
@@ -37,15 +35,13 @@ GEM
|
|
37
35
|
shellany (~> 0.0)
|
38
36
|
thor (>= 0.18.1)
|
39
37
|
guard-compat (1.2.1)
|
40
|
-
guard-rspec (4.
|
38
|
+
guard-rspec (4.6.0)
|
41
39
|
guard (~> 2.1)
|
42
40
|
guard-compat (~> 1.1)
|
43
41
|
rspec (>= 2.99.0, < 4.0)
|
44
|
-
hitimes (1.2.2)
|
45
42
|
i18n (0.7.0)
|
46
|
-
json (1.8.
|
47
|
-
listen (
|
48
|
-
celluloid (~> 0.16.0)
|
43
|
+
json (1.8.3)
|
44
|
+
listen (3.0.1)
|
49
45
|
rb-fsevent (>= 0.9.3)
|
50
46
|
rb-inotify (>= 0.9)
|
51
47
|
lumberjack (1.0.9)
|
@@ -63,25 +59,23 @@ GEM
|
|
63
59
|
rb-fsevent (0.9.5)
|
64
60
|
rb-inotify (0.9.5)
|
65
61
|
ffi (>= 0.5.0)
|
66
|
-
rspec (3.
|
67
|
-
rspec-core (~> 3.
|
68
|
-
rspec-expectations (~> 3.
|
69
|
-
rspec-mocks (~> 3.
|
70
|
-
rspec-core (3.
|
71
|
-
rspec-support (~> 3.
|
72
|
-
rspec-expectations (3.
|
62
|
+
rspec (3.3.0)
|
63
|
+
rspec-core (~> 3.3.0)
|
64
|
+
rspec-expectations (~> 3.3.0)
|
65
|
+
rspec-mocks (~> 3.3.0)
|
66
|
+
rspec-core (3.3.1)
|
67
|
+
rspec-support (~> 3.3.0)
|
68
|
+
rspec-expectations (3.3.0)
|
73
69
|
diff-lcs (>= 1.2.0, < 2.0)
|
74
|
-
rspec-support (~> 3.
|
75
|
-
rspec-mocks (3.
|
70
|
+
rspec-support (~> 3.3.0)
|
71
|
+
rspec-mocks (3.3.1)
|
76
72
|
diff-lcs (>= 1.2.0, < 2.0)
|
77
|
-
rspec-support (~> 3.
|
78
|
-
rspec-support (3.
|
73
|
+
rspec-support (~> 3.3.0)
|
74
|
+
rspec-support (3.3.0)
|
79
75
|
shellany (0.0.1)
|
80
76
|
slop (3.6.0)
|
81
77
|
thor (0.19.1)
|
82
78
|
thread_safe (0.3.5)
|
83
|
-
timers (4.0.1)
|
84
|
-
hitimes
|
85
79
|
tzinfo (1.2.2)
|
86
80
|
thread_safe (~> 0.1)
|
87
81
|
|
data/data/ziptz.data
CHANGED
@@ -14140,11 +14140,14 @@
|
|
14140
14140
|
33188=5
|
14141
14141
|
33189=5
|
14142
14142
|
33190=5
|
14143
|
+
33191=5
|
14144
|
+
33192=5
|
14143
14145
|
33193=5
|
14144
14146
|
33194=5
|
14145
14147
|
33195=5
|
14146
14148
|
33196=5
|
14147
14149
|
33197=5
|
14150
|
+
33198=5
|
14148
14151
|
33199=5
|
14149
14152
|
33206=5
|
14150
14153
|
33222=5
|
@@ -25204,8 +25207,8 @@
|
|
25204
25207
|
58531=6
|
25205
25208
|
58532=6
|
25206
25209
|
58533=7
|
25207
|
-
58535=
|
25208
|
-
58538=
|
25210
|
+
58535=6
|
25211
|
+
58538=6
|
25209
25212
|
58540=6
|
25210
25213
|
58541=7
|
25211
25214
|
58542=6
|
@@ -25219,7 +25222,7 @@
|
|
25219
25222
|
58560=6
|
25220
25223
|
58561=6
|
25221
25224
|
58562=7
|
25222
|
-
58563=
|
25225
|
+
58563=6
|
25223
25226
|
58564=7
|
25224
25227
|
58565=6
|
25225
25228
|
58566=7
|
@@ -25300,7 +25303,7 @@
|
|
25300
25303
|
58752=6
|
25301
25304
|
58755=6
|
25302
25305
|
58756=6
|
25303
|
-
58757=
|
25306
|
+
58757=6
|
25304
25307
|
58758=6
|
25305
25308
|
58759=6
|
25306
25309
|
58760=6
|
@@ -41485,8 +41488,8 @@
|
|
41485
41488
|
99530=9
|
41486
41489
|
99540=9
|
41487
41490
|
99545=9
|
41488
|
-
99546=
|
41489
|
-
99547=
|
41491
|
+
99546=10
|
41492
|
+
99547=10
|
41490
41493
|
99548=9
|
41491
41494
|
99549=9
|
41492
41495
|
99550=9
|
@@ -41525,7 +41528,7 @@
|
|
41525
41528
|
99588=9
|
41526
41529
|
99589=9
|
41527
41530
|
99590=9
|
41528
|
-
99591=
|
41531
|
+
99591=10
|
41529
41532
|
99599=9
|
41530
41533
|
99602=9
|
41531
41534
|
99603=9
|
@@ -41560,7 +41563,7 @@
|
|
41560
41563
|
99635=9
|
41561
41564
|
99636=9
|
41562
41565
|
99637=9
|
41563
|
-
99638=
|
41566
|
+
99638=10
|
41564
41567
|
99639=9
|
41565
41568
|
99640=9
|
41566
41569
|
99641=9
|
@@ -41580,7 +41583,7 @@
|
|
41580
41583
|
99657=9
|
41581
41584
|
99658=9
|
41582
41585
|
99659=9
|
41583
|
-
99660=
|
41586
|
+
99660=10
|
41584
41587
|
99661=9
|
41585
41588
|
99662=9
|
41586
41589
|
99663=9
|
data/lib/ziptz/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ziptz
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Keith Morrison
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Get timezone info for all 5-digit US zip codes
|
14
14
|
email: keithm@infused.org
|