ziptz 1.0.28 → 1.0.29

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c09b81f3992559905880d1656c6bf347847a10c
4
- data.tar.gz: c12f1e58de7e581cc58b123d6828b9c6c659f7c8
3
+ metadata.gz: 00dcbf6e4429d67ea50c3b791c065bbd24ca69e2
4
+ data.tar.gz: e4a90891cc547463188ccaf10eac0e7a2061b603
5
5
  SHA512:
6
- metadata.gz: e757754352622132bbed1f9aa34238ab167c1f9fbe2a58ee6c6d0d52deda3e51bf0a9806b0f0bcd7b6cc8c76e954db50952dfe4b45da2475995302f527f1e0d5
7
- data.tar.gz: ea9f4780d76a1ce784a35d44736a53b07762dc7093faba8ed680333d6bdfaf25e7290e5264dae5ffb3831affaaa3128a824d6485d03b135485c29ca43fdce546
6
+ metadata.gz: 948198c7b900c22d678ddad596c2080713e5aa48f584f94f2b519c481198e2cc3ce3b2394184ed8edbc34e0105946dbedfee20ee29f46e9a818fb80e5aa38a96
7
+ data.tar.gz: a587e2f038a189b634aaca1409f6a347da3eb7e85844d59700b7d7bb19c8b8af69b576d13649d5e682ab2fe43e59ac225f45d9bc923362e10c60dd9e536031db
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (1.0.27)
4
+ ziptz (1.0.28)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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>October 2017</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>November 2017</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
@@ -125,6 +125,7 @@
125
125
  00851=4
126
126
  00901=4
127
127
  00902=4
128
+ 00905=4
128
129
  00906=4
129
130
  00907=4
130
131
  00908=4
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '1.0.28'
4
+ VERSION = '1.0.29'
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: 1.0.28
4
+ version: 1.0.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-20 00:00:00.000000000 Z
11
+ date: 2017-11-22 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