Skip to content

Commit e0e1e42

Browse files
authored
Remove Post Install Message
1 parent 7164f0f commit e0e1e42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exception_handler.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Gem::Specification.new do |s|
2020
## Details ##
2121
s.summary = %q{Rails gem to show custom error pages in production. Also logs errors in db & sends notification emails}
2222
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. }
2423
s.homepage = "https://github.com/richpeck/exception_handler"
2524

2625
## License ##

0 commit comments

Comments
 (0)