ziptz 1.0.23 → 1.0.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +43 -44
  3. data/README.md +1 -1
  4. data/data/ziptz.data +61 -0
  5. data/lib/ziptz.rb +1 -1
  6. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5a28aad3734fd849f66ea5c8b38b93258a9cf1c
4
- data.tar.gz: e57e1e862553dcbd67d5fdd485c5028847816d0a
3
+ metadata.gz: ec4f43eed8de5f381cc89a0d6b32628cbd6cc4cf
4
+ data.tar.gz: fb3605a62095fe59f3e6c8ff2e157318fc04934d
5
5
  SHA512:
6
- metadata.gz: e60855feff513f0603e121b570eb61b8b69c34e2378adee36aed5503fbe01fb9e71b5c737ed94e2ed8ff38703cef393ea0839f6008f5ace6e3ffeff99d9b30c9
7
- data.tar.gz: 5f87b18b4db48d5f5cfe546f914a36666fd953705301cca3b0425562d9d5ce9e48fcca69d0ee99d0f4fb6c4b40d5681f9eb8f17c28f0ffa2bda49ce7c5893a4f
6
+ metadata.gz: f714fe66fd0dc076abff1198c0558dc89ea33144e4810a00f7dd422354e4448befd6904f965fda20c571bc79016ae9df924481e35d936990592287e37b01ac39
7
+ data.tar.gz: 631d3b473b2258b8fa8ab638a91f4b5937583114bca7d8aa0989cc182429775bf9283427ca0234ca270a1895ccb3f6c419fa4e5f7b9141c836a1c9bb01a67035
data/Gemfile.lock CHANGED
@@ -1,33 +1,31 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (1.0.22)
4
+ ziptz (1.0.24)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activemodel (4.2.3)
10
- activesupport (= 4.2.3)
11
- builder (~> 3.1)
12
- activerecord (4.2.3)
13
- activemodel (= 4.2.3)
14
- activesupport (= 4.2.3)
15
- arel (~> 6.0)
16
- activesupport (4.2.3)
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)
16
+ concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (~> 0.7)
18
- json (~> 1.7, >= 1.7.7)
19
18
  minitest (~> 5.1)
20
- thread_safe (~> 0.3, >= 0.3.4)
21
19
  tzinfo (~> 1.1)
22
- arel (6.0.0)
23
- builder (3.2.2)
24
- coderay (1.1.0)
20
+ arel (7.1.4)
21
+ coderay (1.1.1)
22
+ concurrent-ruby (1.0.4)
25
23
  diff-lcs (1.2.5)
26
- ffi (1.9.10)
24
+ ffi (1.9.14)
27
25
  formatador (0.2.5)
28
- guard (2.12.7)
26
+ guard (2.14.0)
29
27
  formatador (>= 0.2.4)
30
- listen (>= 2.7, <= 4.0)
28
+ listen (>= 2.7, < 4.0)
31
29
  lumberjack (~> 1.0)
32
30
  nenv (~> 0.1)
33
31
  notiffany (~> 0.0)
@@ -35,47 +33,48 @@ GEM
35
33
  shellany (~> 0.0)
36
34
  thor (>= 0.18.1)
37
35
  guard-compat (1.2.1)
38
- guard-rspec (4.6.0)
36
+ guard-rspec (4.7.3)
39
37
  guard (~> 2.1)
40
38
  guard-compat (~> 1.1)
41
39
  rspec (>= 2.99.0, < 4.0)
42
40
  i18n (0.7.0)
43
- json (1.8.3)
44
- listen (3.0.1)
45
- rb-fsevent (>= 0.9.3)
46
- rb-inotify (>= 0.9)
47
- lumberjack (1.0.9)
41
+ listen (3.1.5)
42
+ rb-fsevent (~> 0.9, >= 0.9.4)
43
+ rb-inotify (~> 0.9, >= 0.9.7)
44
+ ruby_dep (~> 1.2)
45
+ lumberjack (1.0.10)
48
46
  method_source (0.8.2)
49
- minitest (5.7.0)
50
- mysql2 (0.3.18)
51
- nenv (0.2.0)
52
- notiffany (0.0.6)
47
+ minitest (5.10.1)
48
+ mysql2 (0.4.5)
49
+ nenv (0.3.0)
50
+ notiffany (0.1.1)
53
51
  nenv (~> 0.1)
54
52
  shellany (~> 0.0)
55
- pry (0.10.1)
53
+ pry (0.10.4)
56
54
  coderay (~> 1.1.0)
57
55
  method_source (~> 0.8.1)
58
56
  slop (~> 3.4)
59
- rake (10.4.2)
60
- rb-fsevent (0.9.5)
61
- rb-inotify (0.9.5)
57
+ rake (12.0.0)
58
+ rb-fsevent (0.9.8)
59
+ rb-inotify (0.9.7)
62
60
  ffi (>= 0.5.0)
63
- rspec (3.3.0)
64
- rspec-core (~> 3.3.0)
65
- rspec-expectations (~> 3.3.0)
66
- rspec-mocks (~> 3.3.0)
67
- rspec-core (3.3.1)
68
- rspec-support (~> 3.3.0)
69
- rspec-expectations (3.3.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)
70
68
  diff-lcs (>= 1.2.0, < 2.0)
71
- rspec-support (~> 3.3.0)
72
- rspec-mocks (3.3.1)
69
+ rspec-support (~> 3.5.0)
70
+ rspec-mocks (3.5.0)
73
71
  diff-lcs (>= 1.2.0, < 2.0)
74
- rspec-support (~> 3.3.0)
75
- rspec-support (3.3.0)
72
+ rspec-support (~> 3.5.0)
73
+ rspec-support (3.5.0)
74
+ ruby_dep (1.5.0)
76
75
  shellany (0.0.1)
77
76
  slop (3.6.0)
78
- thor (0.19.1)
77
+ thor (0.19.4)
79
78
  thread_safe (0.3.5)
80
79
  tzinfo (1.2.2)
81
80
  thread_safe (~> 0.1)
@@ -93,4 +92,4 @@ DEPENDENCIES
93
92
  ziptz!
94
93
 
95
94
  BUNDLED WITH
96
- 1.12.5
95
+ 1.13.7
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>March 2017</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>June 2017</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
data/data/ziptz.data CHANGED
@@ -672,6 +672,7 @@
672
672
  02215=5
673
673
  02217=5
674
674
  02222=5
675
+ 02228=5
675
676
  02238=5
676
677
  02241=5
677
678
  02266=5
@@ -871,6 +872,7 @@
871
872
  02777=5
872
873
  02779=5
873
874
  02780=5
875
+ 02783=5
874
876
  02790=5
875
877
  02791=5
876
878
  02801=5
@@ -1897,6 +1899,7 @@
1897
1899
  05494=5
1898
1900
  05495=5
1899
1901
  05501=5
1902
+ 05544=5
1900
1903
  05601=5
1901
1904
  05602=5
1902
1905
  05603=5
@@ -2463,7 +2466,9 @@
2463
2466
  06912=5
2464
2467
  06913=5
2465
2468
  06914=5
2469
+ 06920=5
2466
2470
  06921=5
2471
+ 06922=5
2467
2472
  06926=5
2468
2473
  06927=5
2469
2474
  07001=5
@@ -3209,6 +3214,7 @@
3209
3214
  09028=0
3210
3215
  09033=0
3211
3216
  09034=0
3217
+ 09038=0
3212
3218
  09044=0
3213
3219
  09046=0
3214
3220
  09049=0
@@ -3275,8 +3281,10 @@
3275
3281
  09311=0
3276
3282
  09312=0
3277
3283
  09313=0
3284
+ 09314=0
3278
3285
  09315=0
3279
3286
  09316=0
3287
+ 09317=0
3280
3288
  09319=0
3281
3289
  09320=0
3282
3290
  09321=0
@@ -3318,6 +3326,7 @@
3318
3326
  09469=0
3319
3327
  09470=0
3320
3328
  09494=0
3329
+ 09497=0
3321
3330
  09498=0
3322
3331
  09501=0
3323
3332
  09502=0
@@ -3464,6 +3473,7 @@
3464
3473
  09777=0
3465
3474
  09780=0
3466
3475
  09789=0
3476
+ 09800=0
3467
3477
  09801=0
3468
3478
  09802=0
3469
3479
  09803=0
@@ -3502,6 +3512,7 @@
3502
3512
  09837=0
3503
3513
  09838=0
3504
3514
  09839=0
3515
+ 09840=0
3505
3516
  09841=0
3506
3517
  09842=0
3507
3518
  09843=0
@@ -3626,6 +3637,7 @@
3626
3637
  10158=5
3627
3638
  10159=5
3628
3639
  10160=5
3640
+ 10161=5
3629
3641
  10162=5
3630
3642
  10163=5
3631
3643
  10164=5
@@ -3653,6 +3665,7 @@
3653
3665
  10242=5
3654
3666
  10249=5
3655
3667
  10256=5
3668
+ 10257=5
3656
3669
  10258=5
3657
3670
  10259=5
3658
3671
  10260=5
@@ -3675,6 +3688,7 @@
3675
3688
  10282=5
3676
3689
  10285=5
3677
3690
  10286=5
3691
+ 10292=5
3678
3692
  10301=5
3679
3693
  10302=5
3680
3694
  10303=5
@@ -4147,7 +4161,9 @@
4147
4161
  11803=5
4148
4162
  11804=5
4149
4163
  11815=5
4164
+ 11819=5
4150
4165
  11853=5
4166
+ 11854=5
4151
4167
  11901=5
4152
4168
  11930=5
4153
4169
  11931=5
@@ -4380,7 +4396,9 @@
4380
4396
  12248=5
4381
4397
  12249=5
4382
4398
  12250=5
4399
+ 12252=5
4383
4400
  12255=5
4401
+ 12256=5
4384
4402
  12257=5
4385
4403
  12260=5
4386
4404
  12261=5
@@ -6685,6 +6703,7 @@
6685
6703
  17009=5
6686
6704
  17010=5
6687
6705
  17011=5
6706
+ 17012=5
6688
6707
  17013=5
6689
6708
  17014=5
6690
6709
  17015=5
@@ -7470,6 +7489,7 @@
7470
7489
  18921=5
7471
7490
  18922=5
7472
7491
  18923=5
7492
+ 18924=5
7473
7493
  18925=5
7474
7494
  18927=5
7475
7495
  18928=5
@@ -11522,6 +11542,7 @@
11522
11542
  28244=5
11523
11543
  28246=5
11524
11544
  28247=5
11545
+ 28250=5
11525
11546
  28253=5
11526
11547
  28254=5
11527
11548
  28255=5
@@ -12645,6 +12666,7 @@
12645
12666
  30160=5
12646
12667
  30161=5
12647
12668
  30162=5
12669
+ 30163=5
12648
12670
  30164=5
12649
12671
  30165=5
12650
12672
  30168=5
@@ -14452,6 +14474,7 @@
14452
14474
  33733=5
14453
14475
  33734=5
14454
14476
  33736=5
14477
+ 33737=5
14455
14478
  33738=5
14456
14479
  33740=5
14457
14480
  33741=5
@@ -15153,6 +15176,7 @@
15153
15176
  35480=6
15154
15177
  35481=6
15155
15178
  35482=6
15179
+ 35485=6
15156
15180
  35486=6
15157
15181
  35487=6
15158
15182
  35490=6
@@ -15565,6 +15589,7 @@
15565
15589
  36511=6
15566
15590
  36512=6
15567
15591
  36513=6
15592
+ 36515=6
15568
15593
  36518=6
15569
15594
  36521=6
15570
15595
  36522=6
@@ -19585,6 +19610,7 @@
19585
19610
  46208=5
19586
19611
  46209=5
19587
19612
  46210=5
19613
+ 46211=5
19588
19614
  46213=5
19589
19615
  46214=5
19590
19616
  46216=5
@@ -19622,7 +19648,10 @@
19622
19648
  46259=5
19623
19649
  46260=5
19624
19650
  46262=5
19651
+ 46266=5
19625
19652
  46268=5
19653
+ 46274=5
19654
+ 46275=5
19626
19655
  46277=5
19627
19656
  46278=5
19628
19657
  46280=5
@@ -19631,6 +19660,7 @@
19631
19660
  46285=5
19632
19661
  46290=5
19633
19662
  46291=5
19663
+ 46295=5
19634
19664
  46296=5
19635
19665
  46298=5
19636
19666
  46301=6
@@ -20057,6 +20087,7 @@
20057
20087
  47249=5
20058
20088
  47250=5
20059
20089
  47260=5
20090
+ 47261=5
20060
20091
  47263=5
20061
20092
  47264=5
20062
20093
  47265=5
@@ -20153,6 +20184,7 @@
20153
20184
  47436=5
20154
20185
  47437=5
20155
20186
  47438=5
20187
+ 47439=5
20156
20188
  47441=5
20157
20189
  47443=5
20158
20190
  47445=5
@@ -20305,6 +20337,7 @@
20305
20337
  47807=5
20306
20338
  47808=5
20307
20339
  47809=5
20340
+ 47830=5
20308
20341
  47831=5
20309
20342
  47832=5
20310
20343
  47833=5
@@ -20408,6 +20441,7 @@
20408
20441
  47981=5
20409
20442
  47982=5
20410
20443
  47983=5
20444
+ 47984=5
20411
20445
  47986=5
20412
20446
  47987=5
20413
20447
  47988=5
@@ -20703,6 +20737,7 @@
20703
20737
  48386=5
20704
20738
  48387=5
20705
20739
  48390=5
20740
+ 48391=5
20706
20741
  48393=5
20707
20742
  48397=5
20708
20743
  48401=5
@@ -22816,6 +22851,8 @@
22816
22851
  53237=6
22817
22852
  53259=6
22818
22853
  53263=6
22854
+ 53267=6
22855
+ 53268=6
22819
22856
  53274=6
22820
22857
  53278=6
22821
22858
  53288=6
@@ -22986,6 +23023,7 @@
22986
23023
  53924=6
22987
23024
  53925=6
22988
23025
  53926=6
23026
+ 53927=6
22989
23027
  53928=6
22990
23028
  53929=6
22991
23029
  53930=6
@@ -23722,6 +23760,7 @@
23722
23760
  55380=6
23723
23761
  55381=6
23724
23762
  55382=6
23763
+ 55383=6
23725
23764
  55384=6
23726
23765
  55385=6
23727
23766
  55386=6
@@ -23805,8 +23844,11 @@
23805
23844
  55487=6
23806
23845
  55488=6
23807
23846
  55550=6
23847
+ 55551=6
23808
23848
  55553=6
23809
23849
  55554=6
23850
+ 55558=6
23851
+ 55568=6
23810
23852
  55569=6
23811
23853
  55570=6
23812
23854
  55571=6
@@ -23818,6 +23860,7 @@
23818
23860
  55577=6
23819
23861
  55578=6
23820
23862
  55579=6
23863
+ 55583=6
23821
23864
  55592=6
23822
23865
  55593=6
23823
23866
  55594=6
@@ -23875,6 +23918,7 @@
23875
23918
  55744=6
23876
23919
  55745=6
23877
23920
  55746=6
23921
+ 55747=6
23878
23922
  55748=6
23879
23923
  55749=6
23880
23924
  55750=6
@@ -25920,6 +25964,7 @@
25920
25964
  60415=6
25921
25965
  60416=6
25922
25966
  60417=6
25967
+ 60418=6
25923
25968
  60419=6
25924
25969
  60420=6
25925
25970
  60421=6
@@ -27691,6 +27736,7 @@
27691
27736
  63935=6
27692
27737
  63936=6
27693
27738
  63937=6
27739
+ 63938=6
27694
27740
  63939=6
27695
27741
  63940=6
27696
27742
  63941=6
@@ -29275,6 +29321,7 @@
29275
29321
  68117=6
29276
29322
  68118=6
29277
29323
  68119=6
29324
+ 68120=6
29278
29325
  68122=6
29279
29326
  68123=6
29280
29327
  68124=6
@@ -29296,6 +29343,7 @@
29296
29343
  68147=6
29297
29344
  68152=6
29298
29345
  68154=6
29346
+ 68155=6
29299
29347
  68157=6
29300
29348
  68164=6
29301
29349
  68172=6
@@ -31399,6 +31447,7 @@
31399
31447
  73178=6
31400
31448
  73179=6
31401
31449
  73184=6
31450
+ 73185=6
31402
31451
  73189=6
31403
31452
  73190=6
31404
31453
  73194=6
@@ -33600,6 +33649,7 @@
33600
33649
  78044=6
33601
33650
  78045=6
33602
33651
  78046=6
33652
+ 78049=6
33603
33653
  78050=6
33604
33654
  78052=6
33605
33655
  78054=6
@@ -34519,6 +34569,7 @@
34519
34569
  79976=7
34520
34570
  79978=7
34521
34571
  79980=7
34572
+ 79990=7
34522
34573
  79995=7
34523
34574
  79996=7
34524
34575
  79997=7
@@ -34938,6 +34989,7 @@
34938
34989
  80939=7
34939
34990
  80941=7
34940
34991
  80942=7
34992
+ 80944=7
34941
34993
  80946=7
34942
34994
  80947=7
34943
34995
  80949=7
@@ -35532,6 +35584,7 @@
35532
35584
  83553=8
35533
35585
  83554=8
35534
35586
  83555=8
35587
+ 83601=7
35535
35588
  83602=7
35536
35589
  83604=7
35537
35590
  83605=7
@@ -35827,6 +35880,7 @@
35827
35880
  84171=7
35828
35881
  84180=7
35829
35882
  84184=7
35883
+ 84189=7
35830
35884
  84190=7
35831
35885
  84199=7
35832
35886
  84201=7
@@ -36051,6 +36105,7 @@
36051
36105
  85022=7
36052
36106
  85023=7
36053
36107
  85024=7
36108
+ 85025=7
36054
36109
  85026=7
36055
36110
  85027=7
36056
36111
  85028=7
@@ -36102,6 +36157,8 @@
36102
36157
  85085=7
36103
36158
  85086=7
36104
36159
  85087=7
36160
+ 85097=7
36161
+ 85098=7
36105
36162
  85117=7
36106
36163
  85118=7
36107
36164
  85119=7
@@ -36349,6 +36406,7 @@
36349
36406
  85654=7
36350
36407
  85655=7
36351
36408
  85658=7
36409
+ 85662=7
36352
36410
  85670=7
36353
36411
  85671=7
36354
36412
  85701=7
@@ -38178,6 +38236,7 @@
38178
38236
  92509=8
38179
38237
  92513=8
38180
38238
  92514=8
38239
+ 92515=8
38181
38240
  92516=8
38182
38241
  92517=8
38183
38242
  92518=8
@@ -39921,11 +39980,13 @@
39921
39980
  96267=0
39922
39981
  96269=0
39923
39982
  96271=0
39983
+ 96273=0
39924
39984
  96275=0
39925
39985
  96276=0
39926
39986
  96278=0
39927
39987
  96283=0
39928
39988
  96284=0
39989
+ 96297=0
39929
39990
  96301=0
39930
39991
  96303=0
39931
39992
  96306=0
data/lib/ziptz.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '1.0.23'
4
+ VERSION = '1.0.24'
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.23
4
+ version: 1.0.24
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-03-03 00:00:00.000000000 Z
11
+ date: 2017-06-08 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
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  version: '0'
52
52
  requirements: []
53
53
  rubyforge_project:
54
- rubygems_version: 2.5.1
54
+ rubygems_version: 2.6.11
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: TimeZone for any 5-digit US zip code