ziptz 2.1.12 → 2.1.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60d9ef20e0a7251d71f855cdab77efb8695b82d2d272858820b39078b6ff7944
4
- data.tar.gz: dd14da69a27887426253b8022f510bc17ed13dbe562b9e518d68975f6827487d
3
+ metadata.gz: 95a796c0d40c56512ccb4df68c0b1fe138465a72dd7fa1656044e268f77bde08
4
+ data.tar.gz: 2ef6f7bc97ee9d72bdece6fb496e87e9d9ad90e26e03cb928a66429b1b658faf
5
5
  SHA512:
6
- metadata.gz: a08164484502e1cd36b89ccf121436b565a12c61ace2228669c465bce62a90339b7d5146cbffec65949381c746b9f389f7a64d273beea195562871755adb1abe
7
- data.tar.gz: fce4735778dedada5cc177a4e8c12f826203918b740774789b1a811169bca28c2b58af31e9b31f1655a84268fa07c95bdfdbe920af2da2f85e4e0a394c5660ac
6
+ metadata.gz: 8e1649c1ab1df4c7c09c85f393f49f4ed4f7bafece5655c16f0337caf30a71ab738f809b2e373b760cb918b7e3b620fbd796d85cc5d28705d4018ccbfa866ad2
7
+ data.tar.gz: 4e51c980c4a36d234ca1684df54ffae6f34f02617048a430c5e8b74f135a0acfdea416650a3f8434b4c8f0689a40a53e1d0aeca5a9dc45cceb932d590e3a6663
data/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Ziptz
2
2
  [![Version](http://img.shields.io/gem/v/ziptz.svg?style=flat)](https://rubygems.org/gems/ziptz)
3
- [![Build Status](http://img.shields.io/travis/infused/ziptz/master.svg?style=flat)](http://travis-ci.org/infused/ziptz)
3
+ [![Build Status](http://img.shields.io/travis/infused/ziptz/master.svg?style=flat)](http://travis-ci.com/infused/ziptz)
4
4
  [![Total Downloads](https://img.shields.io/gem/dt/ziptz.svg)](https://rubygems.org/gems/ziptz/)
5
5
  [![License](https://img.shields.io/github/license/infused/ziptz.svg)](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>November 2020</b>.</i>
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.
@@ -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
@@ -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
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '2.1.12'.freeze
4
+ VERSION = '2.1.13'.freeze
5
5
 
6
6
  TZ_INFO = {
7
7
  '0' => {name: 'APO/FPO (time zone unknown)', offset: 0},
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.12
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: 2020-11-02 00:00:00.000000000 Z
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.2
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