ziptz 1.0.21 → 1.0.22

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: f2df46e6f1a88aeba8c7146a4e79d34315ceac86
4
- data.tar.gz: f08606fdcd110b24d2f954ea6ca407dbfc045dd8
3
+ metadata.gz: 49a672b9028640d6beba155f59ef5fc477b84055
4
+ data.tar.gz: 19230ecae3f197cfb4f7ba7bde8eac67bfba4ebe
5
5
  SHA512:
6
- metadata.gz: 3baff5d543f5256ad31c3c249c6f787a72a103d8d9e8a1003b169840b9df11f6610842b49d35fb57d31eb85a0deb379c8ef34cf5f12358ba0c94dcfd42bd7f16
7
- data.tar.gz: 9ed80ebf38184564e2a5ad8b1abe62349f8fc91d2a5d5f34088cf26a57dcc70826789ded8928d5ac3cb9ad7a7b1d9e48353d92fbc0a9c702fbc4e32a0e919636
6
+ metadata.gz: b975bdbbe889678d35195e4d58ad2ebd0bee7bfb511fc1112d6a9b6dcb52c5e2c62f5f65e421693cb0007485825ee8e910fd890b1f1f9602d6ccd89f4bd9ad54
7
+ data.tar.gz: 488db85701cd233826abdc91dcafecea6dd9b9f0e21d28a3614154d629f73a11857b2d76a6653c1866c17ddd6857a0fe2321ea06922e21c019a4f09bdf236fd5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (1.0.20)
4
+ ziptz (1.0.21)
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>January 2017</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>February 2017</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
@@ -3195,6 +3195,7 @@
3195
3195
  09004=0
3196
3196
  09005=0
3197
3197
  09006=0
3198
+ 09008=0
3198
3199
  09009=0
3199
3200
  09010=0
3200
3201
  09011=0
@@ -3202,6 +3203,8 @@
3202
3203
  09013=0
3203
3204
  09014=0
3204
3205
  09016=0
3206
+ 09017=0
3207
+ 09018=0
3205
3208
  09020=0
3206
3209
  09021=0
3207
3210
  09028=0
@@ -3249,6 +3252,7 @@
3249
3252
  09180=0
3250
3253
  09186=0
3251
3254
  09203=0
3255
+ 09204=0
3252
3256
  09211=0
3253
3257
  09213=0
3254
3258
  09214=0
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '1.0.21'
4
+ VERSION = '1.0.22'
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.21
4
+ version: 1.0.22
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-01-02 00:00:00.000000000 Z
11
+ date: 2017-02-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