ziptz 2.0.0 → 2.0.1

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
  SHA256:
3
- metadata.gz: 5c36416c578b6e6fe58181907429f71d2e12d0c74c1331aa025a9b3b59d8135b
4
- data.tar.gz: 2942ed2c23881d8f9032dffd74053a9a6291e467e013ab8bc1172906d39ee861
3
+ metadata.gz: 7bb6b179b6103eeeb32bef4b29f167e395ad133e3577ae2d7c02ad651d34a11d
4
+ data.tar.gz: 559150a9f9e01fb9e6d3f9e8f142c82108b661391bd77bcb5ada4595f8dfb6bb
5
5
  SHA512:
6
- metadata.gz: 4617b3380eee2117b071f1e2c00dd65e2005e72cde770e187c9de5383f16a4e47ebefe9bb4b99148a379af133b38c900f7b7f6a09287be491ec5b56f087cd8bd
7
- data.tar.gz: 69dab2c9bcec57d48d0bf77b711e11b174eda4ec1c7c239c1008bdb403da2f09442f5130c8bfa3da2224da717a23460ef5fc000c52063bac0e9be6d5fd8abc02
6
+ metadata.gz: c47facd7417e0495735a6b6f693e2bf152d0b3a4ca11c726ec25579a8595624131e7999a006d757bb41ab7a6ba6d973f96f9f854ca5501801179ed79c7a97060
7
+ data.tar.gz: 1d204636056f0a284bcb69e7b03354941cbecad191938442b95d040b2ee17ae9ad603ec4f2f4f8c6f88e4d38a377e5e2432d3ad36cf8e8535ca97d1cf29e94a6
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (2.0.0)
4
+ ziptz (2.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Get time zone and daylight saving time for any US ZIP code.
8
8
 
9
- <i>ZIP codes are up to date as of <b>July 2018</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>August 2018</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
@@ -699,7 +699,6 @@
699
699
  02337=1
700
700
  02338=1
701
701
  02339=1
702
- 02340=1
703
702
  02341=1
704
703
  02343=1
705
704
  02344=1
@@ -2104,7 +2103,6 @@
2104
2103
  06083=1
2105
2104
  06084=1
2106
2105
  06085=1
2107
- 06087=1
2108
2106
  06088=1
2109
2107
  06089=1
2110
2108
  06090=1
@@ -3390,6 +3388,7 @@
3390
3388
  09610=1
3391
3389
  09613=1
3392
3390
  09614=1
3391
+ 09616=1
3393
3392
  09617=1
3394
3393
  09618=1
3395
3394
  09620=1
@@ -35151,7 +35150,6 @@
35151
35150
  82005=1
35152
35151
  82006=1
35153
35152
  82007=1
35154
- 82008=1
35155
35153
  82009=1
35156
35154
  82010=1
35157
35155
  82050=1
@@ -37379,6 +37377,7 @@
37379
37377
  90095=1
37380
37378
  90096=1
37381
37379
  90099=1
37380
+ 90134=1
37382
37381
  90189=1
37383
37382
  90201=1
37384
37383
  90202=1
@@ -699,7 +699,6 @@
699
699
  02337=5
700
700
  02338=5
701
701
  02339=5
702
- 02340=5
703
702
  02341=5
704
703
  02343=5
705
704
  02344=5
@@ -2104,7 +2103,6 @@
2104
2103
  06083=5
2105
2104
  06084=5
2106
2105
  06085=5
2107
- 06087=5
2108
2106
  06088=5
2109
2107
  06089=5
2110
2108
  06090=5
@@ -3390,6 +3388,7 @@
3390
3388
  09610=0
3391
3389
  09613=0
3392
3390
  09614=0
3391
+ 09616=0
3393
3392
  09617=0
3394
3393
  09618=0
3395
3394
  09620=0
@@ -35151,7 +35150,6 @@
35151
35150
  82005=7
35152
35151
  82006=7
35153
35152
  82007=7
35154
- 82008=7
35155
35153
  82009=7
35156
35154
  82010=7
35157
35155
  82050=7
@@ -37379,6 +37377,7 @@
37379
37377
  90095=8
37380
37378
  90096=8
37381
37379
  90099=8
37380
+ 90134=8
37382
37381
  90189=8
37383
37382
  90201=8
37384
37383
  90202=8
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '2.0.0'
4
+ VERSION = '2.0.1'
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: 2.0.0
4
+ version: 2.0.1
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-07-25 00:00:00.000000000 Z
11
+ date: 2018-08-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