ziptz 1.0.25 → 1.0.26
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/Gemfile.lock +16 -16
- data/README.md +1 -1
- data/data/ziptz.data +43 -0
- data/lib/ziptz.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: 72f621f552c152bf6b85cda90804adea78c276bb
|
|
4
|
+
data.tar.gz: 61c651aceea77b7aff409a3d0708b269560f84bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51bfc704535f68e04ab51f43efc603eab4e7ac88a2542a22dacc59d5dfa12b48b8cdaee6987796bb37eca7129b127621075153037c700693ce7470282fabd1b1
|
|
7
|
+
data.tar.gz: 5f6e9ad8a8886b60fe7c145c179dc588213d89faebac99e1dad82666c8b74e70722358969db91bc4c4332bc60eb9405b069f5bc4631160ca83e3896c96042d0b
|
data/Gemfile.lock
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ziptz (1.0.
|
|
4
|
+
ziptz (1.0.26)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
activemodel (5.1.
|
|
10
|
-
activesupport (= 5.1.
|
|
11
|
-
activerecord (5.1.
|
|
12
|
-
activemodel (= 5.1.
|
|
13
|
-
activesupport (= 5.1.
|
|
9
|
+
activemodel (5.1.2)
|
|
10
|
+
activesupport (= 5.1.2)
|
|
11
|
+
activerecord (5.1.2)
|
|
12
|
+
activemodel (= 5.1.2)
|
|
13
|
+
activesupport (= 5.1.2)
|
|
14
14
|
arel (~> 8.0)
|
|
15
|
-
activesupport (5.1.
|
|
15
|
+
activesupport (5.1.2)
|
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
17
|
i18n (~> 0.7)
|
|
18
18
|
minitest (~> 5.1)
|
|
@@ -38,20 +38,20 @@ GEM
|
|
|
38
38
|
guard (~> 2.1)
|
|
39
39
|
guard-compat (~> 1.1)
|
|
40
40
|
rspec (>= 2.99.0, < 4.0)
|
|
41
|
-
i18n (0.8.
|
|
41
|
+
i18n (0.8.6)
|
|
42
42
|
listen (3.1.5)
|
|
43
43
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
44
44
|
rb-inotify (~> 0.9, >= 0.9.7)
|
|
45
45
|
ruby_dep (~> 1.2)
|
|
46
46
|
lumberjack (1.0.12)
|
|
47
47
|
method_source (0.8.2)
|
|
48
|
-
minitest (5.10.
|
|
49
|
-
mysql2 (0.4.
|
|
48
|
+
minitest (5.10.3)
|
|
49
|
+
mysql2 (0.4.8)
|
|
50
50
|
nenv (0.3.0)
|
|
51
51
|
notiffany (0.1.1)
|
|
52
52
|
nenv (~> 0.1)
|
|
53
53
|
shellany (~> 0.0)
|
|
54
|
-
parallel (1.
|
|
54
|
+
parallel (1.12.0)
|
|
55
55
|
parser (2.4.0.0)
|
|
56
56
|
ast (~> 2.2)
|
|
57
57
|
powerpack (0.1.1)
|
|
@@ -62,9 +62,9 @@ GEM
|
|
|
62
62
|
rainbow (2.2.2)
|
|
63
63
|
rake
|
|
64
64
|
rake (12.0.0)
|
|
65
|
-
rb-fsevent (0.
|
|
66
|
-
rb-inotify (0.9.
|
|
67
|
-
ffi (>= 0.5.0)
|
|
65
|
+
rb-fsevent (0.10.2)
|
|
66
|
+
rb-inotify (0.9.10)
|
|
67
|
+
ffi (>= 0.5.0, < 2)
|
|
68
68
|
rspec (3.6.0)
|
|
69
69
|
rspec-core (~> 3.6.0)
|
|
70
70
|
rspec-expectations (~> 3.6.0)
|
|
@@ -93,7 +93,7 @@ GEM
|
|
|
93
93
|
thread_safe (0.3.6)
|
|
94
94
|
tzinfo (1.2.3)
|
|
95
95
|
thread_safe (~> 0.1)
|
|
96
|
-
unicode-display_width (1.
|
|
96
|
+
unicode-display_width (1.3.0)
|
|
97
97
|
|
|
98
98
|
PLATFORMS
|
|
99
99
|
ruby
|
|
@@ -109,4 +109,4 @@ DEPENDENCIES
|
|
|
109
109
|
ziptz!
|
|
110
110
|
|
|
111
111
|
BUNDLED WITH
|
|
112
|
-
1.
|
|
112
|
+
1.15.3
|
data/README.md
CHANGED
data/data/ziptz.data
CHANGED
|
@@ -3077,6 +3077,7 @@
|
|
|
3077
3077
|
08638=5
|
|
3078
3078
|
08640=5
|
|
3079
3079
|
08641=5
|
|
3080
|
+
08644=5
|
|
3080
3081
|
08645=5
|
|
3081
3082
|
08646=5
|
|
3082
3083
|
08647=5
|
|
@@ -8669,12 +8670,14 @@
|
|
|
8669
8670
|
21275=5
|
|
8670
8671
|
21278=5
|
|
8671
8672
|
21279=5
|
|
8673
|
+
21280=5
|
|
8672
8674
|
21281=5
|
|
8673
8675
|
21282=5
|
|
8674
8676
|
21284=5
|
|
8675
8677
|
21285=5
|
|
8676
8678
|
21286=5
|
|
8677
8679
|
21287=5
|
|
8680
|
+
21288=5
|
|
8678
8681
|
21289=5
|
|
8679
8682
|
21290=5
|
|
8680
8683
|
21297=5
|
|
@@ -19576,6 +19579,7 @@
|
|
|
19576
19579
|
46183=5
|
|
19577
19580
|
46184=5
|
|
19578
19581
|
46186=5
|
|
19582
|
+
46197=5
|
|
19579
19583
|
46201=5
|
|
19580
19584
|
46202=5
|
|
19581
19585
|
46203=5
|
|
@@ -19585,6 +19589,7 @@
|
|
|
19585
19589
|
46207=5
|
|
19586
19590
|
46208=5
|
|
19587
19591
|
46209=5
|
|
19592
|
+
46210=5
|
|
19588
19593
|
46213=5
|
|
19589
19594
|
46214=5
|
|
19590
19595
|
46216=5
|
|
@@ -19630,6 +19635,8 @@
|
|
|
19630
19635
|
46283=5
|
|
19631
19636
|
46285=5
|
|
19632
19637
|
46290=5
|
|
19638
|
+
46291=5
|
|
19639
|
+
46296=5
|
|
19633
19640
|
46298=5
|
|
19634
19641
|
46301=6
|
|
19635
19642
|
46302=6
|
|
@@ -22936,6 +22943,8 @@
|
|
|
22936
22943
|
53744=6
|
|
22937
22944
|
53774=6
|
|
22938
22945
|
53777=6
|
|
22946
|
+
53778=6
|
|
22947
|
+
53779=6
|
|
22939
22948
|
53782=6
|
|
22940
22949
|
53783=6
|
|
22941
22950
|
53784=6
|
|
@@ -23028,6 +23037,7 @@
|
|
|
23028
23037
|
54006=6
|
|
23029
23038
|
54007=6
|
|
23030
23039
|
54009=6
|
|
23040
|
+
54010=6
|
|
23031
23041
|
54011=6
|
|
23032
23042
|
54013=6
|
|
23033
23043
|
54014=6
|
|
@@ -23099,6 +23109,7 @@
|
|
|
23099
23109
|
54175=6
|
|
23100
23110
|
54177=6
|
|
23101
23111
|
54180=6
|
|
23112
|
+
54182=6
|
|
23102
23113
|
54201=6
|
|
23103
23114
|
54202=6
|
|
23104
23115
|
54204=6
|
|
@@ -23170,10 +23181,13 @@
|
|
|
23170
23181
|
54428=6
|
|
23171
23182
|
54429=6
|
|
23172
23183
|
54430=6
|
|
23184
|
+
54432=6
|
|
23173
23185
|
54433=6
|
|
23186
|
+
54434=6
|
|
23174
23187
|
54435=6
|
|
23175
23188
|
54436=6
|
|
23176
23189
|
54437=6
|
|
23190
|
+
54439=6
|
|
23177
23191
|
54440=6
|
|
23178
23192
|
54441=6
|
|
23179
23193
|
54442=6
|
|
@@ -23302,6 +23316,7 @@
|
|
|
23302
23316
|
54637=6
|
|
23303
23317
|
54638=6
|
|
23304
23318
|
54639=6
|
|
23319
|
+
54640=6
|
|
23305
23320
|
54641=6
|
|
23306
23321
|
54642=6
|
|
23307
23322
|
54643=6
|
|
@@ -23393,6 +23408,7 @@
|
|
|
23393
23408
|
54814=6
|
|
23394
23409
|
54816=6
|
|
23395
23410
|
54817=6
|
|
23411
|
+
54818=6
|
|
23396
23412
|
54819=6
|
|
23397
23413
|
54820=6
|
|
23398
23414
|
54821=6
|
|
@@ -23404,6 +23420,7 @@
|
|
|
23404
23420
|
54829=6
|
|
23405
23421
|
54830=6
|
|
23406
23422
|
54832=6
|
|
23423
|
+
54834=6
|
|
23407
23424
|
54835=6
|
|
23408
23425
|
54836=6
|
|
23409
23426
|
54837=6
|
|
@@ -23515,6 +23532,7 @@
|
|
|
23515
23532
|
54986=6
|
|
23516
23533
|
54990=6
|
|
23517
23534
|
55001=6
|
|
23535
|
+
55002=6
|
|
23518
23536
|
55003=6
|
|
23519
23537
|
55005=6
|
|
23520
23538
|
55006=6
|
|
@@ -23626,7 +23644,10 @@
|
|
|
23626
23644
|
55164=6
|
|
23627
23645
|
55165=6
|
|
23628
23646
|
55170=6
|
|
23647
|
+
55172=6
|
|
23629
23648
|
55175=6
|
|
23649
|
+
55187=6
|
|
23650
|
+
55188=6
|
|
23630
23651
|
55301=6
|
|
23631
23652
|
55302=6
|
|
23632
23653
|
55303=6
|
|
@@ -23673,6 +23694,7 @@
|
|
|
23673
23694
|
55345=6
|
|
23674
23695
|
55346=6
|
|
23675
23696
|
55347=6
|
|
23697
|
+
55348=6
|
|
23676
23698
|
55349=6
|
|
23677
23699
|
55350=6
|
|
23678
23700
|
55352=6
|
|
@@ -23702,6 +23724,7 @@
|
|
|
23702
23724
|
55377=6
|
|
23703
23725
|
55378=6
|
|
23704
23726
|
55379=6
|
|
23727
|
+
55380=6
|
|
23705
23728
|
55381=6
|
|
23706
23729
|
55382=6
|
|
23707
23730
|
55384=6
|
|
@@ -23775,6 +23798,7 @@
|
|
|
23775
23798
|
55467=6
|
|
23776
23799
|
55470=6
|
|
23777
23800
|
55472=6
|
|
23801
|
+
55473=6
|
|
23778
23802
|
55474=6
|
|
23779
23803
|
55478=6
|
|
23780
23804
|
55479=6
|
|
@@ -23785,16 +23809,27 @@
|
|
|
23785
23809
|
55486=6
|
|
23786
23810
|
55487=6
|
|
23787
23811
|
55488=6
|
|
23812
|
+
55550=6
|
|
23788
23813
|
55553=6
|
|
23789
23814
|
55554=6
|
|
23790
23815
|
55569=6
|
|
23816
|
+
55570=6
|
|
23817
|
+
55571=6
|
|
23791
23818
|
55572=6
|
|
23792
23819
|
55573=6
|
|
23820
|
+
55574=6
|
|
23793
23821
|
55575=6
|
|
23822
|
+
55576=6
|
|
23794
23823
|
55577=6
|
|
23824
|
+
55578=6
|
|
23825
|
+
55579=6
|
|
23795
23826
|
55592=6
|
|
23796
23827
|
55593=6
|
|
23797
23828
|
55594=6
|
|
23829
|
+
55595=6
|
|
23830
|
+
55596=6
|
|
23831
|
+
55597=6
|
|
23832
|
+
55598=6
|
|
23798
23833
|
55599=6
|
|
23799
23834
|
55601=6
|
|
23800
23835
|
55602=6
|
|
@@ -24269,6 +24304,7 @@
|
|
|
24269
24304
|
56399=6
|
|
24270
24305
|
56401=6
|
|
24271
24306
|
56425=6
|
|
24307
|
+
56430=6
|
|
24272
24308
|
56431=6
|
|
24273
24309
|
56433=6
|
|
24274
24310
|
56434=6
|
|
@@ -24431,6 +24467,7 @@
|
|
|
24431
24467
|
56679=6
|
|
24432
24468
|
56680=6
|
|
24433
24469
|
56681=6
|
|
24470
|
+
56682=6
|
|
24434
24471
|
56683=6
|
|
24435
24472
|
56684=6
|
|
24436
24473
|
56685=6
|
|
@@ -25867,6 +25904,7 @@
|
|
|
25867
25904
|
60203=6
|
|
25868
25905
|
60204=6
|
|
25869
25906
|
60208=6
|
|
25907
|
+
60209=6
|
|
25870
25908
|
60301=6
|
|
25871
25909
|
60302=6
|
|
25872
25910
|
60303=6
|
|
@@ -26784,6 +26822,7 @@
|
|
|
26784
26822
|
62244=6
|
|
26785
26823
|
62245=6
|
|
26786
26824
|
62246=6
|
|
26825
|
+
62247=6
|
|
26787
26826
|
62248=6
|
|
26788
26827
|
62249=6
|
|
26789
26828
|
62250=6
|
|
@@ -27138,6 +27177,7 @@
|
|
|
27138
27177
|
62852=6
|
|
27139
27178
|
62853=6
|
|
27140
27179
|
62854=6
|
|
27180
|
+
62855=6
|
|
27141
27181
|
62856=6
|
|
27142
27182
|
62858=6
|
|
27143
27183
|
62859=6
|
|
@@ -34007,6 +34047,7 @@
|
|
|
34007
34047
|
78766=6
|
|
34008
34048
|
78767=6
|
|
34009
34049
|
78768=6
|
|
34050
|
+
78769=6
|
|
34010
34051
|
78772=6
|
|
34011
34052
|
78773=6
|
|
34012
34053
|
78774=6
|
|
@@ -35774,6 +35815,7 @@
|
|
|
35774
35815
|
84132=7
|
|
35775
35816
|
84133=7
|
|
35776
35817
|
84134=7
|
|
35818
|
+
84136=7
|
|
35777
35819
|
84138=7
|
|
35778
35820
|
84139=7
|
|
35779
35821
|
84141=7
|
|
@@ -38886,6 +38928,7 @@
|
|
|
38886
38928
|
94283=8
|
|
38887
38929
|
94284=8
|
|
38888
38930
|
94285=8
|
|
38931
|
+
94286=8
|
|
38889
38932
|
94287=8
|
|
38890
38933
|
94288=8
|
|
38891
38934
|
94289=8
|
data/lib/ziptz.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.26
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Keith Morrison
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-08-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
|