ziptz 1.0.11 → 1.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +42 -49
- data/README.md +1 -1
- data/data/ziptz.data +2 -2
- data/database.yml +2 -1
- data/lib/ziptz/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f2eeb055960d2792f580802c4dba3b10c485c3e
|
4
|
+
data.tar.gz: b868d55ba9ddcb11907371acbfb46a5917921d82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f09f9b67f8dac9e90bf30c984cf4d9f187c5841dc7801203d0d155c221ccffad4764298aaf4e2991d25b182fe555f70d8ade1133920b7ed50cc3bf8d24481b38
|
7
|
+
data.tar.gz: 149ce07310696154c88eaede1b1a75382da200c2a5b4fe149c25686beb49f88f338b9187eb769b9e032178f268a2fbfa1eb8bd39611812e81a5562fe83f49a47
|
data/Gemfile.lock
CHANGED
@@ -1,82 +1,75 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ziptz (1.0.
|
4
|
+
ziptz (1.0.11)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
activemodel (4.
|
10
|
-
activesupport (= 4.
|
9
|
+
activemodel (4.1.4)
|
10
|
+
activesupport (= 4.1.4)
|
11
11
|
builder (~> 3.1)
|
12
|
-
activerecord (4.
|
13
|
-
activemodel (= 4.
|
14
|
-
activesupport (= 4.
|
15
|
-
arel (~>
|
16
|
-
activesupport (4.
|
17
|
-
i18n (~> 0.
|
12
|
+
activerecord (4.1.4)
|
13
|
+
activemodel (= 4.1.4)
|
14
|
+
activesupport (= 4.1.4)
|
15
|
+
arel (~> 5.0.0)
|
16
|
+
activesupport (4.1.4)
|
17
|
+
i18n (~> 0.6, >= 0.6.9)
|
18
18
|
json (~> 1.7, >= 1.7.7)
|
19
19
|
minitest (~> 5.1)
|
20
|
-
thread_safe (~> 0.
|
20
|
+
thread_safe (~> 0.1)
|
21
21
|
tzinfo (~> 1.1)
|
22
|
-
arel (
|
22
|
+
arel (5.0.1.20140414130214)
|
23
23
|
builder (3.2.2)
|
24
|
+
celluloid (0.15.2)
|
25
|
+
timers (~> 1.1.0)
|
24
26
|
coderay (1.1.0)
|
25
27
|
diff-lcs (1.2.5)
|
26
|
-
ffi (1.9.
|
28
|
+
ffi (1.9.3)
|
27
29
|
formatador (0.2.5)
|
28
|
-
guard (2.
|
30
|
+
guard (2.6.1)
|
29
31
|
formatador (>= 0.2.4)
|
30
|
-
listen (
|
32
|
+
listen (~> 2.7)
|
31
33
|
lumberjack (~> 1.0)
|
32
|
-
nenv (~> 0.1)
|
33
|
-
notiffany (~> 0.0)
|
34
34
|
pry (>= 0.9.12)
|
35
|
-
shellany (~> 0.0)
|
36
35
|
thor (>= 0.18.1)
|
37
|
-
guard-
|
38
|
-
guard-rspec (4.6.0)
|
36
|
+
guard-rspec (4.2.10)
|
39
37
|
guard (~> 2.1)
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
38
|
+
rspec (>= 2.14, < 4.0)
|
39
|
+
i18n (0.6.9)
|
40
|
+
json (1.8.1)
|
41
|
+
listen (2.7.9)
|
42
|
+
celluloid (>= 0.15.2)
|
45
43
|
rb-fsevent (>= 0.9.3)
|
46
44
|
rb-inotify (>= 0.9)
|
47
45
|
lumberjack (1.0.9)
|
48
46
|
method_source (0.8.2)
|
49
|
-
minitest (5.
|
50
|
-
mysql2 (0.3.
|
51
|
-
|
52
|
-
notiffany (0.0.6)
|
53
|
-
nenv (~> 0.1)
|
54
|
-
shellany (~> 0.0)
|
55
|
-
pry (0.10.1)
|
47
|
+
minitest (5.3.5)
|
48
|
+
mysql2 (0.3.16)
|
49
|
+
pry (0.10.0)
|
56
50
|
coderay (~> 1.1.0)
|
57
51
|
method_source (~> 0.8.1)
|
58
52
|
slop (~> 3.4)
|
59
|
-
rb-fsevent (0.9.
|
53
|
+
rb-fsevent (0.9.4)
|
60
54
|
rb-inotify (0.9.5)
|
61
55
|
ffi (>= 0.5.0)
|
62
|
-
rspec (3.
|
63
|
-
rspec-core (~> 3.
|
64
|
-
rspec-expectations (~> 3.
|
65
|
-
rspec-mocks (~> 3.
|
66
|
-
rspec-core (3.
|
67
|
-
rspec-support (~> 3.
|
68
|
-
rspec-expectations (3.
|
69
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
70
|
-
rspec-support (~> 3.3.0)
|
71
|
-
rspec-mocks (3.3.1)
|
56
|
+
rspec (3.0.0)
|
57
|
+
rspec-core (~> 3.0.0)
|
58
|
+
rspec-expectations (~> 3.0.0)
|
59
|
+
rspec-mocks (~> 3.0.0)
|
60
|
+
rspec-core (3.0.2)
|
61
|
+
rspec-support (~> 3.0.0)
|
62
|
+
rspec-expectations (3.0.2)
|
72
63
|
diff-lcs (>= 1.2.0, < 2.0)
|
73
|
-
rspec-support (~> 3.
|
74
|
-
rspec-
|
75
|
-
|
76
|
-
|
64
|
+
rspec-support (~> 3.0.0)
|
65
|
+
rspec-mocks (3.0.2)
|
66
|
+
rspec-support (~> 3.0.0)
|
67
|
+
rspec-support (3.0.2)
|
68
|
+
slop (3.5.0)
|
77
69
|
thor (0.19.1)
|
78
|
-
thread_safe (0.3.
|
79
|
-
|
70
|
+
thread_safe (0.3.4)
|
71
|
+
timers (1.1.0)
|
72
|
+
tzinfo (1.2.1)
|
80
73
|
thread_safe (~> 0.1)
|
81
74
|
|
82
75
|
PLATFORMS
|
@@ -91,4 +84,4 @@ DEPENDENCIES
|
|
91
84
|
ziptz!
|
92
85
|
|
93
86
|
BUNDLED WITH
|
94
|
-
1.
|
87
|
+
1.11.2
|
data/README.md
CHANGED
data/data/ziptz.data
CHANGED
@@ -3246,6 +3246,7 @@
|
|
3246
3246
|
09143=0
|
3247
3247
|
09154=0
|
3248
3248
|
09160=0
|
3249
|
+
09161=0
|
3249
3250
|
09172=0
|
3250
3251
|
09173=0
|
3251
3252
|
09177=0
|
@@ -16314,7 +16315,6 @@
|
|
16314
16315
|
38139=6
|
16315
16316
|
38141=6
|
16316
16317
|
38145=6
|
16317
|
-
38147=6
|
16318
16318
|
38148=6
|
16319
16319
|
38150=6
|
16320
16320
|
38151=6
|
@@ -17313,7 +17313,6 @@
|
|
17313
17313
|
40442=5
|
17314
17314
|
40444=5
|
17315
17315
|
40445=5
|
17316
|
-
40446=5
|
17317
17316
|
40447=5
|
17318
17317
|
40448=5
|
17319
17318
|
40452=5
|
@@ -40063,6 +40062,7 @@
|
|
40063
40062
|
96631=0
|
40064
40063
|
96632=0
|
40065
40064
|
96643=0
|
40065
|
+
96649=0
|
40066
40066
|
96650=0
|
40067
40067
|
96657=0
|
40068
40068
|
96660=0
|
data/database.yml
CHANGED
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.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Keith Morrison
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-04-01 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
|
@@ -52,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
52
52
|
version: '0'
|
53
53
|
requirements: []
|
54
54
|
rubyforge_project:
|
55
|
-
rubygems_version: 2.4.
|
55
|
+
rubygems_version: 2.4.5
|
56
56
|
signing_key:
|
57
57
|
specification_version: 4
|
58
58
|
summary: TimeZone for any 5-digit US zip code
|