ziptz 3.0.8 → 3.0.9

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: 92720a4ea0de8294dcfad4884bfda607f30b76082435280697dfbb0fd6820861
4
- data.tar.gz: 5986ea0a6d40de34f1bdd6fa454818461ef372dd1e4ddf9c135a8c03446f0724
3
+ metadata.gz: 8e8e6cc5b647c8f6f556d5e838de048a13b6425e880d0724fc8775d551c22a2c
4
+ data.tar.gz: 908eb605ab26d15d253a00eb400981cdbc106ba3f654337a141ee8d44e4ccece
5
5
  SHA512:
6
- metadata.gz: e1a01405d65388da0cf12badb02e63f9643c043012b823d36cc2211701ce43c2f3b78c5e2d10e4a8e28a7b59e8f4c1ecf0bcb4d81db938b15d7b1688c622af34
7
- data.tar.gz: bdfc7f672bc0120ec3c66d10ff126bc23798b76cd7e28b68a12e6d00d347319d44d855cd9c21b397e7d6874123b0b358cd943cf00050dda92f9cdc1303d9c838
6
+ metadata.gz: f92dd5f3ff91b23c04f133ef1d2535a90e37b952e9a2c2aeba132e4c3af5b6d9cf26e9e2e3708c58c3cb17e7951b589a8abd9046cdf4dc1209e7e2cb8e37191c
7
+ data.tar.gz: 78d00714ac67d62c5b398fe9f207632877a1acdf32d4086e57b4a62f977d4de7b8bb4e8cec181ec570e468b3685931c9dd7ce12353513af8648ba61373b69687
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (3.0.8)
4
+ ziptz (3.0.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -112,6 +112,7 @@ GEM
112
112
 
113
113
  PLATFORMS
114
114
  x86_64-darwin-19
115
+ x86_64-darwin-21
115
116
 
116
117
  DEPENDENCIES
117
118
  activerecord
@@ -130,4 +131,4 @@ DEPENDENCIES
130
131
  ziptz!
131
132
 
132
133
  BUNDLED WITH
133
- 2.2.16
134
+ 2.3.8
data/README.md CHANGED
@@ -6,13 +6,13 @@
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>Novermber 2021</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>April 2022</b>.</i>
10
10
 
11
11
  ## Compatibility
12
12
 
13
13
  Ziptz is tested to work with the following versions of Ruby:
14
14
 
15
- * Ruby 2.3.x, 2.4.x, 2.5.x, 2.6.x, 2.7.x, 3.0.x, and TruffleRuby
15
+ * Ruby 2.3.x, 2.4.x, 2.5.x, 2.6.x, 2.7.x, 3.x, and TruffleRuby
16
16
 
17
17
  ## Installation
18
18
 
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.8'.freeze
5
+ VERSION = '3.0.9'.freeze
6
6
 
7
7
  def time_zone_name(zip)
8
8
  tz_info = time_zone_info(zip)
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.8
4
+ version: 3.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-02 00:00:00.000000000 Z
11
+ date: 2022-04-06 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
@@ -52,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  - !ruby/object:Gem::Version
53
53
  version: '0'
54
54
  requirements: []
55
- rubygems_version: 3.2.15
55
+ rubygems_version: 3.3.7
56
56
  signing_key:
57
57
  specification_version: 4
58
58
  summary: TimeZone info for any 5-digit US zip code