ziptz 2.1.11 → 2.1.12

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/Gemfile.lock +29 -28
  3. data/README.md +1 -1
  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: 366216ea101a226ef4e1fb3367a2445b21b41a5dd4a06a1732dd0c175c23f580
4
- data.tar.gz: d056db4de8cffcc73ad9469b34781dc60b3017b0ddee651d4f048c79e6fde016
3
+ metadata.gz: 60d9ef20e0a7251d71f855cdab77efb8695b82d2d272858820b39078b6ff7944
4
+ data.tar.gz: dd14da69a27887426253b8022f510bc17ed13dbe562b9e518d68975f6827487d
5
5
  SHA512:
6
- metadata.gz: b9e0e80b825e9b70af78828cd94eef615ecb34c0dca3f66e911896dd4537418d695f92bdc828903cbf18b6c68b7c7365bea798201c94c6459c1947ea743a41bf
7
- data.tar.gz: 2f3919e30ba1f9eb546d620820329a59f81065a2aaba4c851da0271cda90d3110a8b6e4e2dfc27cfd42756622e9bb29e3cdf90dc6172e9ccbcba9dc15260dad5
6
+ metadata.gz: a08164484502e1cd36b89ccf121436b565a12c61ace2228669c465bce62a90339b7d5146cbffec65949381c746b9f389f7a64d273beea195562871755adb1abe
7
+ data.tar.gz: fce4735778dedada5cc177a4e8c12f826203918b740774789b1a811169bca28c2b58af31e9b31f1655a84268fa07c95bdfdbe920af2da2f85e4e0a394c5660ac
@@ -1,17 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (2.1.11)
4
+ ziptz (2.1.12)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activemodel (6.0.3.3)
10
- activesupport (= 6.0.3.3)
11
- activerecord (6.0.3.3)
12
- activemodel (= 6.0.3.3)
13
- activesupport (= 6.0.3.3)
14
- activesupport (6.0.3.3)
9
+ activemodel (6.0.3.4)
10
+ activesupport (= 6.0.3.4)
11
+ activerecord (6.0.3.4)
12
+ activemodel (= 6.0.3.4)
13
+ activesupport (= 6.0.3.4)
14
+ activesupport (6.0.3.4)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 0.7, < 2)
17
17
  minitest (~> 5.1)
@@ -55,7 +55,7 @@ GEM
55
55
  nenv (~> 0.1)
56
56
  shellany (~> 0.0)
57
57
  parallel (1.19.2)
58
- parser (2.7.1.5)
58
+ parser (2.7.2.0)
59
59
  ast (~> 2.4.1)
60
60
  pry (0.13.1)
61
61
  coderay (~> 1.1)
@@ -65,39 +65,40 @@ GEM
65
65
  rb-fsevent (0.10.4)
66
66
  rb-inotify (0.10.1)
67
67
  ffi (~> 1.0)
68
- regexp_parser (1.8.1)
69
- reline (0.1.5)
68
+ regexp_parser (1.8.2)
69
+ reline (0.1.7)
70
70
  io-console (~> 0.5)
71
71
  rexml (3.2.4)
72
- rspec (3.9.0)
73
- rspec-core (~> 3.9.0)
74
- rspec-expectations (~> 3.9.0)
75
- rspec-mocks (~> 3.9.0)
76
- rspec-core (3.9.3)
77
- rspec-support (~> 3.9.3)
78
- rspec-expectations (3.9.2)
72
+ rspec (3.10.0)
73
+ rspec-core (~> 3.10.0)
74
+ rspec-expectations (~> 3.10.0)
75
+ rspec-mocks (~> 3.10.0)
76
+ rspec-core (3.10.0)
77
+ rspec-support (~> 3.10.0)
78
+ rspec-expectations (3.10.0)
79
79
  diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.9.0)
81
- rspec-mocks (3.9.1)
80
+ rspec-support (~> 3.10.0)
81
+ rspec-mocks (3.10.0)
82
82
  diff-lcs (>= 1.2.0, < 2.0)
83
- rspec-support (~> 3.9.0)
84
- rspec-support (3.9.3)
85
- rubocop (0.92.0)
83
+ rspec-support (~> 3.10.0)
84
+ rspec-support (3.10.0)
85
+ rubocop (0.93.1)
86
86
  parallel (~> 1.10)
87
87
  parser (>= 2.7.1.5)
88
88
  rainbow (>= 2.2.2, < 4.0)
89
- regexp_parser (>= 1.7)
89
+ regexp_parser (>= 1.8)
90
90
  rexml
91
- rubocop-ast (>= 0.5.0)
91
+ rubocop-ast (>= 0.6.0)
92
92
  ruby-progressbar (~> 1.7)
93
93
  unicode-display_width (>= 1.4.0, < 2.0)
94
- rubocop-ast (0.7.1)
94
+ rubocop-ast (1.1.0)
95
95
  parser (>= 2.7.1.5)
96
96
  rubocop-performance (1.8.1)
97
97
  rubocop (>= 0.87.0)
98
98
  rubocop-ast (>= 0.4.0)
99
- rubocop-rspec (1.43.2)
99
+ rubocop-rspec (1.44.1)
100
100
  rubocop (~> 0.87)
101
+ rubocop-ast (>= 0.7.1)
101
102
  ruby-progressbar (1.10.1)
102
103
  shellany (0.0.1)
103
104
  thor (1.0.1)
@@ -108,7 +109,7 @@ GEM
108
109
  tzinfo (1.2.7)
109
110
  thread_safe (~> 0.1)
110
111
  unicode-display_width (1.7.0)
111
- zeitwerk (2.4.0)
112
+ zeitwerk (2.4.1)
112
113
 
113
114
  PLATFORMS
114
115
  ruby
@@ -130,4 +131,4 @@ DEPENDENCIES
130
131
  ziptz!
131
132
 
132
133
  BUNDLED WITH
133
- 1.17.3
134
+ 2.1.4
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>October 2020</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>November 2020</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '2.1.11'.freeze
4
+ VERSION = '2.1.12'.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.11
4
+ version: 2.1.12
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-10-01 00:00:00.000000000 Z
11
+ date: 2020-11-02 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
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  requirements: []
56
- rubygems_version: 3.0.6
56
+ rubygems_version: 3.1.2
57
57
  signing_key:
58
58
  specification_version: 4
59
59
  summary: TimeZone info for any 5-digit US zip code