ziptz 1.0.16 → 1.0.17

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: 8f20650a401e9218c69b4ad5f8ec3093bdbd80ea
4
- data.tar.gz: 5a6080e5344ef781bb634fd349bcd354bfdae0b3
3
+ metadata.gz: 6ae5ba4e1a1472476d3c35388d53a4f78e5968ec
4
+ data.tar.gz: 4b97e4c2a600a4e1d479d3a8a10607cf726aefa0
5
5
  SHA512:
6
- metadata.gz: fc639adb0a10f9d1c1a9f7117016588b9374ca3bcc14d0452a59ea0df195c3333210161ff83759d07e2ec844799ea35a7f8d12801dfd90ef8a125c4685ee6a3c
7
- data.tar.gz: 411e3f3f6cad341d8505bae2d5060dbfb91d8e6aab70b205466c07c15fbda87523ac358b15fca8595ed563f7fe781a95522f48a7f19b29c923ca5fb879053cfb
6
+ metadata.gz: d823895e92fe585fe6c519c0dc41437bd6ccb9124d82a9e3f4dbcc724f5b08fad07ac89fc23216748225b821243246d6f44f038df2922e9fc5bc4dda73f72aa7
7
+ data.tar.gz: 0aa9538c3eb127697d74ad6443428256179c3427d3597ac0ba09348dcf7f05be6d3a715e278962cd3aa1c1813ab9037117f9feb59d6bd031797b440a5fa4e648
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (1.0.15)
4
+ ziptz (1.0.16)
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>August 2016</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>September 2016</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
@@ -3451,6 +3451,7 @@
3451
3451
  09758=0
3452
3452
  09759=0
3453
3453
  09760=0
3454
+ 09761=0
3454
3455
  09762=0
3455
3456
  09769=0
3456
3457
  09777=0
@@ -3462,6 +3463,7 @@
3462
3463
  09804=0
3463
3464
  09805=0
3464
3465
  09806=0
3466
+ 09807=0
3465
3467
  09808=0
3466
3468
  09809=0
3467
3469
  09810=0
@@ -3505,6 +3507,7 @@
3505
3507
  09851=0
3506
3508
  09852=0
3507
3509
  09853=0
3510
+ 09854=0
3508
3511
  09855=0
3509
3512
  09858=0
3510
3513
  09859=0
@@ -14626,6 +14629,7 @@
14626
14629
  33991=5
14627
14630
  33993=5
14628
14631
  33994=5
14632
+ 34001=0
14629
14633
  34002=0
14630
14634
  34004=0
14631
14635
  34007=0
@@ -28703,6 +28707,7 @@
28703
28707
  66625=6
28704
28708
  66626=6
28705
28709
  66629=6
28710
+ 66630=6
28706
28711
  66636=6
28707
28712
  66647=6
28708
28713
  66667=6
@@ -39942,6 +39947,7 @@
39942
39947
  96207=0
39943
39948
  96208=0
39944
39949
  96209=0
39950
+ 96210=0
39945
39951
  96213=0
39946
39952
  96214=0
39947
39953
  96218=0
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '1.0.16'
4
+ VERSION = '1.0.17'
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.16
4
+ version: 1.0.17
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-08-02 00:00:00.000000000 Z
11
+ date: 2016-09-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