ziptz 3.0.13 → 3.0.14

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 (7) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +63 -60
  3. data/LICENSE +1 -1
  4. data/README.md +1 -1
  5. data/lib/ziptz.rb +1 -1
  6. data/ziptz.gemspec +1 -0
  7. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 291a44c59381d632629c66932a6269a9a2018198cb96c7b91fa36c4599be8575
4
- data.tar.gz: a94dfc8a4c0911e34335213f401abc1672f7bea791330086f20d85cf5f1c87ae
3
+ metadata.gz: 372ef38f0c4e8ed63c3900c03db78d49da5c29b5d6fe77ead5a6bb24c6e64c83
4
+ data.tar.gz: aac9536367dcf11bebcdd3c7f5ef3424e03c5bc990b78e71d85cf011106d6559
5
5
  SHA512:
6
- metadata.gz: b61608e330095f1ff66044712b3bb4f835a8106945fa3324bca174f066463305ba6c76362c9191a4faf8ee02a4b4da38ea5ca78d6c5dbb1d711c235cf6052047
7
- data.tar.gz: 427200487b53c0f0bd6f86d5b3e63e6cc365b8c5743fea9bc3de4978295d60e3c9c00c95bd57afb2eacba772ba4f10435ecb630927c2e07b2d8b13b4832db4c3
6
+ metadata.gz: 052e856902965d561588d4cc72281899bd810fb138042d8886d1b059043bd42392763d3254acf50d1bb4f87abee6327b1706f917a04028a03c60c27b15012bc2
7
+ data.tar.gz: 14d99c920782a412f3e05f8d82121caff5d5efd805a1c2f65935edc633927fd4123282570139f68c084143c98f3b986f9c8853214c6a5d04c655893d6c4fb16b
data/Gemfile.lock CHANGED
@@ -1,36 +1,35 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (3.0.12)
4
+ ziptz (3.0.14)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activemodel (6.1.3.1)
10
- activesupport (= 6.1.3.1)
11
- activerecord (6.1.3.1)
12
- activemodel (= 6.1.3.1)
13
- activesupport (= 6.1.3.1)
14
- activesupport (6.1.3.1)
9
+ activemodel (7.0.4.3)
10
+ activesupport (= 7.0.4.3)
11
+ activerecord (7.0.4.3)
12
+ activemodel (= 7.0.4.3)
13
+ activesupport (= 7.0.4.3)
14
+ activesupport (7.0.4.3)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
18
18
  tzinfo (~> 2.0)
19
- zeitwerk (~> 2.3)
20
19
  ast (2.4.2)
21
20
  byebug (11.1.3)
22
21
  coderay (1.1.3)
23
- concurrent-ruby (1.1.8)
24
- diff-lcs (1.4.4)
25
- ffi (1.15.0)
26
- formatador (0.2.5)
27
- guard (2.16.2)
22
+ concurrent-ruby (1.2.2)
23
+ diff-lcs (1.5.0)
24
+ ffi (1.15.5)
25
+ formatador (1.1.0)
26
+ guard (2.18.0)
28
27
  formatador (>= 0.2.4)
29
28
  listen (>= 2.7, < 4.0)
30
29
  lumberjack (>= 1.0.12, < 2.0)
31
30
  nenv (~> 0.1)
32
31
  notiffany (~> 0.0)
33
- pry (>= 0.9.12)
32
+ pry (>= 0.13.0)
34
33
  shellany (~> 0.0)
35
34
  thor (>= 0.18.1)
36
35
  guard-compat (1.2.1)
@@ -38,82 +37,86 @@ GEM
38
37
  guard (~> 2.1)
39
38
  guard-compat (~> 1.1)
40
39
  rspec (>= 2.99.0, < 4.0)
41
- i18n (1.8.10)
40
+ i18n (1.13.0)
42
41
  concurrent-ruby (~> 1.0)
43
- io-console (0.5.9)
44
- irb (1.3.5)
45
- reline (>= 0.1.5)
46
- listen (3.5.1)
42
+ io-console (0.6.0)
43
+ irb (1.6.4)
44
+ reline (>= 0.3.0)
45
+ json (2.6.3)
46
+ listen (3.8.0)
47
47
  rb-fsevent (~> 0.10, >= 0.10.3)
48
48
  rb-inotify (~> 0.9, >= 0.9.10)
49
49
  lumberjack (1.2.8)
50
50
  method_source (1.0.0)
51
- minitest (5.14.4)
52
- mysql2 (0.5.3)
51
+ minitest (5.18.0)
52
+ mysql2 (0.5.5)
53
53
  nenv (0.3.0)
54
54
  notiffany (0.1.3)
55
55
  nenv (~> 0.1)
56
56
  shellany (~> 0.0)
57
- parallel (1.20.1)
58
- parser (3.0.1.0)
57
+ parallel (1.23.0)
58
+ parser (3.2.2.1)
59
59
  ast (~> 2.4.1)
60
- pry (0.14.1)
60
+ pry (0.14.2)
61
61
  coderay (~> 1.1)
62
62
  method_source (~> 1.0)
63
- rainbow (3.0.0)
64
- rake (13.0.3)
65
- rb-fsevent (0.10.4)
63
+ rainbow (3.1.1)
64
+ rake (13.0.6)
65
+ rb-fsevent (0.11.2)
66
66
  rb-inotify (0.10.1)
67
67
  ffi (~> 1.0)
68
- regexp_parser (2.1.1)
69
- reline (0.2.5)
68
+ regexp_parser (2.8.0)
69
+ reline (0.3.3)
70
70
  io-console (~> 0.5)
71
71
  rexml (3.2.5)
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.1)
77
- rspec-support (~> 3.10.0)
78
- rspec-expectations (3.10.1)
72
+ rspec (3.12.0)
73
+ rspec-core (~> 3.12.0)
74
+ rspec-expectations (~> 3.12.0)
75
+ rspec-mocks (~> 3.12.0)
76
+ rspec-core (3.12.2)
77
+ rspec-support (~> 3.12.0)
78
+ rspec-expectations (3.12.3)
79
79
  diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.10.0)
81
- rspec-mocks (3.10.2)
80
+ rspec-support (~> 3.12.0)
81
+ rspec-mocks (3.12.5)
82
82
  diff-lcs (>= 1.2.0, < 2.0)
83
- rspec-support (~> 3.10.0)
84
- rspec-support (3.10.2)
85
- rubocop (1.13.0)
83
+ rspec-support (~> 3.12.0)
84
+ rspec-support (3.12.0)
85
+ rubocop (1.51.0)
86
+ json (~> 2.3)
86
87
  parallel (~> 1.10)
87
- parser (>= 3.0.0.0)
88
+ parser (>= 3.2.0.0)
88
89
  rainbow (>= 2.2.2, < 4.0)
89
90
  regexp_parser (>= 1.8, < 3.0)
90
- rexml
91
- rubocop-ast (>= 1.2.0, < 2.0)
91
+ rexml (>= 3.2.5, < 4.0)
92
+ rubocop-ast (>= 1.28.0, < 2.0)
92
93
  ruby-progressbar (~> 1.7)
93
- unicode-display_width (>= 1.4.0, < 3.0)
94
- rubocop-ast (1.4.1)
95
- parser (>= 2.7.1.5)
96
- rubocop-performance (1.11.1)
94
+ unicode-display_width (>= 2.4.0, < 3.0)
95
+ rubocop-ast (1.28.1)
96
+ parser (>= 3.2.1.0)
97
+ rubocop-capybara (2.18.0)
98
+ rubocop (~> 1.41)
99
+ rubocop-factory_bot (2.23.1)
100
+ rubocop (~> 1.33)
101
+ rubocop-performance (1.17.1)
97
102
  rubocop (>= 1.7.0, < 2.0)
98
103
  rubocop-ast (>= 0.4.0)
99
- rubocop-rspec (2.3.0)
100
- rubocop (~> 1.0)
101
- rubocop-ast (>= 1.1.0)
102
- ruby-progressbar (1.11.0)
104
+ rubocop-rspec (2.22.0)
105
+ rubocop (~> 1.33)
106
+ rubocop-capybara (~> 2.17)
107
+ rubocop-factory_bot (~> 2.22)
108
+ ruby-progressbar (1.13.0)
103
109
  shellany (0.0.1)
104
- thor (1.1.0)
110
+ thor (1.2.2)
105
111
  tty-cursor (0.7.1)
106
112
  tty-spinner (0.9.3)
107
113
  tty-cursor (~> 0.7)
108
- tzinfo (2.0.4)
114
+ tzinfo (2.0.6)
109
115
  concurrent-ruby (~> 1.0)
110
- unicode-display_width (2.0.0)
111
- zeitwerk (2.4.2)
116
+ unicode-display_width (2.4.2)
112
117
 
113
118
  PLATFORMS
114
- arm64-darwin-21
115
- x86_64-darwin-19
116
- x86_64-darwin-21
119
+ arm64-darwin-22
117
120
 
118
121
  DEPENDENCIES
119
122
  activerecord
@@ -132,4 +135,4 @@ DEPENDENCIES
132
135
  ziptz!
133
136
 
134
137
  BUNDLED WITH
135
- 2.3.19
138
+ 2.4.13
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015-2022 Keith Morrison <keithm@infused.org>
1
+ Copyright (c) 2015-2023 Keith Morrison <keithm@infused.org>
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -160,7 +160,7 @@ Time zone names now reflect standard tz-database names.
160
160
 
161
161
  ## License
162
162
 
163
- Copyright (c) 2015-2022 Keith Morrison <<keithm@infused.org>>
163
+ Copyright (c) 2015-2023 Keith Morrison <<keithm@infused.org>>
164
164
 
165
165
  Permission is hereby granted, free of charge, to any person
166
166
  obtaining a copy of this software and associated documentation
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.13'.freeze
5
+ VERSION = '3.0.14'.freeze
6
6
 
7
7
  def self.instance
8
8
  @instance ||= new
data/ziptz.gemspec CHANGED
@@ -17,4 +17,5 @@ Gem::Specification.new do |s|
17
17
  s.test_files = Dir.glob('spec/**/*_spec.rb')
18
18
  s.require_paths = ['lib']
19
19
  s.required_ruby_version = '>= 2.0.0'
20
+ s.metadata['rubygems_mfa_required'] = 'true'
20
21
  end
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.13
4
+ version: 3.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-05 00:00:00.000000000 Z
11
+ date: 2023-05-19 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
@@ -34,7 +34,8 @@ files:
34
34
  homepage: http://github.com/infused/ziptz
35
35
  licenses:
36
36
  - MIT
37
- metadata: {}
37
+ metadata:
38
+ rubygems_mfa_required: 'true'
38
39
  post_install_message:
39
40
  rdoc_options:
40
41
  - "--charset=UTF-8"
@@ -51,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
52
  - !ruby/object:Gem::Version
52
53
  version: '0'
53
54
  requirements: []
54
- rubygems_version: 3.3.21
55
+ rubygems_version: 3.4.13
55
56
  signing_key:
56
57
  specification_version: 4
57
58
  summary: TimeZone info for any 5-digit US zip code