ziptz 1.0.24 → 1.0.25

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec4f43eed8de5f381cc89a0d6b32628cbd6cc4cf
4
- data.tar.gz: fb3605a62095fe59f3e6c8ff2e157318fc04934d
3
+ metadata.gz: 98a8ced56980c5e6264cc117c0471f56a47aa2bc
4
+ data.tar.gz: dcd9ae1b7c525480cfa0006f65df8a1bb93b87e2
5
5
  SHA512:
6
- metadata.gz: f714fe66fd0dc076abff1198c0558dc89ea33144e4810a00f7dd422354e4448befd6904f965fda20c571bc79016ae9df924481e35d936990592287e37b01ac39
7
- data.tar.gz: 631d3b473b2258b8fa8ab638a91f4b5937583114bca7d8aa0989cc182429775bf9283427ca0234ca270a1895ccb3f6c419fa4e5f7b9141c836a1c9bb01a67035
6
+ metadata.gz: 972151223b4e6638734411f7b0060bdc37b86d0042a7dd225502cc1d17d9e486d8917d2a0006e1c0aebd9286e40f56a9d293225e0f5fd832b99ddcd5d780a0ce
7
+ data.tar.gz: 757331d43863b9f553078838fa180f7aa10d53ff440ba4148b826a127797bfdda3952d7db794178c70a15a42b777ad01d9e12b4b2f3a31a4bb64c3183b2e0975
data/Gemfile CHANGED
@@ -2,10 +2,11 @@ gemspec
2
2
  source 'https://rubygems.org'
3
3
 
4
4
  group :development, :test do
5
- gem 'rake'
6
5
  gem 'activerecord'
7
- gem 'mysql2'
8
- gem 'rspec'
9
6
  gem 'guard'
10
7
  gem 'guard-rspec'
8
+ gem 'mysql2'
9
+ gem 'rake'
10
+ gem 'rspec'
11
+ gem 'rubocop'
11
12
  end
@@ -6,24 +6,25 @@ PATH
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activemodel (5.0.1)
10
- activesupport (= 5.0.1)
11
- activerecord (5.0.1)
12
- activemodel (= 5.0.1)
13
- activesupport (= 5.0.1)
14
- arel (~> 7.0)
15
- activesupport (5.0.1)
9
+ activemodel (5.1.1)
10
+ activesupport (= 5.1.1)
11
+ activerecord (5.1.1)
12
+ activemodel (= 5.1.1)
13
+ activesupport (= 5.1.1)
14
+ arel (~> 8.0)
15
+ activesupport (5.1.1)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (~> 0.7)
18
18
  minitest (~> 5.1)
19
19
  tzinfo (~> 1.1)
20
- arel (7.1.4)
20
+ arel (8.0.0)
21
+ ast (2.3.0)
21
22
  coderay (1.1.1)
22
- concurrent-ruby (1.0.4)
23
- diff-lcs (1.2.5)
24
- ffi (1.9.14)
23
+ concurrent-ruby (1.0.5)
24
+ diff-lcs (1.3)
25
+ ffi (1.9.18)
25
26
  formatador (0.2.5)
26
- guard (2.14.0)
27
+ guard (2.14.1)
27
28
  formatador (>= 0.2.4)
28
29
  listen (>= 2.7, < 4.0)
29
30
  lumberjack (~> 1.0)
@@ -37,47 +38,62 @@ GEM
37
38
  guard (~> 2.1)
38
39
  guard-compat (~> 1.1)
39
40
  rspec (>= 2.99.0, < 4.0)
40
- i18n (0.7.0)
41
+ i18n (0.8.4)
41
42
  listen (3.1.5)
42
43
  rb-fsevent (~> 0.9, >= 0.9.4)
43
44
  rb-inotify (~> 0.9, >= 0.9.7)
44
45
  ruby_dep (~> 1.2)
45
- lumberjack (1.0.10)
46
+ lumberjack (1.0.12)
46
47
  method_source (0.8.2)
47
- minitest (5.10.1)
48
- mysql2 (0.4.5)
48
+ minitest (5.10.2)
49
+ mysql2 (0.4.6)
49
50
  nenv (0.3.0)
50
51
  notiffany (0.1.1)
51
52
  nenv (~> 0.1)
52
53
  shellany (~> 0.0)
54
+ parallel (1.11.2)
55
+ parser (2.4.0.0)
56
+ ast (~> 2.2)
57
+ powerpack (0.1.1)
53
58
  pry (0.10.4)
54
59
  coderay (~> 1.1.0)
55
60
  method_source (~> 0.8.1)
56
61
  slop (~> 3.4)
62
+ rainbow (2.2.2)
63
+ rake
57
64
  rake (12.0.0)
58
65
  rb-fsevent (0.9.8)
59
- rb-inotify (0.9.7)
66
+ rb-inotify (0.9.8)
60
67
  ffi (>= 0.5.0)
61
- rspec (3.5.0)
62
- rspec-core (~> 3.5.0)
63
- rspec-expectations (~> 3.5.0)
64
- rspec-mocks (~> 3.5.0)
65
- rspec-core (3.5.4)
66
- rspec-support (~> 3.5.0)
67
- rspec-expectations (3.5.0)
68
+ rspec (3.6.0)
69
+ rspec-core (~> 3.6.0)
70
+ rspec-expectations (~> 3.6.0)
71
+ rspec-mocks (~> 3.6.0)
72
+ rspec-core (3.6.0)
73
+ rspec-support (~> 3.6.0)
74
+ rspec-expectations (3.6.0)
68
75
  diff-lcs (>= 1.2.0, < 2.0)
69
- rspec-support (~> 3.5.0)
70
- rspec-mocks (3.5.0)
76
+ rspec-support (~> 3.6.0)
77
+ rspec-mocks (3.6.0)
71
78
  diff-lcs (>= 1.2.0, < 2.0)
72
- rspec-support (~> 3.5.0)
73
- rspec-support (3.5.0)
79
+ rspec-support (~> 3.6.0)
80
+ rspec-support (3.6.0)
81
+ rubocop (0.49.1)
82
+ parallel (~> 1.10)
83
+ parser (>= 2.3.3.1, < 3.0)
84
+ powerpack (~> 0.1)
85
+ rainbow (>= 1.99.1, < 3.0)
86
+ ruby-progressbar (~> 1.7)
87
+ unicode-display_width (~> 1.0, >= 1.0.1)
88
+ ruby-progressbar (1.8.1)
74
89
  ruby_dep (1.5.0)
75
90
  shellany (0.0.1)
76
91
  slop (3.6.0)
77
92
  thor (0.19.4)
78
- thread_safe (0.3.5)
79
- tzinfo (1.2.2)
93
+ thread_safe (0.3.6)
94
+ tzinfo (1.2.3)
80
95
  thread_safe (~> 0.1)
96
+ unicode-display_width (1.2.1)
81
97
 
82
98
  PLATFORMS
83
99
  ruby
@@ -89,6 +105,7 @@ DEPENDENCIES
89
105
  mysql2
90
106
  rake
91
107
  rspec
108
+ rubocop
92
109
  ziptz!
93
110
 
94
111
  BUNDLED WITH
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Get the time zone for any US ZIP code.
8
8
 
9
- <i>ZIP codes are up to date as of <b>June 2017</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>July 2017</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
@@ -672,7 +672,6 @@
672
672
  02215=5
673
673
  02217=5
674
674
  02222=5
675
- 02228=5
676
675
  02238=5
677
676
  02241=5
678
677
  02266=5
@@ -872,7 +871,6 @@
872
871
  02777=5
873
872
  02779=5
874
873
  02780=5
875
- 02783=5
876
874
  02790=5
877
875
  02791=5
878
876
  02801=5
@@ -1899,7 +1897,6 @@
1899
1897
  05494=5
1900
1898
  05495=5
1901
1899
  05501=5
1902
- 05544=5
1903
1900
  05601=5
1904
1901
  05602=5
1905
1902
  05603=5
@@ -2466,9 +2463,7 @@
2466
2463
  06912=5
2467
2464
  06913=5
2468
2465
  06914=5
2469
- 06920=5
2470
2466
  06921=5
2471
- 06922=5
2472
2467
  06926=5
2473
2468
  06927=5
2474
2469
  07001=5
@@ -3082,7 +3077,6 @@
3082
3077
  08638=5
3083
3078
  08640=5
3084
3079
  08641=5
3085
- 08644=5
3086
3080
  08645=5
3087
3081
  08646=5
3088
3082
  08647=5
@@ -3214,7 +3208,6 @@
3214
3208
  09028=0
3215
3209
  09033=0
3216
3210
  09034=0
3217
- 09038=0
3218
3211
  09044=0
3219
3212
  09046=0
3220
3213
  09049=0
@@ -3392,6 +3385,7 @@
3392
3385
  09609=0
3393
3386
  09610=0
3394
3387
  09613=0
3388
+ 09614=0
3395
3389
  09617=0
3396
3390
  09618=0
3397
3391
  09620=0
@@ -3512,7 +3506,6 @@
3512
3506
  09837=0
3513
3507
  09838=0
3514
3508
  09839=0
3515
- 09840=0
3516
3509
  09841=0
3517
3510
  09842=0
3518
3511
  09843=0
@@ -3637,7 +3630,6 @@
3637
3630
  10158=5
3638
3631
  10159=5
3639
3632
  10160=5
3640
- 10161=5
3641
3633
  10162=5
3642
3634
  10163=5
3643
3635
  10164=5
@@ -3665,7 +3657,6 @@
3665
3657
  10242=5
3666
3658
  10249=5
3667
3659
  10256=5
3668
- 10257=5
3669
3660
  10258=5
3670
3661
  10259=5
3671
3662
  10260=5
@@ -3688,7 +3679,6 @@
3688
3679
  10282=5
3689
3680
  10285=5
3690
3681
  10286=5
3691
- 10292=5
3692
3682
  10301=5
3693
3683
  10302=5
3694
3684
  10303=5
@@ -4161,9 +4151,7 @@
4161
4151
  11803=5
4162
4152
  11804=5
4163
4153
  11815=5
4164
- 11819=5
4165
4154
  11853=5
4166
- 11854=5
4167
4155
  11901=5
4168
4156
  11930=5
4169
4157
  11931=5
@@ -4396,9 +4384,7 @@
4396
4384
  12248=5
4397
4385
  12249=5
4398
4386
  12250=5
4399
- 12252=5
4400
4387
  12255=5
4401
- 12256=5
4402
4388
  12257=5
4403
4389
  12260=5
4404
4390
  12261=5
@@ -6703,7 +6689,6 @@
6703
6689
  17009=5
6704
6690
  17010=5
6705
6691
  17011=5
6706
- 17012=5
6707
6692
  17013=5
6708
6693
  17014=5
6709
6694
  17015=5
@@ -7489,7 +7474,6 @@
7489
7474
  18921=5
7490
7475
  18922=5
7491
7476
  18923=5
7492
- 18924=5
7493
7477
  18925=5
7494
7478
  18927=5
7495
7479
  18928=5
@@ -8685,14 +8669,12 @@
8685
8669
  21275=5
8686
8670
  21278=5
8687
8671
  21279=5
8688
- 21280=5
8689
8672
  21281=5
8690
8673
  21282=5
8691
8674
  21284=5
8692
8675
  21285=5
8693
8676
  21286=5
8694
8677
  21287=5
8695
- 21288=5
8696
8678
  21289=5
8697
8679
  21290=5
8698
8680
  21297=5
@@ -11542,7 +11524,6 @@
11542
11524
  28244=5
11543
11525
  28246=5
11544
11526
  28247=5
11545
- 28250=5
11546
11527
  28253=5
11547
11528
  28254=5
11548
11529
  28255=5
@@ -12666,7 +12647,6 @@
12666
12647
  30160=5
12667
12648
  30161=5
12668
12649
  30162=5
12669
- 30163=5
12670
12650
  30164=5
12671
12651
  30165=5
12672
12652
  30168=5
@@ -14474,7 +14454,6 @@
14474
14454
  33733=5
14475
14455
  33734=5
14476
14456
  33736=5
14477
- 33737=5
14478
14457
  33738=5
14479
14458
  33740=5
14480
14459
  33741=5
@@ -15176,7 +15155,6 @@
15176
15155
  35480=6
15177
15156
  35481=6
15178
15157
  35482=6
15179
- 35485=6
15180
15158
  35486=6
15181
15159
  35487=6
15182
15160
  35490=6
@@ -15589,7 +15567,6 @@
15589
15567
  36511=6
15590
15568
  36512=6
15591
15569
  36513=6
15592
- 36515=6
15593
15570
  36518=6
15594
15571
  36521=6
15595
15572
  36522=6
@@ -19599,7 +19576,6 @@
19599
19576
  46183=5
19600
19577
  46184=5
19601
19578
  46186=5
19602
- 46197=5
19603
19579
  46201=5
19604
19580
  46202=5
19605
19581
  46203=5
@@ -19609,8 +19585,6 @@
19609
19585
  46207=5
19610
19586
  46208=5
19611
19587
  46209=5
19612
- 46210=5
19613
- 46211=5
19614
19588
  46213=5
19615
19589
  46214=5
19616
19590
  46216=5
@@ -19648,10 +19622,7 @@
19648
19622
  46259=5
19649
19623
  46260=5
19650
19624
  46262=5
19651
- 46266=5
19652
19625
  46268=5
19653
- 46274=5
19654
- 46275=5
19655
19626
  46277=5
19656
19627
  46278=5
19657
19628
  46280=5
@@ -19659,9 +19630,6 @@
19659
19630
  46283=5
19660
19631
  46285=5
19661
19632
  46290=5
19662
- 46291=5
19663
- 46295=5
19664
- 46296=5
19665
19633
  46298=5
19666
19634
  46301=6
19667
19635
  46302=6
@@ -20087,7 +20055,6 @@
20087
20055
  47249=5
20088
20056
  47250=5
20089
20057
  47260=5
20090
- 47261=5
20091
20058
  47263=5
20092
20059
  47264=5
20093
20060
  47265=5
@@ -20184,7 +20151,6 @@
20184
20151
  47436=5
20185
20152
  47437=5
20186
20153
  47438=5
20187
- 47439=5
20188
20154
  47441=5
20189
20155
  47443=5
20190
20156
  47445=5
@@ -20337,7 +20303,6 @@
20337
20303
  47807=5
20338
20304
  47808=5
20339
20305
  47809=5
20340
- 47830=5
20341
20306
  47831=5
20342
20307
  47832=5
20343
20308
  47833=5
@@ -20441,7 +20406,6 @@
20441
20406
  47981=5
20442
20407
  47982=5
20443
20408
  47983=5
20444
- 47984=5
20445
20409
  47986=5
20446
20410
  47987=5
20447
20411
  47988=5
@@ -20737,7 +20701,6 @@
20737
20701
  48386=5
20738
20702
  48387=5
20739
20703
  48390=5
20740
- 48391=5
20741
20704
  48393=5
20742
20705
  48397=5
20743
20706
  48401=5
@@ -22851,8 +22814,6 @@
22851
22814
  53237=6
22852
22815
  53259=6
22853
22816
  53263=6
22854
- 53267=6
22855
- 53268=6
22856
22817
  53274=6
22857
22818
  53278=6
22858
22819
  53288=6
@@ -22975,8 +22936,6 @@
22975
22936
  53744=6
22976
22937
  53774=6
22977
22938
  53777=6
22978
- 53778=6
22979
- 53779=6
22980
22939
  53782=6
22981
22940
  53783=6
22982
22941
  53784=6
@@ -23023,7 +22982,6 @@
23023
22982
  53924=6
23024
22983
  53925=6
23025
22984
  53926=6
23026
- 53927=6
23027
22985
  53928=6
23028
22986
  53929=6
23029
22987
  53930=6
@@ -23070,7 +23028,6 @@
23070
23028
  54006=6
23071
23029
  54007=6
23072
23030
  54009=6
23073
- 54010=6
23074
23031
  54011=6
23075
23032
  54013=6
23076
23033
  54014=6
@@ -23142,7 +23099,6 @@
23142
23099
  54175=6
23143
23100
  54177=6
23144
23101
  54180=6
23145
- 54182=6
23146
23102
  54201=6
23147
23103
  54202=6
23148
23104
  54204=6
@@ -23214,13 +23170,10 @@
23214
23170
  54428=6
23215
23171
  54429=6
23216
23172
  54430=6
23217
- 54432=6
23218
23173
  54433=6
23219
- 54434=6
23220
23174
  54435=6
23221
23175
  54436=6
23222
23176
  54437=6
23223
- 54439=6
23224
23177
  54440=6
23225
23178
  54441=6
23226
23179
  54442=6
@@ -23349,7 +23302,6 @@
23349
23302
  54637=6
23350
23303
  54638=6
23351
23304
  54639=6
23352
- 54640=6
23353
23305
  54641=6
23354
23306
  54642=6
23355
23307
  54643=6
@@ -23441,7 +23393,6 @@
23441
23393
  54814=6
23442
23394
  54816=6
23443
23395
  54817=6
23444
- 54818=6
23445
23396
  54819=6
23446
23397
  54820=6
23447
23398
  54821=6
@@ -23453,7 +23404,6 @@
23453
23404
  54829=6
23454
23405
  54830=6
23455
23406
  54832=6
23456
- 54834=6
23457
23407
  54835=6
23458
23408
  54836=6
23459
23409
  54837=6
@@ -23565,7 +23515,6 @@
23565
23515
  54986=6
23566
23516
  54990=6
23567
23517
  55001=6
23568
- 55002=6
23569
23518
  55003=6
23570
23519
  55005=6
23571
23520
  55006=6
@@ -23677,10 +23626,7 @@
23677
23626
  55164=6
23678
23627
  55165=6
23679
23628
  55170=6
23680
- 55172=6
23681
23629
  55175=6
23682
- 55187=6
23683
- 55188=6
23684
23630
  55301=6
23685
23631
  55302=6
23686
23632
  55303=6
@@ -23727,7 +23673,6 @@
23727
23673
  55345=6
23728
23674
  55346=6
23729
23675
  55347=6
23730
- 55348=6
23731
23676
  55349=6
23732
23677
  55350=6
23733
23678
  55352=6
@@ -23757,10 +23702,8 @@
23757
23702
  55377=6
23758
23703
  55378=6
23759
23704
  55379=6
23760
- 55380=6
23761
23705
  55381=6
23762
23706
  55382=6
23763
- 55383=6
23764
23707
  55384=6
23765
23708
  55385=6
23766
23709
  55386=6
@@ -23832,7 +23775,6 @@
23832
23775
  55467=6
23833
23776
  55470=6
23834
23777
  55472=6
23835
- 55473=6
23836
23778
  55474=6
23837
23779
  55478=6
23838
23780
  55479=6
@@ -23843,31 +23785,16 @@
23843
23785
  55486=6
23844
23786
  55487=6
23845
23787
  55488=6
23846
- 55550=6
23847
- 55551=6
23848
23788
  55553=6
23849
23789
  55554=6
23850
- 55558=6
23851
- 55568=6
23852
23790
  55569=6
23853
- 55570=6
23854
- 55571=6
23855
23791
  55572=6
23856
23792
  55573=6
23857
- 55574=6
23858
23793
  55575=6
23859
- 55576=6
23860
23794
  55577=6
23861
- 55578=6
23862
- 55579=6
23863
- 55583=6
23864
23795
  55592=6
23865
23796
  55593=6
23866
23797
  55594=6
23867
- 55595=6
23868
- 55596=6
23869
- 55597=6
23870
- 55598=6
23871
23798
  55599=6
23872
23799
  55601=6
23873
23800
  55602=6
@@ -23918,7 +23845,6 @@
23918
23845
  55744=6
23919
23846
  55745=6
23920
23847
  55746=6
23921
- 55747=6
23922
23848
  55748=6
23923
23849
  55749=6
23924
23850
  55750=6
@@ -24343,7 +24269,6 @@
24343
24269
  56399=6
24344
24270
  56401=6
24345
24271
  56425=6
24346
- 56430=6
24347
24272
  56431=6
24348
24273
  56433=6
24349
24274
  56434=6
@@ -24506,7 +24431,6 @@
24506
24431
  56679=6
24507
24432
  56680=6
24508
24433
  56681=6
24509
- 56682=6
24510
24434
  56683=6
24511
24435
  56684=6
24512
24436
  56685=6
@@ -25943,7 +25867,6 @@
25943
25867
  60203=6
25944
25868
  60204=6
25945
25869
  60208=6
25946
- 60209=6
25947
25870
  60301=6
25948
25871
  60302=6
25949
25872
  60303=6
@@ -26861,7 +26784,6 @@
26861
26784
  62244=6
26862
26785
  62245=6
26863
26786
  62246=6
26864
- 62247=6
26865
26787
  62248=6
26866
26788
  62249=6
26867
26789
  62250=6
@@ -27216,7 +27138,6 @@
27216
27138
  62852=6
27217
27139
  62853=6
27218
27140
  62854=6
27219
- 62855=6
27220
27141
  62856=6
27221
27142
  62858=6
27222
27143
  62859=6
@@ -27736,7 +27657,6 @@
27736
27657
  63935=6
27737
27658
  63936=6
27738
27659
  63937=6
27739
- 63938=6
27740
27660
  63939=6
27741
27661
  63940=6
27742
27662
  63941=6
@@ -29321,7 +29241,6 @@
29321
29241
  68117=6
29322
29242
  68118=6
29323
29243
  68119=6
29324
- 68120=6
29325
29244
  68122=6
29326
29245
  68123=6
29327
29246
  68124=6
@@ -29343,7 +29262,6 @@
29343
29262
  68147=6
29344
29263
  68152=6
29345
29264
  68154=6
29346
- 68155=6
29347
29265
  68157=6
29348
29266
  68164=6
29349
29267
  68172=6
@@ -31447,7 +31365,6 @@
31447
31365
  73178=6
31448
31366
  73179=6
31449
31367
  73184=6
31450
- 73185=6
31451
31368
  73189=6
31452
31369
  73190=6
31453
31370
  73194=6
@@ -33649,7 +33566,6 @@
33649
33566
  78044=6
33650
33567
  78045=6
33651
33568
  78046=6
33652
- 78049=6
33653
33569
  78050=6
33654
33570
  78052=6
33655
33571
  78054=6
@@ -34091,7 +34007,6 @@
34091
34007
  78766=6
34092
34008
  78767=6
34093
34009
  78768=6
34094
- 78769=6
34095
34010
  78772=6
34096
34011
  78773=6
34097
34012
  78774=6
@@ -34569,7 +34484,6 @@
34569
34484
  79976=7
34570
34485
  79978=7
34571
34486
  79980=7
34572
- 79990=7
34573
34487
  79995=7
34574
34488
  79996=7
34575
34489
  79997=7
@@ -34989,7 +34903,6 @@
34989
34903
  80939=7
34990
34904
  80941=7
34991
34905
  80942=7
34992
- 80944=7
34993
34906
  80946=7
34994
34907
  80947=7
34995
34908
  80949=7
@@ -35584,7 +35497,6 @@
35584
35497
  83553=8
35585
35498
  83554=8
35586
35499
  83555=8
35587
- 83601=7
35588
35500
  83602=7
35589
35501
  83604=7
35590
35502
  83605=7
@@ -35862,7 +35774,6 @@
35862
35774
  84132=7
35863
35775
  84133=7
35864
35776
  84134=7
35865
- 84136=7
35866
35777
  84138=7
35867
35778
  84139=7
35868
35779
  84141=7
@@ -35880,7 +35791,6 @@
35880
35791
  84171=7
35881
35792
  84180=7
35882
35793
  84184=7
35883
- 84189=7
35884
35794
  84190=7
35885
35795
  84199=7
35886
35796
  84201=7
@@ -36105,7 +36015,6 @@
36105
36015
  85022=7
36106
36016
  85023=7
36107
36017
  85024=7
36108
- 85025=7
36109
36018
  85026=7
36110
36019
  85027=7
36111
36020
  85028=7
@@ -36157,8 +36066,6 @@
36157
36066
  85085=7
36158
36067
  85086=7
36159
36068
  85087=7
36160
- 85097=7
36161
- 85098=7
36162
36069
  85117=7
36163
36070
  85118=7
36164
36071
  85119=7
@@ -36406,7 +36313,6 @@
36406
36313
  85654=7
36407
36314
  85655=7
36408
36315
  85658=7
36409
- 85662=7
36410
36316
  85670=7
36411
36317
  85671=7
36412
36318
  85701=7
@@ -38236,7 +38142,6 @@
38236
38142
  92509=8
38237
38143
  92513=8
38238
38144
  92514=8
38239
- 92515=8
38240
38145
  92516=8
38241
38146
  92517=8
38242
38147
  92518=8
@@ -38981,7 +38886,6 @@
38981
38886
  94283=8
38982
38887
  94284=8
38983
38888
  94285=8
38984
- 94286=8
38985
38889
  94287=8
38986
38890
  94288=8
38987
38891
  94289=8
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '1.0.24'
4
+ VERSION = '1.0.25'
5
5
 
6
6
  TZ_INFO = {
7
7
  '0' => {name: 'APO/FPO (time zone unknown)', offset: 0},
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.24
4
+ version: 1.0.25
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-06-08 00:00:00.000000000 Z
11
+ date: 2017-07-06 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