ziptz 2.1.6 → 2.1.7

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: a86160e1fbab989284da864fa4a527d8c76fe528aa910036f96e111aa5ad1653
4
- data.tar.gz: 4f33999b08b6f0b8924c653513a1c62ca87a1d57b01cb3ac0af5cfde059d1090
3
+ metadata.gz: 02bc845573311ab82762b1ec21b973705d9ff1daba576d5363fead6db4ce5895
4
+ data.tar.gz: 9617fbed4a57d9918ffbd345f5bac3dac326b70a3319022d658eac375b2b8dce
5
5
  SHA512:
6
- metadata.gz: 6c7fffe9007108c2ffbaa135f5fa153f13d021115d11148ad228c3f474798a78c65bc7284eff7ba762cb4e2f1ae3fe17ff586f450d8e1be9356a803fcca6fc4d
7
- data.tar.gz: 3e3d67ca9a715a9a09f7dc8ba47714d52e6c574dc343f56a0830ca497477b2eda2c89707e5b0a87d658ed0dd5a2aec1872308c3f47eeb993a8b146f1cf73c8c4
6
+ metadata.gz: 05cef21b19a1649a4c47f13b653dc4f84397ba2b7a8a8cb67d24034cb29d12ac88446d143260f00bb1f7263111a6e99ad5b3a79936f379b168d01870776ad4b6
7
+ data.tar.gz: 99dc5e7e7ae4e1a65779b8596298e0c676a93dc11dd3bfefdeb7ffe560ea73f80f99d4840d84ce199472bd49d652c700732f888c51ee8743df1ed3f147bfdd59
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (2.1.6)
4
+ ziptz (2.1.7)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015-2019 Keith Morrison <keithm@infused.org>
1
+ Copyright (c) 2015-2020 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 time zone and daylight saving time for any US ZIP code.
8
8
 
9
- <i>ZIP codes are up to date as of <b>March 2020</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>June 2020</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
@@ -76,7 +76,7 @@ Time zone names now reflect standard tz-database names.
76
76
 
77
77
  ## License
78
78
 
79
- Copyright (c) 2015-2019 Keith Morrison <<keithm@infused.org>>
79
+ Copyright (c) 2015-2020 Keith Morrison <<keithm@infused.org>>
80
80
 
81
81
  Permission is hereby granted, free of charge, to any person
82
82
  obtaining a copy of this software and associated documentation
@@ -14684,6 +14684,7 @@
14684
14684
  34039=1
14685
14685
  34041=1
14686
14686
  34042=1
14687
+ 34044=1
14687
14688
  34050=1
14688
14689
  34051=1
14689
14690
  34052=1
@@ -37572,7 +37573,6 @@
37572
37573
  90848=1
37573
37574
  90853=1
37574
37575
  90895=1
37575
- 90899=1
37576
37576
  91001=1
37577
37577
  91003=1
37578
37578
  91006=1
@@ -14684,6 +14684,7 @@
14684
14684
  34039=APO/FPO (time zone unknown)
14685
14685
  34041=APO/FPO (time zone unknown)
14686
14686
  34042=APO/FPO (time zone unknown)
14687
+ 34044=APO/FPO (time zone unknown)
14687
14688
  34050=APO/FPO (time zone unknown)
14688
14689
  34051=APO/FPO (time zone unknown)
14689
14690
  34052=APO/FPO (time zone unknown)
@@ -37572,7 +37573,6 @@
37572
37573
  90848=America/Los_Angeles
37573
37574
  90853=America/Los_Angeles
37574
37575
  90895=America/Los_Angeles
37575
- 90899=America/Los_Angeles
37576
37576
  91001=America/Los_Angeles
37577
37577
  91003=America/Los_Angeles
37578
37578
  91006=America/Los_Angeles
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '2.1.6'.freeze
4
+ VERSION = '2.1.7'.freeze
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.1.6
4
+ version: 2.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-05 00:00:00.000000000 Z
11
+ date: 2020-06-05 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