ziptz 3.0.6 → 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: 90e0322b03fca147942f5c8b7f926fb8f648f40317f5b9ef8352bdf0deccab6b
4
- data.tar.gz: 7ee1f92b0ff963d1a6a074815d206047855b7a9ade6ae33524123b60033ba150
3
+ metadata.gz: 8e8e6cc5b647c8f6f556d5e838de048a13b6425e880d0724fc8775d551c22a2c
4
+ data.tar.gz: 908eb605ab26d15d253a00eb400981cdbc106ba3f654337a141ee8d44e4ccece
5
5
  SHA512:
6
- metadata.gz: a4a6902a70d6b66d4f4e6d6324982de88e57a5ef9858e9d72af071e88b06f365ccc475c750aa6389bd09df094c610db248d18a5b66005fcf3d2a8e0b3bfe4051
7
- data.tar.gz: 6852e64154a8e1fd18d13abe33995b64aa17721d84950fa9c44d4c60fb809cde452adcd18a8148df1f160c80d5f78a661616faee17d77ececb44d5cd27d2c5d8
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.6)
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>August 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.6'.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.6
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-08-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