rails_exception_handler 2.4.8 → 2.4.10
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 +8 -3
- data/Gemfile.lock +120 -115
- data/HISTORY +6 -0
- data/README.markdown +2 -7
- data/VERSION +1 -1
- data/lib/rails_exception_handler/handler.rb +5 -1
- data/lib/rails_exception_handler.rb +6 -1
- data/rails_exception_handler.gemspec +21 -13
- data/spec/dummy_80/app/assets/images/.keep +0 -0
- data/spec/dummy_80/app/controllers/concerns/.keep +0 -0
- data/spec/dummy_80/app/models/concerns/.keep +0 -0
- data/spec/dummy_80/lib/tasks/.keep +0 -0
- data/spec/dummy_80/log/.keep +0 -0
- data/spec/dummy_80/tmp/.keep +0 -0
- data/spec/dummy_80/tmp/pids/.keep +0 -0
- data/spec/dummy_80/tmp/storage/.keep +0 -0
- metadata +17 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8e68fe805fe73cf8ed0cf95d7946da7ad730d75569465e668014e0e3b49093c
|
4
|
+
data.tar.gz: 10d665dc30961e91fce1bed381bd69e72afd5fcb6dee6a42b9a6b03e76aaceb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad014ade8b32f611097df68f461bd219da9ece64d351f6ff2ea844037b038feb8955d71d0ca65facb4a877cb452298ae0650f3c386dbe7f9aea29fa2a605772f
|
7
|
+
data.tar.gz: 19a9b5ec4d4790c69027a9c787a483bd8201cb4cd193b63c672150a946e2c93d26e10d064f8d9d25c62b002fee5cbb30807b2a7a05a6fbef553f61c5a1a6bdbd
|
data/Gemfile
CHANGED
@@ -36,15 +36,20 @@ group :test, :development do
|
|
36
36
|
#gem "rack-test", '1.1.0'
|
37
37
|
#gem "sqlite3", "~> 1.4"
|
38
38
|
|
39
|
-
gem "rails", '7.
|
39
|
+
# gem "rails", '7.2.2'
|
40
|
+
# gem "sprockets-rails"
|
41
|
+
# gem "rack-test", '1.1.0'
|
42
|
+
# gem "sqlite3", "~> 1.4"
|
43
|
+
|
44
|
+
gem "rails", '8.0.0'
|
40
45
|
gem "sprockets-rails"
|
41
46
|
gem "rack-test", '1.1.0'
|
42
|
-
gem "sqlite3", "~>
|
47
|
+
gem "sqlite3", "~> 2.0"
|
43
48
|
|
44
49
|
|
45
50
|
gem "juwelier", git: "git@github.com:flajann2/juwelier.git"
|
46
51
|
#gem 'mongoid'
|
47
52
|
gem 'pry'
|
48
|
-
gem "rspec-rails", "
|
53
|
+
gem "rspec-rails", "6.0.3"
|
49
54
|
gem "rails_exception_handler", :path => '.'
|
50
55
|
end
|
data/Gemfile.lock
CHANGED
@@ -18,100 +18,98 @@ GIT
|
|
18
18
|
PATH
|
19
19
|
remote: .
|
20
20
|
specs:
|
21
|
-
rails_exception_handler (2.4.
|
21
|
+
rails_exception_handler (2.4.10)
|
22
22
|
|
23
23
|
GEM
|
24
24
|
remote: http://rubygems.org/
|
25
25
|
specs:
|
26
|
-
actioncable (
|
27
|
-
actionpack (=
|
28
|
-
activesupport (=
|
26
|
+
actioncable (8.0.0)
|
27
|
+
actionpack (= 8.0.0)
|
28
|
+
activesupport (= 8.0.0)
|
29
29
|
nio4r (~> 2.0)
|
30
30
|
websocket-driver (>= 0.6.1)
|
31
31
|
zeitwerk (~> 2.6)
|
32
|
-
actionmailbox (
|
33
|
-
actionpack (=
|
34
|
-
activejob (=
|
35
|
-
activerecord (=
|
36
|
-
activestorage (=
|
37
|
-
activesupport (=
|
38
|
-
mail (>= 2.
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
activejob (= 7.1.0)
|
46
|
-
activesupport (= 7.1.0)
|
47
|
-
mail (~> 2.5, >= 2.5.4)
|
48
|
-
net-imap
|
49
|
-
net-pop
|
50
|
-
net-smtp
|
32
|
+
actionmailbox (8.0.0)
|
33
|
+
actionpack (= 8.0.0)
|
34
|
+
activejob (= 8.0.0)
|
35
|
+
activerecord (= 8.0.0)
|
36
|
+
activestorage (= 8.0.0)
|
37
|
+
activesupport (= 8.0.0)
|
38
|
+
mail (>= 2.8.0)
|
39
|
+
actionmailer (8.0.0)
|
40
|
+
actionpack (= 8.0.0)
|
41
|
+
actionview (= 8.0.0)
|
42
|
+
activejob (= 8.0.0)
|
43
|
+
activesupport (= 8.0.0)
|
44
|
+
mail (>= 2.8.0)
|
51
45
|
rails-dom-testing (~> 2.2)
|
52
|
-
actionpack (
|
53
|
-
actionview (=
|
54
|
-
activesupport (=
|
46
|
+
actionpack (8.0.0)
|
47
|
+
actionview (= 8.0.0)
|
48
|
+
activesupport (= 8.0.0)
|
55
49
|
nokogiri (>= 1.8.5)
|
56
50
|
rack (>= 2.2.4)
|
57
51
|
rack-session (>= 1.0.1)
|
58
52
|
rack-test (>= 0.6.3)
|
59
53
|
rails-dom-testing (~> 2.2)
|
60
54
|
rails-html-sanitizer (~> 1.6)
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
55
|
+
useragent (~> 0.16)
|
56
|
+
actiontext (8.0.0)
|
57
|
+
actionpack (= 8.0.0)
|
58
|
+
activerecord (= 8.0.0)
|
59
|
+
activestorage (= 8.0.0)
|
60
|
+
activesupport (= 8.0.0)
|
66
61
|
globalid (>= 0.6.0)
|
67
62
|
nokogiri (>= 1.8.5)
|
68
|
-
actionview (
|
69
|
-
activesupport (=
|
63
|
+
actionview (8.0.0)
|
64
|
+
activesupport (= 8.0.0)
|
70
65
|
builder (~> 3.1)
|
71
66
|
erubi (~> 1.11)
|
72
67
|
rails-dom-testing (~> 2.2)
|
73
68
|
rails-html-sanitizer (~> 1.6)
|
74
|
-
activejob (
|
75
|
-
activesupport (=
|
69
|
+
activejob (8.0.0)
|
70
|
+
activesupport (= 8.0.0)
|
76
71
|
globalid (>= 0.3.6)
|
77
|
-
activemodel (
|
78
|
-
activesupport (=
|
79
|
-
activerecord (
|
80
|
-
activemodel (=
|
81
|
-
activesupport (=
|
72
|
+
activemodel (8.0.0)
|
73
|
+
activesupport (= 8.0.0)
|
74
|
+
activerecord (8.0.0)
|
75
|
+
activemodel (= 8.0.0)
|
76
|
+
activesupport (= 8.0.0)
|
82
77
|
timeout (>= 0.4.0)
|
83
|
-
activestorage (
|
84
|
-
actionpack (=
|
85
|
-
activejob (=
|
86
|
-
activerecord (=
|
87
|
-
activesupport (=
|
78
|
+
activestorage (8.0.0)
|
79
|
+
actionpack (= 8.0.0)
|
80
|
+
activejob (= 8.0.0)
|
81
|
+
activerecord (= 8.0.0)
|
82
|
+
activesupport (= 8.0.0)
|
88
83
|
marcel (~> 1.0)
|
89
|
-
activesupport (
|
84
|
+
activesupport (8.0.0)
|
90
85
|
base64
|
86
|
+
benchmark (>= 0.3)
|
91
87
|
bigdecimal
|
92
|
-
concurrent-ruby (~> 1.0, >= 1.
|
88
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
93
89
|
connection_pool (>= 2.2.5)
|
94
90
|
drb
|
95
91
|
i18n (>= 1.6, < 2)
|
92
|
+
logger (>= 1.4.2)
|
96
93
|
minitest (>= 5.1)
|
97
|
-
|
98
|
-
tzinfo (~> 2.0)
|
94
|
+
securerandom (>= 0.3)
|
95
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
96
|
+
uri (>= 0.13.1)
|
99
97
|
addressable (2.8.5)
|
100
98
|
public_suffix (>= 2.0.2, < 6.0)
|
101
|
-
base64 (0.
|
102
|
-
|
103
|
-
|
99
|
+
base64 (0.2.0)
|
100
|
+
benchmark (0.4.0)
|
101
|
+
bigdecimal (3.1.8)
|
102
|
+
builder (3.3.0)
|
104
103
|
coderay (1.1.3)
|
105
|
-
concurrent-ruby (1.
|
104
|
+
concurrent-ruby (1.3.4)
|
106
105
|
connection_pool (2.4.1)
|
107
106
|
crass (1.0.6)
|
108
|
-
date (3.
|
107
|
+
date (3.4.1)
|
109
108
|
descendants_tracker (0.0.4)
|
110
109
|
thread_safe (~> 0.3, >= 0.3.1)
|
111
110
|
diff-lcs (1.5.0)
|
112
|
-
drb (2.
|
113
|
-
|
114
|
-
erubi (1.12.0)
|
111
|
+
drb (2.2.1)
|
112
|
+
erubi (1.13.0)
|
115
113
|
faraday (1.10.3)
|
116
114
|
faraday-em_http (~> 1.0)
|
117
115
|
faraday-em_synchrony (~> 1.0)
|
@@ -148,16 +146,17 @@ GEM
|
|
148
146
|
activesupport (>= 6.1)
|
149
147
|
hashie (3.6.0)
|
150
148
|
highline (2.1.0)
|
151
|
-
i18n (1.14.
|
149
|
+
i18n (1.14.6)
|
152
150
|
concurrent-ruby (~> 1.0)
|
153
|
-
io-console (0.
|
154
|
-
irb (1.
|
155
|
-
rdoc
|
156
|
-
reline (>= 0.
|
151
|
+
io-console (0.7.2)
|
152
|
+
irb (1.14.1)
|
153
|
+
rdoc (>= 4.0.0)
|
154
|
+
reline (>= 0.4.2)
|
157
155
|
jwt (2.7.1)
|
158
156
|
kamelcase (0.0.2)
|
159
157
|
semver2 (~> 3)
|
160
|
-
|
158
|
+
logger (1.6.1)
|
159
|
+
loofah (2.23.1)
|
161
160
|
crass (~> 1.0.2)
|
162
161
|
nokogiri (>= 1.12.0)
|
163
162
|
mail (2.8.1)
|
@@ -165,25 +164,26 @@ GEM
|
|
165
164
|
net-imap
|
166
165
|
net-pop
|
167
166
|
net-smtp
|
168
|
-
marcel (1.0.
|
167
|
+
marcel (1.0.4)
|
169
168
|
method_source (1.0.0)
|
170
169
|
mini_mime (1.1.5)
|
171
|
-
|
170
|
+
mini_portile2 (2.8.8)
|
171
|
+
minitest (5.25.1)
|
172
172
|
multi_json (1.15.0)
|
173
173
|
multi_xml (0.6.0)
|
174
174
|
multipart-post (2.3.0)
|
175
|
-
|
176
|
-
net-imap (0.4.0)
|
175
|
+
net-imap (0.5.6)
|
177
176
|
date
|
178
177
|
net-protocol
|
179
178
|
net-pop (0.1.2)
|
180
179
|
net-protocol
|
181
|
-
net-protocol (0.2.
|
180
|
+
net-protocol (0.2.2)
|
182
181
|
timeout
|
183
|
-
net-smtp (0.
|
182
|
+
net-smtp (0.5.1)
|
184
183
|
net-protocol
|
185
|
-
nio4r (2.
|
186
|
-
nokogiri (1.
|
184
|
+
nio4r (2.7.4)
|
185
|
+
nokogiri (1.16.7)
|
186
|
+
mini_portile2 (~> 2.8.2)
|
187
187
|
racc (~> 1.4)
|
188
188
|
oauth2 (1.4.11)
|
189
189
|
faraday (>= 0.17.3, < 3.0)
|
@@ -194,32 +194,32 @@ GEM
|
|
194
194
|
pry (0.14.2)
|
195
195
|
coderay (~> 1.1)
|
196
196
|
method_source (~> 1.0)
|
197
|
-
psych (5.
|
197
|
+
psych (5.2.0)
|
198
198
|
stringio
|
199
199
|
public_suffix (5.0.3)
|
200
|
-
racc (1.
|
201
|
-
rack (2.2.
|
202
|
-
rack-session (1.0.
|
200
|
+
racc (1.8.1)
|
201
|
+
rack (2.2.10)
|
202
|
+
rack-session (1.0.2)
|
203
203
|
rack (< 3)
|
204
204
|
rack-test (1.1.0)
|
205
205
|
rack (>= 1.0, < 3)
|
206
|
-
rackup (1.0.
|
206
|
+
rackup (1.0.1)
|
207
207
|
rack (< 3)
|
208
208
|
webrick
|
209
|
-
rails (
|
210
|
-
actioncable (=
|
211
|
-
actionmailbox (=
|
212
|
-
actionmailer (=
|
213
|
-
actionpack (=
|
214
|
-
actiontext (=
|
215
|
-
actionview (=
|
216
|
-
activejob (=
|
217
|
-
activemodel (=
|
218
|
-
activerecord (=
|
219
|
-
activestorage (=
|
220
|
-
activesupport (=
|
209
|
+
rails (8.0.0)
|
210
|
+
actioncable (= 8.0.0)
|
211
|
+
actionmailbox (= 8.0.0)
|
212
|
+
actionmailer (= 8.0.0)
|
213
|
+
actionpack (= 8.0.0)
|
214
|
+
actiontext (= 8.0.0)
|
215
|
+
actionview (= 8.0.0)
|
216
|
+
activejob (= 8.0.0)
|
217
|
+
activemodel (= 8.0.0)
|
218
|
+
activerecord (= 8.0.0)
|
219
|
+
activestorage (= 8.0.0)
|
220
|
+
activesupport (= 8.0.0)
|
221
221
|
bundler (>= 1.15.0)
|
222
|
-
railties (=
|
222
|
+
railties (= 8.0.0)
|
223
223
|
rails-dom-testing (2.2.0)
|
224
224
|
activesupport (>= 5.0.0)
|
225
225
|
minitest
|
@@ -227,19 +227,19 @@ GEM
|
|
227
227
|
rails-html-sanitizer (1.6.0)
|
228
228
|
loofah (~> 2.21)
|
229
229
|
nokogiri (~> 1.14)
|
230
|
-
railties (
|
231
|
-
actionpack (=
|
232
|
-
activesupport (=
|
233
|
-
irb
|
230
|
+
railties (8.0.0)
|
231
|
+
actionpack (= 8.0.0)
|
232
|
+
activesupport (= 8.0.0)
|
233
|
+
irb (~> 1.13)
|
234
234
|
rackup (>= 1.0.0)
|
235
235
|
rake (>= 12.2)
|
236
236
|
thor (~> 1.0, >= 1.2.2)
|
237
237
|
zeitwerk (~> 2.6)
|
238
|
-
rake (13.
|
238
|
+
rake (13.2.1)
|
239
239
|
rchardet (1.8.0)
|
240
|
-
rdoc (6.
|
240
|
+
rdoc (6.7.0)
|
241
241
|
psych (>= 4.0.0)
|
242
|
-
reline (0.
|
242
|
+
reline (0.5.11)
|
243
243
|
io-console (~> 0.5)
|
244
244
|
rspec-core (3.12.2)
|
245
245
|
rspec-support (~> 3.12.0)
|
@@ -249,16 +249,17 @@ GEM
|
|
249
249
|
rspec-mocks (3.12.6)
|
250
250
|
diff-lcs (>= 1.2.0, < 2.0)
|
251
251
|
rspec-support (~> 3.12.0)
|
252
|
-
rspec-rails (
|
253
|
-
actionpack (>=
|
254
|
-
activesupport (>=
|
255
|
-
railties (>=
|
256
|
-
rspec-core (~> 3.
|
257
|
-
rspec-expectations (~> 3.
|
258
|
-
rspec-mocks (~> 3.
|
259
|
-
rspec-support (~> 3.
|
252
|
+
rspec-rails (6.0.3)
|
253
|
+
actionpack (>= 6.1)
|
254
|
+
activesupport (>= 6.1)
|
255
|
+
railties (>= 6.1)
|
256
|
+
rspec-core (~> 3.12)
|
257
|
+
rspec-expectations (~> 3.12)
|
258
|
+
rspec-mocks (~> 3.12)
|
259
|
+
rspec-support (~> 3.12)
|
260
260
|
rspec-support (3.12.1)
|
261
261
|
ruby2_keywords (0.0.5)
|
262
|
+
securerandom (0.3.1)
|
262
263
|
semver2 (3.4.2)
|
263
264
|
sprockets (4.2.1)
|
264
265
|
concurrent-ruby (~> 1.0)
|
@@ -267,18 +268,22 @@ GEM
|
|
267
268
|
actionpack (>= 5.2)
|
268
269
|
activesupport (>= 5.2)
|
269
270
|
sprockets (>= 3.0.0)
|
270
|
-
sqlite3 (
|
271
|
-
|
272
|
-
|
271
|
+
sqlite3 (2.2.0)
|
272
|
+
mini_portile2 (~> 2.8.0)
|
273
|
+
stringio (3.1.2)
|
274
|
+
thor (1.3.2)
|
273
275
|
thread_safe (0.3.6)
|
274
|
-
timeout (0.4.
|
276
|
+
timeout (0.4.3)
|
275
277
|
tzinfo (2.0.6)
|
276
278
|
concurrent-ruby (~> 1.0)
|
277
|
-
|
278
|
-
|
279
|
+
uri (0.13.1)
|
280
|
+
useragent (0.16.10)
|
281
|
+
webrick (1.9.0)
|
282
|
+
websocket-driver (0.7.7)
|
283
|
+
base64
|
279
284
|
websocket-extensions (>= 0.1.0)
|
280
285
|
websocket-extensions (0.1.5)
|
281
|
-
zeitwerk (2.
|
286
|
+
zeitwerk (2.7.1)
|
282
287
|
|
283
288
|
PLATFORMS
|
284
289
|
x86_64-linux
|
@@ -287,14 +292,14 @@ DEPENDENCIES
|
|
287
292
|
juwelier!
|
288
293
|
pry
|
289
294
|
rack-test (= 1.1.0)
|
290
|
-
rails (=
|
295
|
+
rails (= 8.0.0)
|
291
296
|
rails_exception_handler!
|
292
|
-
rspec-rails (=
|
297
|
+
rspec-rails (= 6.0.3)
|
293
298
|
sprockets-rails
|
294
|
-
sqlite3 (~>
|
299
|
+
sqlite3 (~> 2.0)
|
295
300
|
|
296
301
|
RUBY VERSION
|
297
|
-
ruby 3.
|
302
|
+
ruby 3.4.2p28
|
298
303
|
|
299
304
|
BUNDLED WITH
|
300
305
|
2.4.20
|
data/HISTORY
CHANGED
data/README.markdown
CHANGED
@@ -1,6 +1,4 @@
|
|
1
|
-
# Rails Exception Handler
|
2
|
-
|
3
|
-
Upgrading from version 1? [See wiki](https://github.com/Sharagoz/rails_exception_handler/wiki/Version-2.0-upgrade-instructions)
|
1
|
+
# Rails Exception Handler
|
4
2
|
|
5
3
|
This is a flexible exception handler for Rails intended for those who wish to create their own error tracking service. It is aimed at experienced Rails developers who are administrating more than just a couple of rails applications. Dont be intimidated if you're new to Rails though, it's not that hard to set up.
|
6
4
|
|
@@ -17,10 +15,7 @@ end
|
|
17
15
|
|
18
16
|
## Compatiblity
|
19
17
|
|
20
|
-
The gem should work with all versions of Rails 3 -
|
21
|
-
|
22
|
-
See Travis-CI for info on which rubies it is tested against:
|
23
|
-
http://travis-ci.org/#!/Sharagoz/rails_exception_handler
|
18
|
+
The gem should work with all versions of Rails 3 - 8.
|
24
19
|
|
25
20
|
## Installation
|
26
21
|
Add the line below to your gemfile and run bundler
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.4.
|
1
|
+
2.4.10
|
@@ -73,7 +73,11 @@ class RailsExceptionHandler::Handler
|
|
73
73
|
if(@request.xhr?)
|
74
74
|
false
|
75
75
|
else
|
76
|
-
if Rails
|
76
|
+
if Gem::Version.new(Rails.version) > Gem::Version.new('8.0.1')
|
77
|
+
paths = @controller.view_paths
|
78
|
+
lookup_context = ActionView::LookupContext.new(paths)
|
79
|
+
default_layout = @controller.send(:_default_layout, lookup_context, [:html], [])
|
80
|
+
elsif Rails::VERSION::MAJOR > 5
|
77
81
|
paths = @controller.view_paths
|
78
82
|
lookup_context = ActionView::LookupContext.new(paths)
|
79
83
|
default_layout = @controller.send(:_default_layout, lookup_context, [:html])
|
@@ -23,7 +23,12 @@ class RailsExceptionHandler
|
|
23
23
|
Rails.configuration.middleware.use(RailsExceptionHandler)
|
24
24
|
end
|
25
25
|
|
26
|
-
|
26
|
+
|
27
|
+
Rails.configuration.action_dispatch.show_exceptions = if Rails::VERSION::MAJOR < 7 || (Rails::VERSION::MAJOR == 7 && Rails::VERSION::MINOR == 0)
|
28
|
+
true
|
29
|
+
else
|
30
|
+
:all
|
31
|
+
end
|
27
32
|
Rails.configuration.consider_all_requests_local = false
|
28
33
|
require File.expand_path(File.dirname(__FILE__)) + '/patch/show_exceptions.rb'
|
29
34
|
configuration.run_callback
|
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: rails_exception_handler 2.4.
|
5
|
+
# stub: rails_exception_handler 2.4.10 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "rails_exception_handler".freeze
|
9
|
-
s.version = "2.4.
|
9
|
+
s.version = "2.4.10".freeze
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib".freeze]
|
13
13
|
s.authors = ["btrondsen".freeze]
|
14
|
-
s.date = "
|
14
|
+
s.date = "2025-04-10"
|
15
15
|
s.description = "".freeze
|
16
16
|
s.email = "".freeze
|
17
17
|
s.extra_rdoc_files = [
|
@@ -108,22 +108,30 @@ Gem::Specification.new do |s|
|
|
108
108
|
"spec/dummy_71/log/.keep",
|
109
109
|
"spec/dummy_71/tmp/.keep",
|
110
110
|
"spec/dummy_71/tmp/pids/.keep",
|
111
|
-
"spec/dummy_71/tmp/storage/.keep"
|
111
|
+
"spec/dummy_71/tmp/storage/.keep",
|
112
|
+
"spec/dummy_80/app/assets/images/.keep",
|
113
|
+
"spec/dummy_80/app/controllers/concerns/.keep",
|
114
|
+
"spec/dummy_80/app/models/concerns/.keep",
|
115
|
+
"spec/dummy_80/lib/tasks/.keep",
|
116
|
+
"spec/dummy_80/log/.keep",
|
117
|
+
"spec/dummy_80/tmp/.keep",
|
118
|
+
"spec/dummy_80/tmp/pids/.keep",
|
119
|
+
"spec/dummy_80/tmp/storage/.keep"
|
112
120
|
]
|
113
121
|
s.homepage = "https://github.com/bjorntrondsen/rails_exception_handler".freeze
|
114
122
|
s.licenses = ["MIT".freeze]
|
115
|
-
s.rubygems_version = "3.
|
123
|
+
s.rubygems_version = "3.6.5".freeze
|
116
124
|
s.summary = "Highly customizable exception handling for Ruby on Rails".freeze
|
117
125
|
|
118
126
|
s.specification_version = 4
|
119
127
|
|
120
|
-
s.add_development_dependency(%q<rails>.freeze, ["=
|
121
|
-
s.add_development_dependency(%q<sprockets-rails>.freeze, [">= 0"])
|
122
|
-
s.add_development_dependency(%q<rack-test>.freeze, ["= 1.1.0"])
|
123
|
-
s.add_development_dependency(%q<sqlite3>.freeze, ["~>
|
124
|
-
s.add_development_dependency(%q<juwelier>.freeze, [">= 0"])
|
125
|
-
s.add_development_dependency(%q<pry>.freeze, [">= 0"])
|
126
|
-
s.add_development_dependency(%q<rspec-rails>.freeze, ["=
|
127
|
-
s.add_development_dependency(%q<rails_exception_handler>.freeze, [">= 0"])
|
128
|
+
s.add_development_dependency(%q<rails>.freeze, ["= 8.0.0".freeze])
|
129
|
+
s.add_development_dependency(%q<sprockets-rails>.freeze, [">= 0".freeze])
|
130
|
+
s.add_development_dependency(%q<rack-test>.freeze, ["= 1.1.0".freeze])
|
131
|
+
s.add_development_dependency(%q<sqlite3>.freeze, ["~> 2.0".freeze])
|
132
|
+
s.add_development_dependency(%q<juwelier>.freeze, [">= 0".freeze])
|
133
|
+
s.add_development_dependency(%q<pry>.freeze, [">= 0".freeze])
|
134
|
+
s.add_development_dependency(%q<rspec-rails>.freeze, ["= 6.0.3".freeze])
|
135
|
+
s.add_development_dependency(%q<rails_exception_handler>.freeze, [">= 0".freeze])
|
128
136
|
end
|
129
137
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_exception_handler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- btrondsen
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-04-10 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: rails
|
@@ -16,14 +15,14 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - '='
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
18
|
+
version: 8.0.0
|
20
19
|
type: :development
|
21
20
|
prerelease: false
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
23
22
|
requirements:
|
24
23
|
- - '='
|
25
24
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
25
|
+
version: 8.0.0
|
27
26
|
- !ruby/object:Gem::Dependency
|
28
27
|
name: sprockets-rails
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -58,14 +57,14 @@ dependencies:
|
|
58
57
|
requirements:
|
59
58
|
- - "~>"
|
60
59
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
60
|
+
version: '2.0'
|
62
61
|
type: :development
|
63
62
|
prerelease: false
|
64
63
|
version_requirements: !ruby/object:Gem::Requirement
|
65
64
|
requirements:
|
66
65
|
- - "~>"
|
67
66
|
- !ruby/object:Gem::Version
|
68
|
-
version: '
|
67
|
+
version: '2.0'
|
69
68
|
- !ruby/object:Gem::Dependency
|
70
69
|
name: juwelier
|
71
70
|
requirement: !ruby/object:Gem::Requirement
|
@@ -100,14 +99,14 @@ dependencies:
|
|
100
99
|
requirements:
|
101
100
|
- - '='
|
102
101
|
- !ruby/object:Gem::Version
|
103
|
-
version:
|
102
|
+
version: 6.0.3
|
104
103
|
type: :development
|
105
104
|
prerelease: false
|
106
105
|
version_requirements: !ruby/object:Gem::Requirement
|
107
106
|
requirements:
|
108
107
|
- - '='
|
109
108
|
- !ruby/object:Gem::Version
|
110
|
-
version:
|
109
|
+
version: 6.0.3
|
111
110
|
- !ruby/object:Gem::Dependency
|
112
111
|
name: rails_exception_handler
|
113
112
|
requirement: !ruby/object:Gem::Requirement
|
@@ -220,11 +219,18 @@ files:
|
|
220
219
|
- spec/dummy_71/tmp/.keep
|
221
220
|
- spec/dummy_71/tmp/pids/.keep
|
222
221
|
- spec/dummy_71/tmp/storage/.keep
|
222
|
+
- spec/dummy_80/app/assets/images/.keep
|
223
|
+
- spec/dummy_80/app/controllers/concerns/.keep
|
224
|
+
- spec/dummy_80/app/models/concerns/.keep
|
225
|
+
- spec/dummy_80/lib/tasks/.keep
|
226
|
+
- spec/dummy_80/log/.keep
|
227
|
+
- spec/dummy_80/tmp/.keep
|
228
|
+
- spec/dummy_80/tmp/pids/.keep
|
229
|
+
- spec/dummy_80/tmp/storage/.keep
|
223
230
|
homepage: https://github.com/bjorntrondsen/rails_exception_handler
|
224
231
|
licenses:
|
225
232
|
- MIT
|
226
233
|
metadata: {}
|
227
|
-
post_install_message:
|
228
234
|
rdoc_options: []
|
229
235
|
require_paths:
|
230
236
|
- lib
|
@@ -239,8 +245,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
239
245
|
- !ruby/object:Gem::Version
|
240
246
|
version: '0'
|
241
247
|
requirements: []
|
242
|
-
rubygems_version: 3.
|
243
|
-
signing_key:
|
248
|
+
rubygems_version: 3.6.5
|
244
249
|
specification_version: 4
|
245
250
|
summary: Highly customizable exception handling for Ruby on Rails
|
246
251
|
test_files: []
|