ziptz 2.1.12 → 2.1.13
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/README.md +7 -2
- data/data/dst.data +1 -0
- data/data/tz.data +1 -0
- data/lib/ziptz.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95a796c0d40c56512ccb4df68c0b1fe138465a72dd7fa1656044e268f77bde08
|
4
|
+
data.tar.gz: 2ef6f7bc97ee9d72bdece6fb496e87e9d9ad90e26e03cb928a66429b1b658faf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e1649c1ab1df4c7c09c85f393f49f4ed4f7bafece5655c16f0337caf30a71ab738f809b2e373b760cb918b7e3b620fbd796d85cc5d28705d4018ccbfa866ad2
|
7
|
+
data.tar.gz: 4e51c980c4a36d234ca1684df54ffae6f34f02617048a430c5e8b74f135a0acfdea416650a3f8434b4c8f0689a40a53e1d0aeca5a9dc45cceb932d590e3a6663
|
data/README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
# Ziptz
|
2
2
|
[](https://rubygems.org/gems/ziptz)
|
3
|
-
[](http://travis-ci.
|
3
|
+
[](http://travis-ci.com/infused/ziptz)
|
4
4
|
[](https://rubygems.org/gems/ziptz/)
|
5
5
|
[](https://github.com/infused/ziptz)
|
6
6
|
|
7
7
|
Get time zone and daylight saving time 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 2021</b>.</i>
|
10
10
|
|
11
11
|
## Installation
|
12
12
|
|
@@ -56,6 +56,11 @@ Get all the zip codes in a time zone:
|
|
56
56
|
|
57
57
|
<em>Note that APO/FPO zip codes will not return a known time zone offset.</em>
|
58
58
|
|
59
|
+
## Want Better Data?
|
60
|
+
|
61
|
+
I also sell an enhanced version of this dataset, which supports 3 times as many local IANA time zones.
|
62
|
+
Please see my [ZIP Code Time Zones](https://us-west-2.console.aws.amazon.com/dataexchange/home#/products/prodview-4vcapflqwntdw) product on AWS Data Exchange to subscribe.
|
63
|
+
|
59
64
|
## Version 2 breaking changes
|
60
65
|
|
61
66
|
Time zone names now reflect standard tz-database names.
|
data/data/dst.data
CHANGED
@@ -24521,6 +24521,7 @@
|
|
24521
24521
|
56970=1
|
24522
24522
|
56971=1
|
24523
24523
|
56972=1
|
24524
|
+
56973=1
|
24524
24525
|
56998=1
|
24525
24526
|
56999=1
|
24526
24527
|
57001=1
|
data/data/tz.data
CHANGED
@@ -24521,6 +24521,7 @@
|
|
24521
24521
|
56970=America/New_York
|
24522
24522
|
56971=America/New_York
|
24523
24523
|
56972=America/New_York
|
24524
|
+
56973=America/New_York
|
24524
24525
|
56998=America/New_York
|
24525
24526
|
56999=America/New_York
|
24526
24527
|
57001=America/Chicago
|
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.1.
|
4
|
+
version: 2.1.13
|
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: 2021-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
|
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
requirements: []
|
56
|
-
rubygems_version: 3.1.
|
56
|
+
rubygems_version: 3.1.4
|
57
57
|
signing_key:
|
58
58
|
specification_version: 4
|
59
59
|
summary: TimeZone info for any 5-digit US zip code
|