ziptz 1.0.20 → 1.0.21

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: e816e0cf61571e14d25cec1ac2afd02edce96997
4
- data.tar.gz: fa82f947cc4f0d1d09b9a4892d5188e9ad1e134b
3
+ metadata.gz: f2df46e6f1a88aeba8c7146a4e79d34315ceac86
4
+ data.tar.gz: f08606fdcd110b24d2f954ea6ca407dbfc045dd8
5
5
  SHA512:
6
- metadata.gz: 66ddacf9033d9a08fc915453032dd8bc32caae49a9e87dfdeb487944ada49dcd5aeb2060dea26059ae3dfc2384fbe25a4910a608d20127032815e44979aca32b
7
- data.tar.gz: e990f52dbe964282196cbba1e47c456f68239ee48c18a7752b2f4455015396ddce8e78fbfa0d4a2de2b239b44d02bffaf37dceacc39ac229fc6d6ebbf2f722f5
6
+ metadata.gz: 3baff5d543f5256ad31c3c249c6f787a72a103d8d9e8a1003b169840b9df11f6610842b49d35fb57d31eb85a0deb379c8ef34cf5f12358ba0c94dcfd42bd7f16
7
+ data.tar.gz: 9ed80ebf38184564e2a5ad8b1abe62349f8fc91d2a5d5f34088cf26a57dcc70826789ded8928d5ac3cb9ad7a7b1d9e48353d92fbc0a9c702fbc4e32a0e919636
data/Gemfile.lock CHANGED
@@ -1,6 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
+ ziptz (1.0.20)
4
5
 
5
6
  GEM
6
7
  remote: https://rubygems.org/
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015-2016 Keith Morrison <keithm@infused.org>
1
+ Copyright (c) 2015-2017 Keith Morrison <keithm@infused.org>
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
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>December 2016</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>January 2017</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
@@ -53,7 +53,7 @@ Get all the zip codes in a time zone:
53
53
 
54
54
  ## License
55
55
 
56
- Copyright (c) 2015-2016 Keith Morrison <<keithm@infused.org>>
56
+ Copyright (c) 2015-2017 Keith Morrison <<keithm@infused.org>>
57
57
 
58
58
  Permission is hereby granted, free of charge, to any person
59
59
  obtaining a copy of this software and associated documentation
data/data/ziptz.data CHANGED
@@ -3285,6 +3285,7 @@
3285
3285
  09343=0
3286
3286
  09347=0
3287
3287
  09348=0
3288
+ 09351=0
3288
3289
  09352=0
3289
3290
  09354=0
3290
3291
  09355=0
@@ -14656,6 +14657,7 @@
14656
14657
  34082=0
14657
14658
  34083=0
14658
14659
  34084=0
14660
+ 34085=0
14659
14661
  34086=0
14660
14662
  34087=0
14661
14663
  34088=0
@@ -39938,6 +39940,7 @@
39938
39940
  96278=0
39939
39941
  96283=0
39940
39942
  96284=0
39943
+ 96301=0
39941
39944
  96303=0
39942
39945
  96306=0
39943
39946
  96309=0
data/lib/ziptz.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '1.0.20'
4
+ VERSION = '1.0.21'
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.20
4
+ version: 1.0.21
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-12-02 00:00:00.000000000 Z
11
+ date: 2017-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