ziptz 1.0.17 → 1.0.18

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
  SHA1:
3
- metadata.gz: 6ae5ba4e1a1472476d3c35388d53a4f78e5968ec
4
- data.tar.gz: 4b97e4c2a600a4e1d479d3a8a10607cf726aefa0
3
+ metadata.gz: ff489ff1191cb94239886ae923f39380c8c7db66
4
+ data.tar.gz: 567df9ff46b306458fd71ccaf24ed84d621462bb
5
5
  SHA512:
6
- metadata.gz: d823895e92fe585fe6c519c0dc41437bd6ccb9124d82a9e3f4dbcc724f5b08fad07ac89fc23216748225b821243246d6f44f038df2922e9fc5bc4dda73f72aa7
7
- data.tar.gz: 0aa9538c3eb127697d74ad6443428256179c3427d3597ac0ba09348dcf7f05be6d3a715e278962cd3aa1c1813ab9037117f9feb59d6bd031797b440a5fa4e648
6
+ metadata.gz: e87320d87b7e72f5932d6df5f6d4c20661a20d96c7f2283b3f6024ec4c11e2f954423d86c6dd6f8c3b0d3b960d80686e49edd714ab4abc30b6cbf600265d5298
7
+ data.tar.gz: 9ee67e4e44fe311ca7f72c3048fed4c3899cc49fa35773f58a9013b0289b2b3e4dc8f0fcd0392ed4d821a513552c5bb28affffdc3c131e469c9cf0ecbe64cf8d
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (1.0.16)
4
+ ziptz (1.0.17)
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>September 2016</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>October 2016</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
@@ -40338,6 +40338,7 @@
40338
40338
  97076=8
40339
40339
  97077=8
40340
40340
  97078=8
40341
+ 97079=8
40341
40342
  97080=8
40342
40343
  97086=8
40343
40344
  97089=8
@@ -40365,6 +40366,7 @@
40365
40366
  97125=8
40366
40367
  97127=8
40367
40368
  97128=8
40369
+ 97129=8
40368
40370
  97130=8
40369
40371
  97131=8
40370
40372
  97132=8
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '1.0.17'
4
+ VERSION = '1.0.18'
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.17
4
+ version: 1.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-02 00:00:00.000000000 Z
11
+ date: 2016-10-03 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