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.
- checksums.yaml +4 -4
- data/Gemfile.lock +63 -60
- data/LICENSE +1 -1
- data/README.md +1 -1
- data/lib/ziptz.rb +1 -1
- data/ziptz.gemspec +1 -0
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 372ef38f0c4e8ed63c3900c03db78d49da5c29b5d6fe77ead5a6bb24c6e64c83
|
|
4
|
+
data.tar.gz: aac9536367dcf11bebcdd3c7f5ef3424e03c5bc990b78e71d85cf011106d6559
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
4
|
+
ziptz (3.0.14)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
activemodel (
|
|
10
|
-
activesupport (=
|
|
11
|
-
activerecord (
|
|
12
|
-
activemodel (=
|
|
13
|
-
activesupport (=
|
|
14
|
-
activesupport (
|
|
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.
|
|
24
|
-
diff-lcs (1.
|
|
25
|
-
ffi (1.15.
|
|
26
|
-
formatador (
|
|
27
|
-
guard (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.
|
|
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.
|
|
40
|
+
i18n (1.13.0)
|
|
42
41
|
concurrent-ruby (~> 1.0)
|
|
43
|
-
io-console (0.
|
|
44
|
-
irb (1.
|
|
45
|
-
reline (>= 0.
|
|
46
|
-
|
|
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.
|
|
52
|
-
mysql2 (0.5.
|
|
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.
|
|
58
|
-
parser (3.
|
|
57
|
+
parallel (1.23.0)
|
|
58
|
+
parser (3.2.2.1)
|
|
59
59
|
ast (~> 2.4.1)
|
|
60
|
-
pry (0.14.
|
|
60
|
+
pry (0.14.2)
|
|
61
61
|
coderay (~> 1.1)
|
|
62
62
|
method_source (~> 1.0)
|
|
63
|
-
rainbow (3.
|
|
64
|
-
rake (13.0.
|
|
65
|
-
rb-fsevent (0.
|
|
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.
|
|
69
|
-
reline (0.
|
|
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.
|
|
73
|
-
rspec-core (~> 3.
|
|
74
|
-
rspec-expectations (~> 3.
|
|
75
|
-
rspec-mocks (~> 3.
|
|
76
|
-
rspec-core (3.
|
|
77
|
-
rspec-support (~> 3.
|
|
78
|
-
rspec-expectations (3.
|
|
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.
|
|
81
|
-
rspec-mocks (3.
|
|
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.
|
|
84
|
-
rspec-support (3.
|
|
85
|
-
rubocop (1.
|
|
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.
|
|
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.
|
|
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 (>=
|
|
94
|
-
rubocop-ast (1.
|
|
95
|
-
parser (>= 2.
|
|
96
|
-
rubocop-
|
|
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.
|
|
100
|
-
rubocop (~> 1.
|
|
101
|
-
rubocop-
|
|
102
|
-
|
|
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.
|
|
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.
|
|
114
|
+
tzinfo (2.0.6)
|
|
109
115
|
concurrent-ruby (~> 1.0)
|
|
110
|
-
unicode-display_width (2.
|
|
111
|
-
zeitwerk (2.4.2)
|
|
116
|
+
unicode-display_width (2.4.2)
|
|
112
117
|
|
|
113
118
|
PLATFORMS
|
|
114
|
-
arm64-darwin-
|
|
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.
|
|
138
|
+
2.4.13
|
data/LICENSE
CHANGED
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-
|
|
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
data/ziptz.gemspec
CHANGED
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.
|
|
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:
|
|
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.
|
|
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
|