ziptz 2.1.9 → 2.1.10

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: c997c24c63e05b8aab77ee1672b2cc4241b76f9159455c49455ca8d4f1aa65cf
4
- data.tar.gz: ecbeb4c214f1bfe4d4fac768eb700c6d0f0fdb4a418e5dab945362844f240c7a
3
+ metadata.gz: 4f6c826c07f0a517c997e3b729cdcf026065bac26e92b8fdfcb7dea06ca6609e
4
+ data.tar.gz: be0920a96cdbb11e9ab022bbc4da30e0d63d7b4b4d96629fabc61f1e745f606c
5
5
  SHA512:
6
- metadata.gz: 44ab2f2f2f82857bdb1f9eadea01f58aab3883d10527133aff16ef776c0040db9055c3f703d30fcfc7e910b1ac15a1bfe98977dfc77085b8106335bc9ebd1072
7
- data.tar.gz: 94ed5bd52ae1a42fcb0f104de3b70792b6332724be743ea13fa81049fd529ef88f7be4fd77ddfa2d38167ecdfb456739d1c666f4bd9740602f57dff6177d5490
6
+ metadata.gz: ffd4b81e04bf269f6d204c7b79484fe29af8e5896d6732181e26008ec15d22a1cf42de78b2e3dcbef56ab208f2b7a93d298b33789bba949a3ab1cebd8987b6d3
7
+ data.tar.gz: cf8fc441d951df2bc44aa5bdf54b5d2c6a7e7e8874bc7122e982d74ae078940118c659d36fbcc13b16cea5c69526461e9824b4dfec47c02533e9bce6876beccb
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (2.1.9)
4
+ ziptz (2.1.10)
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>August 2020</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>September 2020</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
@@ -3313,6 +3313,7 @@
3313
3313
  09381=1
3314
3314
  09401=1
3315
3315
  09403=1
3316
+ 09410=1
3316
3317
  09421=1
3317
3318
  09447=1
3318
3319
  09454=1
@@ -13183,7 +13184,6 @@
13183
13184
  31136=1
13184
13185
  31139=1
13185
13186
  31141=1
13186
- 31144=1
13187
13187
  31145=1
13188
13188
  31146=1
13189
13189
  31150=1
@@ -3313,6 +3313,7 @@
3313
3313
  09381=APO/FPO (time zone unknown)
3314
3314
  09401=APO/FPO (time zone unknown)
3315
3315
  09403=APO/FPO (time zone unknown)
3316
+ 09410=APO/FPO (time zone unknown)
3316
3317
  09421=APO/FPO (time zone unknown)
3317
3318
  09447=APO/FPO (time zone unknown)
3318
3319
  09454=APO/FPO (time zone unknown)
@@ -13183,7 +13184,6 @@
13183
13184
  31136=America/New_York
13184
13185
  31139=America/New_York
13185
13186
  31141=America/New_York
13186
- 31144=America/New_York
13187
13187
  31145=America/New_York
13188
13188
  31146=America/New_York
13189
13189
  31150=America/New_York
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '2.1.9'.freeze
4
+ VERSION = '2.1.10'.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.9
4
+ version: 2.1.10
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-08-03 00:00:00.000000000 Z
11
+ date: 2020-09-01 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