ziptz 1.0.33 → 1.0.34
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 +14 -14
- data/README.md +1 -1
- data/data/ziptz.data +16 -1
- data/lib/ziptz.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d5ce5b0af869dff6672145340c02ff79106296d
|
|
4
|
+
data.tar.gz: 2acfa815d375040fcc452a86c7317a1861d82777
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14ec45ec0e4faa2e34e6e063a906b23e523f72b1aef215d2afba0a12592e6e318181dfab83cdfa7c264e9c0cc6abcc762b30dba207162b919818ca9ee63a1a60
|
|
7
|
+
data.tar.gz: abee953f27df46d22a8dc10296f9a223d248da2847d65fa3693b5359dcb12ac909b59f24b31479261df7c73296269c17dc3501b1fcc379b912d50ac30cc74d5d
|
data/Gemfile.lock
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ziptz (1.0.
|
|
4
|
+
ziptz (1.0.34)
|
|
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.6)
|
|
10
|
+
activesupport (= 5.1.6)
|
|
11
|
+
activerecord (5.1.6)
|
|
12
|
+
activemodel (= 5.1.6)
|
|
13
|
+
activesupport (= 5.1.6)
|
|
14
14
|
arel (~> 8.0)
|
|
15
|
-
activesupport (5.1.
|
|
15
|
+
activesupport (5.1.6)
|
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
|
-
i18n (
|
|
17
|
+
i18n (>= 0.7, < 2)
|
|
18
18
|
minitest (~> 5.1)
|
|
19
19
|
tzinfo (~> 1.1)
|
|
20
20
|
arel (8.0.0)
|
|
@@ -38,29 +38,29 @@ GEM
|
|
|
38
38
|
guard (~> 2.1)
|
|
39
39
|
guard-compat (~> 1.1)
|
|
40
40
|
rspec (>= 2.99.0, < 4.0)
|
|
41
|
-
i18n (0.
|
|
41
|
+
i18n (1.0.0)
|
|
42
42
|
concurrent-ruby (~> 1.0)
|
|
43
43
|
listen (3.1.5)
|
|
44
44
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
45
45
|
rb-inotify (~> 0.9, >= 0.9.7)
|
|
46
46
|
ruby_dep (~> 1.2)
|
|
47
|
-
lumberjack (1.0.
|
|
47
|
+
lumberjack (1.0.13)
|
|
48
48
|
method_source (0.9.0)
|
|
49
49
|
minitest (5.11.3)
|
|
50
|
-
mysql2 (0.
|
|
50
|
+
mysql2 (0.5.0)
|
|
51
51
|
nenv (0.3.0)
|
|
52
52
|
notiffany (0.1.1)
|
|
53
53
|
nenv (~> 0.1)
|
|
54
54
|
shellany (~> 0.0)
|
|
55
55
|
parallel (1.12.1)
|
|
56
|
-
parser (2.5.0.
|
|
56
|
+
parser (2.5.0.5)
|
|
57
57
|
ast (~> 2.4.0)
|
|
58
58
|
powerpack (0.1.1)
|
|
59
59
|
pry (0.11.3)
|
|
60
60
|
coderay (~> 1.1.0)
|
|
61
61
|
method_source (~> 0.9.0)
|
|
62
62
|
rainbow (3.0.0)
|
|
63
|
-
rake (12.3.
|
|
63
|
+
rake (12.3.1)
|
|
64
64
|
rb-fsevent (0.10.3)
|
|
65
65
|
rb-inotify (0.9.10)
|
|
66
66
|
ffi (>= 0.5.0, < 2)
|
|
@@ -77,7 +77,7 @@ GEM
|
|
|
77
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
78
78
|
rspec-support (~> 3.7.0)
|
|
79
79
|
rspec-support (3.7.1)
|
|
80
|
-
rubocop (0.
|
|
80
|
+
rubocop (0.54.0)
|
|
81
81
|
parallel (~> 1.10)
|
|
82
82
|
parser (>= 2.5)
|
|
83
83
|
powerpack (~> 0.1)
|
data/README.md
CHANGED
data/data/ziptz.data
CHANGED
|
@@ -3338,8 +3338,13 @@
|
|
|
3338
3338
|
09523=0
|
|
3339
3339
|
09524=0
|
|
3340
3340
|
09532=0
|
|
3341
|
+
09533=0
|
|
3341
3342
|
09534=0
|
|
3343
|
+
09541=0
|
|
3344
|
+
09542=0
|
|
3342
3345
|
09543=0
|
|
3346
|
+
09544=0
|
|
3347
|
+
09545=0
|
|
3343
3348
|
09550=0
|
|
3344
3349
|
09554=0
|
|
3345
3350
|
09556=0
|
|
@@ -14655,6 +14660,11 @@
|
|
|
14655
14660
|
34041=0
|
|
14656
14661
|
34042=0
|
|
14657
14662
|
34044=0
|
|
14663
|
+
34050=0
|
|
14664
|
+
34051=0
|
|
14665
|
+
34052=0
|
|
14666
|
+
34053=0
|
|
14667
|
+
34054=0
|
|
14658
14668
|
34055=0
|
|
14659
14669
|
34058=0
|
|
14660
14670
|
34060=0
|
|
@@ -37971,7 +37981,6 @@
|
|
|
37971
37981
|
92182=8
|
|
37972
37982
|
92186=8
|
|
37973
37983
|
92187=8
|
|
37974
|
-
92190=8
|
|
37975
37984
|
92191=8
|
|
37976
37985
|
92192=8
|
|
37977
37986
|
92193=8
|
|
@@ -39876,6 +39885,7 @@
|
|
|
39876
39885
|
96257=0
|
|
39877
39886
|
96258=0
|
|
39878
39887
|
96260=0
|
|
39888
|
+
96262=0
|
|
39879
39889
|
96264=0
|
|
39880
39890
|
96266=0
|
|
39881
39891
|
96267=0
|
|
@@ -39998,7 +40008,12 @@
|
|
|
39998
40008
|
96629=0
|
|
39999
40009
|
96631=0
|
|
40000
40010
|
96632=0
|
|
40011
|
+
96633=0
|
|
40012
|
+
96641=0
|
|
40013
|
+
96642=0
|
|
40001
40014
|
96643=0
|
|
40015
|
+
96644=0
|
|
40016
|
+
96645=0
|
|
40002
40017
|
96649=0
|
|
40003
40018
|
96650=0
|
|
40004
40019
|
96657=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: 1.0.
|
|
4
|
+
version: 1.0.34
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Keith Morrison
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-04-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.6.
|
|
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
|