ziptz 3.0.16 → 3.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/data/tz.data +0 -0
  4. data/lib/ziptz.rb +1 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b5051aeedbe24e87177cbb254d033f2207af1210d8eeca7dc80b0eee8373d6b
4
- data.tar.gz: cd88b03ebeaf71a93d7a1d88508a5f16413ac292bc10390a1d6373a4d5eea08e
3
+ metadata.gz: b82917d057946bf70db6f984ff91943c15d6ec1431ab88e42e69eff7bad61581
4
+ data.tar.gz: 567412cce76d568b68342e74da46db7cc5c6d8ed777d617949c3dd88acf44cf7
5
5
  SHA512:
6
- metadata.gz: d3a51bb8ce5b700f59ed697d7ab93583800c9b2e038a988303fcaa097c123ba14e60845dd0a4d81a2e61afff1d6321f4f3a0d1ec8dbd129907c3546199412bdc
7
- data.tar.gz: 533c93935b8f1d87f91434190a4bb8104d440d7db72759beda5ba1f67e85ee19d463860c670796968b16b75c1234e7a9c3252ec117a72082b53b4146bed6cca3
6
+ metadata.gz: 25c13ad1068a69a2edb56c1acbb5d975a639b1a557670e8ee4e290109b6e5e96cb4ccc2906539eabee831fef0a1d2d702a4aa6c2af85f8f80ce73859e54b17f2
7
+ data.tar.gz: bf30b77b87008cd44521949b59bcdfe8244c535851c9b41bd7deca8828916171e87cad6ad313458e44a5ad96405350b20cfc299d1f4fcabd1ea5adae41affa6b
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Get time zone, daylight saving time, and base offset for any US ZIP code.
8
8
 
9
- <i>ZIP codes are up to date as of <b>June 2023</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>July 2023</b>.</i>
10
10
 
11
11
  ## Compatibility
12
12
 
data/data/tz.data CHANGED
Binary file
data/lib/ziptz.rb CHANGED
@@ -2,7 +2,7 @@ require 'yaml'
2
2
  require 'zlib'
3
3
 
4
4
  class Ziptz
5
- VERSION = '3.0.16'.freeze
5
+ VERSION = '3.0.17'.freeze
6
6
 
7
7
  def self.instance
8
8
  @instance ||= new
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: 3.0.16
4
+ version: 3.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-13 00:00:00.000000000 Z
11
+ date: 2023-07-03 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
@@ -47,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
47
47
  - !ruby/object:Gem::Version
48
48
  version: '0'
49
49
  requirements: []
50
- rubygems_version: 3.4.13
50
+ rubygems_version: 3.4.14
51
51
  signing_key:
52
52
  specification_version: 4
53
53
  summary: TimeZone info for any 5-digit US zip code