ziptz 1.0.31 → 1.0.32

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: 0edacf182ff22e0edb126093e5013b2b334bc4ed
4
- data.tar.gz: c6a567ac951a9cfe2da575bcb72bd01f8326ddbe
3
+ metadata.gz: a7260c901a834790040ff96414b5a6c959eebf26
4
+ data.tar.gz: 1b5a08cd62df81cecce49934b846e8ef65ebe88f
5
5
  SHA512:
6
- metadata.gz: 2d2aae2cc025ba3fd643fdc809710a953dc011bf4567ea6f4be77471f1478e01c5856215fe00966b2e466c708289f1f166195585e873e510d6fd8b30c01dfb7c
7
- data.tar.gz: fd7ea94b038343b590351983da336b674b88e1f937f3490c1b62795787f021aed424b8c931ddfecf067bbe33121080bca2f84a168eb6b16834989df5cdd8b511
6
+ metadata.gz: dbf7f2dbffb0cd276909c59d3a05f04546e77f7cda9a43e8dd052c2e8a3e2625aaf21a2bebf35bfc6af60c51b8f33148892c3e75dd5dac39e5ee109c3f2cd465
7
+ data.tar.gz: ff7267b9ad6ab6f592b661d454c9727808aceb7ecfcee75d56f748b86257546709168624cb253397b54a89a825df2daf851a86a2b4e657a6fdd57ee3b68afc50
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (1.0.31)
4
+ ziptz (1.0.32)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015-2017 Keith Morrison <keithm@infused.org>
1
+ Copyright (c) 2015-2018 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>January 2018</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>February 2018</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-2017 Keith Morrison <<keithm@infused.org>>
56
+ Copyright (c) 2015-2018 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
@@ -19634,6 +19634,7 @@
19634
19634
  46282=5
19635
19635
  46283=5
19636
19636
  46285=5
19637
+ 46288=5
19637
19638
  46290=5
19638
19639
  46298=5
19639
19640
  46301=6
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '1.0.31'
4
+ VERSION = '1.0.32'
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.31
4
+ version: 1.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-03 00:00:00.000000000 Z
11
+ date: 2018-02-07 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