Skip to content

Commit

Permalink
Remove Post Install Message
Browse files Browse the repository at this point in the history
  • Loading branch information
richpeck committed Apr 3, 2021
1 parent 7164f0f commit e0e1e42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exception_handler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |s|
## Details ##
s.summary = %q{Rails gem to show custom error pages in production. Also logs errors in db & sends notification emails}
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.}
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. }
s.homepage = "https://github.com/richpeck/exception_handler"

## License ##
Expand Down

0 comments on commit e0e1e42

Please sign in to comment.