exception_handler 0.8.0.1 → 0.8.0.2
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1ec826fa6fe7d181361a168f0d1563244e5873e24e07467f38220c233d5e65a
|
|
4
|
+
data.tar.gz: f90e5610927d6ff2eae5453a9dada5db2aab6b33dcd50c3d834f87b6ec3093f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6da4ed139e8c9df42328e4ccd76c0a3d85137d73c5d0334af8626db462c6bc0ddf9dcfdb4a6fa99a3faa38d6e56cec7da7a953397d06973938725e3f981cb103
|
|
7
|
+
data.tar.gz: cdcc09386d57a12c6c2ee5474c7c127dc4f844e537a0d5e78415f58e59138820c238aa19807dc942183703d8f648dde5cec4b6af8a5e844049a0535b066c1a1a
|
data/exception_handler.gemspec
CHANGED
|
@@ -20,7 +20,6 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
## Details ##
|
|
21
21
|
s.summary = %q{Rails gem to show custom error pages in production. Also logs errors in db & sends notification emails}
|
|
22
22
|
s.description = %q{Rails gem to create custom error pages. Captures exceptions using "exception_app" callback, routing to "Exception" controller, rendering the view as required.}
|
|
23
|
-
s.post_install_message = %q{ExceptionHandler 0.8.0.0 → New "config" (config.exception_handler = {exceptions: {layout: 'x', notification: true, action: {redirect_to root_path} }} ). https://www.github.com/richpeck/exception_handler#config for more info. }
|
|
24
23
|
s.homepage = "https://github.com/richpeck/exception_handler"
|
|
25
24
|
|
|
26
25
|
## License ##
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: exception_handler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.0.
|
|
4
|
+
version: 0.8.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- R.Peck
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -262,9 +262,7 @@ homepage: https://github.com/richpeck/exception_handler
|
|
|
262
262
|
licenses:
|
|
263
263
|
- MIT
|
|
264
264
|
metadata: {}
|
|
265
|
-
post_install_message:
|
|
266
|
-
= {exceptions: {layout: ''x'', notification: true, action: {redirect_to root_path}
|
|
267
|
-
}} ). https://www.github.com/richpeck/exception_handler#config for more info. '
|
|
265
|
+
post_install_message:
|
|
268
266
|
rdoc_options: []
|
|
269
267
|
require_paths:
|
|
270
268
|
- lib
|