ziptz 2.0.8 → 2.0.9
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 +45 -47
- data/README.md +1 -1
- data/data/dst.data +19 -2
- data/data/tz.data +19 -2
- data/lib/ziptz.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1a39669070a99e4f31efc23528de3667e702ec233328e6e72a8f4247d7abffa
|
|
4
|
+
data.tar.gz: 774801b3a97e64a4fcb7dad7ae30646a814014afc4f347df277b99704f0e50be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45da0176be8589e96ae2ed11d94be845f4cce8a37d05ab7a80b09774a0a743a68ddd5881029e86ca8873d30b681ca80bf711105abfcec6a716246470b383ea4e
|
|
7
|
+
data.tar.gz: c3bcace1f27376831468d3663d9cfaa49e20bd52b4e466c672d180b5ce4004c5832a07ce8b3ef50deef2120ff7667c6d8aa3cecf5681047f412016609b1a9154
|
data/Gemfile.lock
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ziptz (2.0.
|
|
4
|
+
ziptz (2.0.8)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
activemodel (5.
|
|
10
|
-
activesupport (= 5.
|
|
11
|
-
activerecord (5.
|
|
12
|
-
activemodel (= 5.
|
|
13
|
-
activesupport (= 5.
|
|
14
|
-
arel (
|
|
15
|
-
activesupport (5.
|
|
9
|
+
activemodel (5.1.5)
|
|
10
|
+
activesupport (= 5.1.5)
|
|
11
|
+
activerecord (5.1.5)
|
|
12
|
+
activemodel (= 5.1.5)
|
|
13
|
+
activesupport (= 5.1.5)
|
|
14
|
+
arel (~> 8.0)
|
|
15
|
+
activesupport (5.1.5)
|
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
|
-
i18n (
|
|
17
|
+
i18n (~> 0.7)
|
|
18
18
|
minitest (~> 5.1)
|
|
19
19
|
tzinfo (~> 1.1)
|
|
20
|
-
arel (
|
|
20
|
+
arel (8.0.0)
|
|
21
21
|
ast (2.4.0)
|
|
22
|
-
byebug (
|
|
22
|
+
byebug (9.1.0)
|
|
23
23
|
coderay (1.1.2)
|
|
24
|
-
concurrent-ruby (1.
|
|
24
|
+
concurrent-ruby (1.0.5)
|
|
25
25
|
diff-lcs (1.3)
|
|
26
|
-
ffi (1.
|
|
26
|
+
ffi (1.9.23)
|
|
27
27
|
formatador (0.2.5)
|
|
28
|
-
guard (2.
|
|
28
|
+
guard (2.14.2)
|
|
29
29
|
formatador (>= 0.2.4)
|
|
30
30
|
listen (>= 2.7, < 4.0)
|
|
31
31
|
lumberjack (>= 1.0.12, < 2.0)
|
|
@@ -39,64 +39,62 @@ GEM
|
|
|
39
39
|
guard (~> 2.1)
|
|
40
40
|
guard-compat (~> 1.1)
|
|
41
41
|
rspec (>= 2.99.0, < 4.0)
|
|
42
|
-
i18n (
|
|
42
|
+
i18n (0.9.5)
|
|
43
43
|
concurrent-ruby (~> 1.0)
|
|
44
|
-
jaro_winkler (1.5.2)
|
|
45
44
|
listen (3.1.5)
|
|
46
45
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
47
46
|
rb-inotify (~> 0.9, >= 0.9.7)
|
|
48
47
|
ruby_dep (~> 1.2)
|
|
49
|
-
lumberjack (1.0.
|
|
50
|
-
method_source (0.9.
|
|
48
|
+
lumberjack (1.0.12)
|
|
49
|
+
method_source (0.9.0)
|
|
51
50
|
minitest (5.11.3)
|
|
52
|
-
mysql2 (0.
|
|
51
|
+
mysql2 (0.4.10)
|
|
53
52
|
nenv (0.3.0)
|
|
54
53
|
notiffany (0.1.1)
|
|
55
54
|
nenv (~> 0.1)
|
|
56
55
|
shellany (~> 0.0)
|
|
57
|
-
parallel (1.
|
|
58
|
-
parser (2.
|
|
56
|
+
parallel (1.12.1)
|
|
57
|
+
parser (2.5.0.2)
|
|
59
58
|
ast (~> 2.4.0)
|
|
60
|
-
powerpack (0.1.
|
|
61
|
-
pry (0.
|
|
59
|
+
powerpack (0.1.1)
|
|
60
|
+
pry (0.11.3)
|
|
62
61
|
coderay (~> 1.1.0)
|
|
63
62
|
method_source (~> 0.9.0)
|
|
64
63
|
rainbow (3.0.0)
|
|
65
|
-
rake (12.3.
|
|
64
|
+
rake (12.3.0)
|
|
66
65
|
rb-fsevent (0.10.3)
|
|
67
|
-
rb-inotify (0.10
|
|
68
|
-
ffi (
|
|
69
|
-
rspec (3.
|
|
70
|
-
rspec-core (~> 3.
|
|
71
|
-
rspec-expectations (~> 3.
|
|
72
|
-
rspec-mocks (~> 3.
|
|
73
|
-
rspec-core (3.
|
|
74
|
-
rspec-support (~> 3.
|
|
75
|
-
rspec-expectations (3.
|
|
66
|
+
rb-inotify (0.9.10)
|
|
67
|
+
ffi (>= 0.5.0, < 2)
|
|
68
|
+
rspec (3.7.0)
|
|
69
|
+
rspec-core (~> 3.7.0)
|
|
70
|
+
rspec-expectations (~> 3.7.0)
|
|
71
|
+
rspec-mocks (~> 3.7.0)
|
|
72
|
+
rspec-core (3.7.1)
|
|
73
|
+
rspec-support (~> 3.7.0)
|
|
74
|
+
rspec-expectations (3.7.0)
|
|
76
75
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
77
|
-
rspec-support (~> 3.
|
|
78
|
-
rspec-mocks (3.
|
|
76
|
+
rspec-support (~> 3.7.0)
|
|
77
|
+
rspec-mocks (3.7.0)
|
|
79
78
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
80
|
-
rspec-support (~> 3.
|
|
81
|
-
rspec-support (3.
|
|
82
|
-
rubocop (0.
|
|
83
|
-
jaro_winkler (~> 1.5.1)
|
|
79
|
+
rspec-support (~> 3.7.0)
|
|
80
|
+
rspec-support (3.7.1)
|
|
81
|
+
rubocop (0.53.0)
|
|
84
82
|
parallel (~> 1.10)
|
|
85
|
-
parser (>= 2.5
|
|
83
|
+
parser (>= 2.5)
|
|
86
84
|
powerpack (~> 0.1)
|
|
87
85
|
rainbow (>= 2.2.2, < 4.0)
|
|
88
86
|
ruby-progressbar (~> 1.7)
|
|
89
|
-
unicode-display_width (~> 1.
|
|
90
|
-
rubocop-rspec (1.
|
|
91
|
-
rubocop (>= 0.
|
|
92
|
-
ruby-progressbar (1.
|
|
87
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
88
|
+
rubocop-rspec (1.26.0)
|
|
89
|
+
rubocop (>= 0.53.0)
|
|
90
|
+
ruby-progressbar (1.9.0)
|
|
93
91
|
ruby_dep (1.5.0)
|
|
94
92
|
shellany (0.0.1)
|
|
95
|
-
thor (0.20.
|
|
93
|
+
thor (0.20.0)
|
|
96
94
|
thread_safe (0.3.6)
|
|
97
95
|
tzinfo (1.2.5)
|
|
98
96
|
thread_safe (~> 0.1)
|
|
99
|
-
unicode-display_width (1.
|
|
97
|
+
unicode-display_width (1.3.0)
|
|
100
98
|
|
|
101
99
|
PLATFORMS
|
|
102
100
|
ruby
|
|
@@ -115,4 +113,4 @@ DEPENDENCIES
|
|
|
115
113
|
ziptz!
|
|
116
114
|
|
|
117
115
|
BUNDLED WITH
|
|
118
|
-
|
|
116
|
+
1.17.3
|
data/README.md
CHANGED
data/data/dst.data
CHANGED
|
@@ -3242,8 +3242,12 @@
|
|
|
3242
3242
|
09154=1
|
|
3243
3243
|
09160=1
|
|
3244
3244
|
09161=1
|
|
3245
|
+
09170=1
|
|
3245
3246
|
09172=1
|
|
3246
3247
|
09173=1
|
|
3248
|
+
09174=1
|
|
3249
|
+
09175=1
|
|
3250
|
+
09176=1
|
|
3247
3251
|
09177=1
|
|
3248
3252
|
09180=1
|
|
3249
3253
|
09186=1
|
|
@@ -3261,6 +3265,10 @@
|
|
|
3261
3265
|
09263=1
|
|
3262
3266
|
09264=1
|
|
3263
3267
|
09265=1
|
|
3268
|
+
09276=1
|
|
3269
|
+
09278=1
|
|
3270
|
+
09289=1
|
|
3271
|
+
09290=1
|
|
3264
3272
|
09301=1
|
|
3265
3273
|
09302=1
|
|
3266
3274
|
09304=1
|
|
@@ -3317,9 +3325,13 @@
|
|
|
3317
3325
|
09461=1
|
|
3318
3326
|
09463=1
|
|
3319
3327
|
09464=1
|
|
3328
|
+
09467=1
|
|
3320
3329
|
09468=1
|
|
3321
3330
|
09469=1
|
|
3322
3331
|
09470=1
|
|
3332
|
+
09487=1
|
|
3333
|
+
09488=1
|
|
3334
|
+
09489=1
|
|
3323
3335
|
09494=1
|
|
3324
3336
|
09496=1
|
|
3325
3337
|
09497=1
|
|
@@ -3559,11 +3571,13 @@
|
|
|
3559
3571
|
09902=1
|
|
3560
3572
|
09903=1
|
|
3561
3573
|
09904=1
|
|
3562
|
-
09906=1
|
|
3563
|
-
09907=1
|
|
3564
3574
|
09908=1
|
|
3565
3575
|
09909=1
|
|
3566
3576
|
09910=1
|
|
3577
|
+
09974=1
|
|
3578
|
+
09975=1
|
|
3579
|
+
09976=1
|
|
3580
|
+
09977=1
|
|
3567
3581
|
10001=1
|
|
3568
3582
|
10002=1
|
|
3569
3583
|
10003=1
|
|
@@ -14686,6 +14700,8 @@
|
|
|
14686
14700
|
34055=1
|
|
14687
14701
|
34058=1
|
|
14688
14702
|
34060=1
|
|
14703
|
+
34067=1
|
|
14704
|
+
34068=1
|
|
14689
14705
|
34078=1
|
|
14690
14706
|
34080=1
|
|
14691
14707
|
34081=1
|
|
@@ -39991,6 +40007,7 @@
|
|
|
39991
40007
|
96535=1
|
|
39992
40008
|
96537=1
|
|
39993
40009
|
96538=1
|
|
40010
|
+
96539=1
|
|
39994
40011
|
96540=1
|
|
39995
40012
|
96541=1
|
|
39996
40013
|
96542=1
|
data/data/tz.data
CHANGED
|
@@ -3242,8 +3242,12 @@
|
|
|
3242
3242
|
09154=0
|
|
3243
3243
|
09160=0
|
|
3244
3244
|
09161=0
|
|
3245
|
+
09170=0
|
|
3245
3246
|
09172=0
|
|
3246
3247
|
09173=0
|
|
3248
|
+
09174=0
|
|
3249
|
+
09175=0
|
|
3250
|
+
09176=0
|
|
3247
3251
|
09177=0
|
|
3248
3252
|
09180=0
|
|
3249
3253
|
09186=0
|
|
@@ -3261,6 +3265,10 @@
|
|
|
3261
3265
|
09263=0
|
|
3262
3266
|
09264=0
|
|
3263
3267
|
09265=0
|
|
3268
|
+
09276=0
|
|
3269
|
+
09278=0
|
|
3270
|
+
09289=0
|
|
3271
|
+
09290=0
|
|
3264
3272
|
09301=0
|
|
3265
3273
|
09302=0
|
|
3266
3274
|
09304=0
|
|
@@ -3317,9 +3325,13 @@
|
|
|
3317
3325
|
09461=0
|
|
3318
3326
|
09463=0
|
|
3319
3327
|
09464=0
|
|
3328
|
+
09467=0
|
|
3320
3329
|
09468=0
|
|
3321
3330
|
09469=0
|
|
3322
3331
|
09470=0
|
|
3332
|
+
09487=0
|
|
3333
|
+
09488=0
|
|
3334
|
+
09489=0
|
|
3323
3335
|
09494=0
|
|
3324
3336
|
09496=0
|
|
3325
3337
|
09497=0
|
|
@@ -3559,11 +3571,13 @@
|
|
|
3559
3571
|
09902=5
|
|
3560
3572
|
09903=5
|
|
3561
3573
|
09904=5
|
|
3562
|
-
09906=5
|
|
3563
|
-
09907=5
|
|
3564
3574
|
09908=5
|
|
3565
3575
|
09909=5
|
|
3566
3576
|
09910=5
|
|
3577
|
+
09974=5
|
|
3578
|
+
09975=5
|
|
3579
|
+
09976=5
|
|
3580
|
+
09977=5
|
|
3567
3581
|
10001=5
|
|
3568
3582
|
10002=5
|
|
3569
3583
|
10003=5
|
|
@@ -14686,6 +14700,8 @@
|
|
|
14686
14700
|
34055=0
|
|
14687
14701
|
34058=0
|
|
14688
14702
|
34060=0
|
|
14703
|
+
34067=0
|
|
14704
|
+
34068=0
|
|
14689
14705
|
34078=0
|
|
14690
14706
|
34080=0
|
|
14691
14707
|
34081=0
|
|
@@ -39991,6 +40007,7 @@
|
|
|
39991
40007
|
96535=0
|
|
39992
40008
|
96537=0
|
|
39993
40009
|
96538=0
|
|
40010
|
+
96539=0
|
|
39994
40011
|
96540=0
|
|
39995
40012
|
96541=0
|
|
39996
40013
|
96542=0
|
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: 2.0.
|
|
4
|
+
version: 2.0.9
|
|
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-
|
|
11
|
+
date: 2019-03-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
|