ziptz 2.0.16 → 2.0.17

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
  SHA256:
3
- metadata.gz: 476bda3cca4100ee7cd231e5b6f14de4ff1f852d264c3c3991127a4682e09295
4
- data.tar.gz: a6e221f22ca98aa345fc4fef73408377febe30c814e1f1f9d2738b1874c8e472
3
+ metadata.gz: e060e600670acb81b6bf9c4e144f24806d249e0d76d8e7f659c6860598eca3a4
4
+ data.tar.gz: 383977e43f8655630be12344e9218bd57f3540f69e522f3ff750e2100c30ec08
5
5
  SHA512:
6
- metadata.gz: d3073331586b9643eb727b51e3c76d4186f06c7f0235e4cb7a295e6905de3683d42f5f4d9ba836d4469af8bf792fbf73ad155770a33005b6415d18f5c7915a0c
7
- data.tar.gz: c925f197a4b19c8e0b139410f911713b371e7910beca6e1cb07d14606a51d7993a65fae6773e6a99a649eae7e15dbf84f7d756ff49c99a7c36c805115b200715
6
+ metadata.gz: 793124b1eda635583b758ebcfd7978c88a53b4a391fc104c912391b89a4369263ce08a3a7f109a3878ec3344235e54ba3df0e7e688c21200610a9d07f54e73d1
7
+ data.tar.gz: 955d0563a22be3454f49c4780db1f5ff7a83fd04a5cdb0641e438668ea846f403a69e48528a37d2cbfe69958c18254295f93617cb3fb7a629da719f6dde84711
@@ -1,27 +1,27 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (2.0.15)
4
+ ziptz (2.0.17)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activemodel (5.2.3)
10
- activesupport (= 5.2.3)
11
- activerecord (5.2.3)
12
- activemodel (= 5.2.3)
13
- activesupport (= 5.2.3)
9
+ activemodel (5.2.2)
10
+ activesupport (= 5.2.2)
11
+ activerecord (5.2.2)
12
+ activemodel (= 5.2.2)
13
+ activesupport (= 5.2.2)
14
14
  arel (>= 9.0)
15
- activesupport (5.2.3)
15
+ activesupport (5.2.2)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 0.7, < 2)
18
18
  minitest (~> 5.1)
19
19
  tzinfo (~> 1.1)
20
20
  arel (9.0.0)
21
21
  ast (2.4.0)
22
- byebug (11.0.1)
22
+ byebug (10.0.2)
23
23
  coderay (1.1.2)
24
- concurrent-ruby (1.1.5)
24
+ concurrent-ruby (1.1.4)
25
25
  diff-lcs (1.3)
26
26
  ffi (1.10.0)
27
27
  formatador (0.2.5)
@@ -39,7 +39,7 @@ GEM
39
39
  guard (~> 2.1)
40
40
  guard-compat (~> 1.1)
41
41
  rspec (>= 2.99.0, < 4.0)
42
- i18n (1.6.0)
42
+ i18n (1.5.3)
43
43
  concurrent-ruby (~> 1.0)
44
44
  irb (1.0.0)
45
45
  jaro_winkler (1.5.2)
@@ -55,13 +55,13 @@ GEM
55
55
  notiffany (0.1.1)
56
56
  nenv (~> 0.1)
57
57
  shellany (~> 0.0)
58
- parallel (1.17.0)
59
- parser (2.6.2.1)
58
+ parallel (1.13.0)
59
+ parser (2.6.0.0)
60
60
  ast (~> 2.4.0)
61
+ powerpack (0.1.2)
61
62
  pry (0.12.2)
62
63
  coderay (~> 1.1.0)
63
64
  method_source (~> 0.9.0)
64
- psych (3.1.0)
65
65
  rainbow (3.0.0)
66
66
  rake (12.3.2)
67
67
  rb-fsevent (0.10.3)
@@ -80,16 +80,16 @@ GEM
80
80
  diff-lcs (>= 1.2.0, < 2.0)
81
81
  rspec-support (~> 3.8.0)
82
82
  rspec-support (3.8.0)
83
- rubocop (0.67.2)
83
+ rubocop (0.63.1)
84
84
  jaro_winkler (~> 1.5.1)
85
85
  parallel (~> 1.10)
86
86
  parser (>= 2.5, != 2.5.1.1)
87
- psych (>= 3.1.0)
87
+ powerpack (~> 0.1)
88
88
  rainbow (>= 2.2.2, < 4.0)
89
89
  ruby-progressbar (~> 1.7)
90
- unicode-display_width (>= 1.4.0, < 1.6)
91
- rubocop-performance (1.1.0)
92
- rubocop (>= 0.67.0)
90
+ unicode-display_width (~> 1.4.0)
91
+ rubocop-performance (1.0.0)
92
+ rubocop (>= 0.58.0)
93
93
  rubocop-rspec (1.32.0)
94
94
  rubocop (>= 0.60.0)
95
95
  ruby-progressbar (1.10.0)
@@ -102,7 +102,7 @@ GEM
102
102
  tty-cursor (~> 0.7)
103
103
  tzinfo (1.2.5)
104
104
  thread_safe (~> 0.1)
105
- unicode-display_width (1.5.0)
105
+ unicode-display_width (1.4.1)
106
106
 
107
107
  PLATFORMS
108
108
  ruby
@@ -124,4 +124,4 @@ DEPENDENCIES
124
124
  ziptz!
125
125
 
126
126
  BUNDLED WITH
127
- 1.17.3
127
+ 2.0.1
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Get time zone and daylight saving time for any US ZIP code.
8
8
 
9
- <i>ZIP codes are up to date as of <b>September 2019</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>October 2019</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ task default: :spec
14
14
 
15
15
  desc 'Open an irb session preloaded with this library'
16
16
  task :console do
17
- sh 'irb -rubygems -I lib -r ziptz.rb'
17
+ sh 'irb -r rubygems -I lib -r ziptz.rb'
18
18
  end
19
19
 
20
20
  desc 'Create ziptz db from zipcodes database'
@@ -125,6 +125,7 @@
125
125
  00851=0
126
126
  00901=0
127
127
  00902=0
128
+ 00905=0
128
129
  00906=0
129
130
  00907=0
130
131
  00908=0
@@ -3203,6 +3204,7 @@
3203
3204
  09020=1
3204
3205
  09021=1
3205
3206
  09028=1
3207
+ 09033=1
3206
3208
  09034=1
3207
3209
  09044=1
3208
3210
  09046=1
@@ -3210,10 +3212,12 @@
3210
3212
  09053=1
3211
3213
  09054=1
3212
3214
  09055=1
3215
+ 09059=1
3213
3216
  09060=1
3214
3217
  09067=1
3215
3218
  09068=1
3216
3219
  09069=1
3220
+ 09075=1
3217
3221
  09079=1
3218
3222
  09090=1
3219
3223
  09094=1
@@ -3234,8 +3238,10 @@
3234
3238
  09139=1
3235
3239
  09140=1
3236
3240
  09142=1
3241
+ 09143=1
3237
3242
  09154=1
3238
3243
  09160=1
3244
+ 09161=1
3239
3245
  09170=1
3240
3246
  09171=1
3241
3247
  09172=1
@@ -3257,6 +3263,7 @@
3257
3263
  09240=1
3258
3264
  09241=1
3259
3265
  09242=1
3266
+ 09245=1
3260
3267
  09250=1
3261
3268
  09261=1
3262
3269
  09263=1
@@ -3290,6 +3297,7 @@
3290
3297
  09321=1
3291
3298
  09322=1
3292
3299
  09323=1
3300
+ 09328=1
3293
3301
  09330=1
3294
3302
  09333=1
3295
3303
  09337=1
@@ -3303,11 +3311,19 @@
3303
3311
  09355=1
3304
3312
  09356=1
3305
3313
  09357=1
3314
+ 09360=1
3306
3315
  09363=1
3316
+ 09364=1
3307
3317
  09365=1
3308
3318
  09366=1
3319
+ 09368=1
3320
+ 09372=1
3321
+ 09373=1
3309
3322
  09378=1
3310
3323
  09381=1
3324
+ 09382=1
3325
+ 09397=1
3326
+ 09401=1
3311
3327
  09403=1
3312
3328
  09421=1
3313
3329
  09447=1
@@ -3466,6 +3482,7 @@
3466
3482
  09743=1
3467
3483
  09744=1
3468
3484
  09745=1
3485
+ 09747=1
3469
3486
  09748=1
3470
3487
  09749=1
3471
3488
  09750=1
@@ -3491,6 +3508,7 @@
3491
3508
  09804=1
3492
3509
  09805=1
3493
3510
  09806=1
3511
+ 09807=1
3494
3512
  09808=1
3495
3513
  09809=1
3496
3514
  09810=1
@@ -3517,12 +3535,14 @@
3517
3535
  09832=1
3518
3536
  09833=1
3519
3537
  09834=1
3538
+ 09835=1
3520
3539
  09836=1
3521
3540
  09837=1
3522
3541
  09838=1
3523
3542
  09839=1
3524
3543
  09841=1
3525
3544
  09842=1
3545
+ 09843=1
3526
3546
  09844=1
3527
3547
  09845=1
3528
3548
  09846=1
@@ -3551,6 +3571,7 @@
3551
3571
  09874=1
3552
3572
  09875=1
3553
3573
  09876=1
3574
+ 09877=1
3554
3575
  09880=1
3555
3576
  09890=1
3556
3577
  09892=1
@@ -3560,6 +3581,8 @@
3560
3581
  09902=1
3561
3582
  09903=1
3562
3583
  09904=1
3584
+ 09906=1
3585
+ 09907=1
3563
3586
  09908=1
3564
3587
  09909=1
3565
3588
  09910=1
@@ -6924,6 +6947,7 @@
6924
6947
  17350=1
6925
6948
  17352=1
6926
6949
  17353=1
6950
+ 17354=1
6927
6951
  17355=1
6928
6952
  17356=1
6929
6953
  17358=1
@@ -14681,7 +14705,6 @@
14681
14705
  34039=1
14682
14706
  34041=1
14683
14707
  34042=1
14684
- 34044=1
14685
14708
  34050=1
14686
14709
  34051=1
14687
14710
  34052=1
@@ -14711,6 +14734,9 @@
14711
14734
  34093=1
14712
14735
  34094=1
14713
14736
  34095=1
14737
+ 34096=1
14738
+ 34098=1
14739
+ 34099=1
14714
14740
  34101=1
14715
14741
  34102=1
14716
14742
  34103=1
@@ -22980,6 +23006,7 @@
22980
23006
  53785=1
22981
23007
  53786=1
22982
23008
  53788=1
23009
+ 53789=1
22983
23010
  53790=1
22984
23011
  53791=1
22985
23012
  53792=1
@@ -27262,6 +27289,7 @@
27262
27289
  62952=1
27263
27290
  62953=1
27264
27291
  62954=1
27292
+ 62955=1
27265
27293
  62956=1
27266
27294
  62957=1
27267
27295
  62958=1
@@ -35613,6 +35641,7 @@
35613
35641
  83726=1
35614
35642
  83728=1
35615
35643
  83729=1
35644
+ 83731=1
35616
35645
  83732=1
35617
35646
  83735=1
35618
35647
  83756=1
@@ -39976,6 +40005,7 @@
39976
40005
  96389=1
39977
40006
  96401=1
39978
40007
  96501=1
40008
+ 96502=1
39979
40009
  96504=1
39980
40010
  96505=1
39981
40011
  96507=1
@@ -39996,6 +40026,7 @@
39996
40026
  96538=1
39997
40027
  96539=1
39998
40028
  96540=1
40029
+ 96541=1
39999
40030
  96542=1
40000
40031
  96543=1
40001
40032
  96546=1
@@ -40032,8 +40063,12 @@
40032
40063
  96617=1
40033
40064
  96619=1
40034
40065
  96620=1
40066
+ 96621=1
40067
+ 96622=1
40068
+ 96624=1
40035
40069
  96628=1
40036
40070
  96629=1
40071
+ 96631=1
40037
40072
  96632=1
40038
40073
  96633=1
40039
40074
  96641=1
@@ -125,6 +125,7 @@
125
125
  00851=4
126
126
  00901=4
127
127
  00902=4
128
+ 00905=4
128
129
  00906=4
129
130
  00907=4
130
131
  00908=4
@@ -3203,6 +3204,7 @@
3203
3204
  09020=0
3204
3205
  09021=0
3205
3206
  09028=0
3207
+ 09033=0
3206
3208
  09034=0
3207
3209
  09044=0
3208
3210
  09046=0
@@ -3210,10 +3212,12 @@
3210
3212
  09053=0
3211
3213
  09054=0
3212
3214
  09055=0
3215
+ 09059=0
3213
3216
  09060=0
3214
3217
  09067=0
3215
3218
  09068=0
3216
3219
  09069=0
3220
+ 09075=0
3217
3221
  09079=0
3218
3222
  09090=0
3219
3223
  09094=0
@@ -3234,8 +3238,10 @@
3234
3238
  09139=0
3235
3239
  09140=0
3236
3240
  09142=0
3241
+ 09143=0
3237
3242
  09154=0
3238
3243
  09160=0
3244
+ 09161=0
3239
3245
  09170=0
3240
3246
  09171=0
3241
3247
  09172=0
@@ -3257,6 +3263,7 @@
3257
3263
  09240=0
3258
3264
  09241=0
3259
3265
  09242=0
3266
+ 09245=0
3260
3267
  09250=0
3261
3268
  09261=0
3262
3269
  09263=0
@@ -3290,6 +3297,7 @@
3290
3297
  09321=0
3291
3298
  09322=0
3292
3299
  09323=0
3300
+ 09328=0
3293
3301
  09330=0
3294
3302
  09333=0
3295
3303
  09337=0
@@ -3303,11 +3311,19 @@
3303
3311
  09355=0
3304
3312
  09356=0
3305
3313
  09357=0
3314
+ 09360=0
3306
3315
  09363=0
3316
+ 09364=0
3307
3317
  09365=0
3308
3318
  09366=0
3319
+ 09368=0
3320
+ 09372=0
3321
+ 09373=0
3309
3322
  09378=0
3310
3323
  09381=0
3324
+ 09382=0
3325
+ 09397=0
3326
+ 09401=0
3311
3327
  09403=0
3312
3328
  09421=0
3313
3329
  09447=0
@@ -3466,6 +3482,7 @@
3466
3482
  09743=0
3467
3483
  09744=0
3468
3484
  09745=0
3485
+ 09747=0
3469
3486
  09748=0
3470
3487
  09749=0
3471
3488
  09750=0
@@ -3491,6 +3508,7 @@
3491
3508
  09804=0
3492
3509
  09805=0
3493
3510
  09806=0
3511
+ 09807=0
3494
3512
  09808=0
3495
3513
  09809=0
3496
3514
  09810=0
@@ -3517,12 +3535,14 @@
3517
3535
  09832=0
3518
3536
  09833=0
3519
3537
  09834=0
3538
+ 09835=0
3520
3539
  09836=0
3521
3540
  09837=0
3522
3541
  09838=0
3523
3542
  09839=0
3524
3543
  09841=0
3525
3544
  09842=0
3545
+ 09843=0
3526
3546
  09844=0
3527
3547
  09845=0
3528
3548
  09846=0
@@ -3551,6 +3571,7 @@
3551
3571
  09874=0
3552
3572
  09875=0
3553
3573
  09876=0
3574
+ 09877=0
3554
3575
  09880=0
3555
3576
  09890=0
3556
3577
  09892=0
@@ -3560,6 +3581,8 @@
3560
3581
  09902=5
3561
3582
  09903=5
3562
3583
  09904=5
3584
+ 09906=5
3585
+ 09907=5
3563
3586
  09908=5
3564
3587
  09909=5
3565
3588
  09910=5
@@ -6924,6 +6947,7 @@
6924
6947
  17350=5
6925
6948
  17352=5
6926
6949
  17353=5
6950
+ 17354=5
6927
6951
  17355=5
6928
6952
  17356=5
6929
6953
  17358=5
@@ -14681,7 +14705,6 @@
14681
14705
  34039=0
14682
14706
  34041=0
14683
14707
  34042=0
14684
- 34044=0
14685
14708
  34050=0
14686
14709
  34051=0
14687
14710
  34052=0
@@ -14711,6 +14734,9 @@
14711
14734
  34093=0
14712
14735
  34094=0
14713
14736
  34095=0
14737
+ 34096=0
14738
+ 34098=0
14739
+ 34099=0
14714
14740
  34101=5
14715
14741
  34102=5
14716
14742
  34103=5
@@ -22980,6 +23006,7 @@
22980
23006
  53785=6
22981
23007
  53786=6
22982
23008
  53788=6
23009
+ 53789=6
22983
23010
  53790=6
22984
23011
  53791=6
22985
23012
  53792=6
@@ -27262,6 +27289,7 @@
27262
27289
  62952=6
27263
27290
  62953=6
27264
27291
  62954=6
27292
+ 62955=6
27265
27293
  62956=6
27266
27294
  62957=6
27267
27295
  62958=6
@@ -35613,6 +35641,7 @@
35613
35641
  83726=7
35614
35642
  83728=7
35615
35643
  83729=7
35644
+ 83731=7
35616
35645
  83732=7
35617
35646
  83735=7
35618
35647
  83756=7
@@ -39976,6 +40005,7 @@
39976
40005
  96389=0
39977
40006
  96401=0
39978
40007
  96501=0
40008
+ 96502=0
39979
40009
  96504=0
39980
40010
  96505=0
39981
40011
  96507=0
@@ -39996,6 +40026,7 @@
39996
40026
  96538=0
39997
40027
  96539=0
39998
40028
  96540=0
40029
+ 96541=0
39999
40030
  96542=0
40000
40031
  96543=0
40001
40032
  96546=0
@@ -40032,8 +40063,12 @@
40032
40063
  96617=0
40033
40064
  96619=0
40034
40065
  96620=0
40066
+ 96621=0
40067
+ 96622=0
40068
+ 96624=0
40035
40069
  96628=0
40036
40070
  96629=0
40071
+ 96631=0
40037
40072
  96632=0
40038
40073
  96633=0
40039
40074
  96641=0
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '2.0.16'.freeze
4
+ VERSION = '2.0.17'.freeze
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: 2.0.16
4
+ version: 2.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-03 00:00:00.000000000 Z
11
+ date: 2019-10-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
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  - !ruby/object:Gem::Version
52
52
  version: '0'
53
53
  requirements: []
54
- rubygems_version: 3.0.4
54
+ rubygems_version: 3.0.3
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: TimeZone info for any 5-digit US zip code