ziptz 1.0.20 → 1.0.21
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 -0
- data/LICENSE +1 -1
- data/README.md +2 -2
- data/data/ziptz.data +3 -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: f2df46e6f1a88aeba8c7146a4e79d34315ceac86
|
|
4
|
+
data.tar.gz: f08606fdcd110b24d2f954ea6ca407dbfc045dd8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3baff5d543f5256ad31c3c249c6f787a72a103d8d9e8a1003b169840b9df11f6610842b49d35fb57d31eb85a0deb379c8ef34cf5f12358ba0c94dcfd42bd7f16
|
|
7
|
+
data.tar.gz: 9ed80ebf38184564e2a5ad8b1abe62349f8fc91d2a5d5f34088cf26a57dcc70826789ded8928d5ac3cb9ad7a7b1d9e48353d92fbc0a9c702fbc4e32a0e919636
|
data/Gemfile.lock
CHANGED
data/LICENSE
CHANGED
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>
|
|
9
|
+
<i>ZIP codes are up to date as of <b>January 2017</b>.</i>
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
@@ -53,7 +53,7 @@ Get all the zip codes in a time zone:
|
|
|
53
53
|
|
|
54
54
|
## License
|
|
55
55
|
|
|
56
|
-
Copyright (c) 2015-
|
|
56
|
+
Copyright (c) 2015-2017 Keith Morrison <<keithm@infused.org>>
|
|
57
57
|
|
|
58
58
|
Permission is hereby granted, free of charge, to any person
|
|
59
59
|
obtaining a copy of this software and associated documentation
|
data/data/ziptz.data
CHANGED
|
@@ -3285,6 +3285,7 @@
|
|
|
3285
3285
|
09343=0
|
|
3286
3286
|
09347=0
|
|
3287
3287
|
09348=0
|
|
3288
|
+
09351=0
|
|
3288
3289
|
09352=0
|
|
3289
3290
|
09354=0
|
|
3290
3291
|
09355=0
|
|
@@ -14656,6 +14657,7 @@
|
|
|
14656
14657
|
34082=0
|
|
14657
14658
|
34083=0
|
|
14658
14659
|
34084=0
|
|
14660
|
+
34085=0
|
|
14659
14661
|
34086=0
|
|
14660
14662
|
34087=0
|
|
14661
14663
|
34088=0
|
|
@@ -39938,6 +39940,7 @@
|
|
|
39938
39940
|
96278=0
|
|
39939
39941
|
96283=0
|
|
39940
39942
|
96284=0
|
|
39943
|
+
96301=0
|
|
39941
39944
|
96303=0
|
|
39942
39945
|
96306=0
|
|
39943
39946
|
96309=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.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Keith Morrison
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-01-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
|