ziptz 1.0.31 → 1.0.32
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/LICENSE +1 -1
- data/README.md +2 -2
- data/data/ziptz.data +1 -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: a7260c901a834790040ff96414b5a6c959eebf26
|
|
4
|
+
data.tar.gz: 1b5a08cd62df81cecce49934b846e8ef65ebe88f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbf7f2dbffb0cd276909c59d3a05f04546e77f7cda9a43e8dd052c2e8a3e2625aaf21a2bebf35bfc6af60c51b8f33148892c3e75dd5dac39e5ee109c3f2cd465
|
|
7
|
+
data.tar.gz: ff7267b9ad6ab6f592b661d454c9727808aceb7ecfcee75d56f748b86257546709168624cb253397b54a89a825df2daf851a86a2b4e657a6fdd57ee3b68afc50
|
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>February 2018</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-2018 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
|
@@ -19634,6 +19634,7 @@
|
|
|
19634
19634
|
46282=5
|
|
19635
19635
|
46283=5
|
|
19636
19636
|
46285=5
|
|
19637
|
+
46288=5
|
|
19637
19638
|
46290=5
|
|
19638
19639
|
46298=5
|
|
19639
19640
|
46301=6
|
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.32
|
|
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-02-07 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
|