ziptz 1.0.18 → 1.0.19
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 +1 -1
- data/README.md +1 -1
- data/data/ziptz.data +5 -0
- data/lib/ziptz.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1ae85b039d285d12321c9113552231e453e803e
|
|
4
|
+
data.tar.gz: 7505cc0c13e41542cb65800fefc79a228e88c2a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b52964c52dba04757fa2025e970b5ebe414d608d002afefff69ccf701a320123865dbc370f0e41565e95f982ea9f7d2e30a4e6185bf55cf442716b40f90f8bb6
|
|
7
|
+
data.tar.gz: ed98b6ff3393d4608f2b6abbe8592f3219cc6e03e4f1b634f94f147c585bd1acf867f245d6748fc6343989c5265127494070b69bde1c4d2e7d0422b24cc36864
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/data/ziptz.data
CHANGED
|
@@ -3194,6 +3194,7 @@
|
|
|
3194
3194
|
08906=5
|
|
3195
3195
|
08933=5
|
|
3196
3196
|
08989=5
|
|
3197
|
+
09001=5
|
|
3197
3198
|
09003=0
|
|
3198
3199
|
09004=0
|
|
3199
3200
|
09005=0
|
|
@@ -3252,6 +3253,7 @@
|
|
|
3252
3253
|
09177=0
|
|
3253
3254
|
09180=0
|
|
3254
3255
|
09186=0
|
|
3256
|
+
09203=0
|
|
3255
3257
|
09211=0
|
|
3256
3258
|
09213=0
|
|
3257
3259
|
09214=0
|
|
@@ -3367,6 +3369,7 @@
|
|
|
3367
3369
|
09596=0
|
|
3368
3370
|
09599=0
|
|
3369
3371
|
09600=0
|
|
3372
|
+
09601=0
|
|
3370
3373
|
09602=0
|
|
3371
3374
|
09603=0
|
|
3372
3375
|
09604=0
|
|
@@ -32091,6 +32094,7 @@
|
|
|
32091
32094
|
75061=6
|
|
32092
32095
|
75062=6
|
|
32093
32096
|
75063=6
|
|
32097
|
+
75064=6
|
|
32094
32098
|
75065=6
|
|
32095
32099
|
75067=6
|
|
32096
32100
|
75068=6
|
|
@@ -39948,6 +39952,7 @@
|
|
|
39948
39952
|
96208=0
|
|
39949
39953
|
96209=0
|
|
39950
39954
|
96210=0
|
|
39955
|
+
96212=0
|
|
39951
39956
|
96213=0
|
|
39952
39957
|
96214=0
|
|
39953
39958
|
96218=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.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Keith Morrison
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-11-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
|