--- !ruby/object:Gem::Specification name: super_exception_notifier version: !ruby/object:Gem::Version version: 3.0.15 platform: ruby authors: - Peter Boling - Scott Windsor - Ismael Celis - Jacques Crocker - Jamis Buck autorequire: bindir: bin cert_chain: [] date: 2014-01-19 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: actionmailer prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - &id008 - ">=" - !ruby/object:Gem::Version version: "0" - - < - !ruby/object:Gem::Version version: "3" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: rbx-require-relative prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.9 type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: rails prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "2.3" - - < - !ruby/object:Gem::Version version: "3" type: :development version_requirements: *id003 - !ruby/object:Gem::Dependency name: rdoc prerelease: false requirement: &id004 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "3.12" type: :development version_requirements: *id004 - !ruby/object:Gem::Dependency name: rake prerelease: false requirement: &id005 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0.8" - - < - !ruby/object:Gem::Version version: "0.9" type: :development version_requirements: *id005 - !ruby/object:Gem::Dependency name: reek prerelease: false requirement: &id006 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.2.13 type: :development version_requirements: *id006 - !ruby/object:Gem::Dependency name: roodi prerelease: false requirement: &id007 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.2.0 type: :development version_requirements: *id007 description: |- Allows customization of: * Specify which level of notification you would like with an array of optional styles of notification (email, webhooks) * the sender address of the email * the recipient addresses * the text used to prefix the subject line * the HTTP status codes to notify for * the error classes to send emails for * alternatively, the error classes to not notify for * whether to send error emails or just render without sending anything * the HTTP status and status code that gets rendered with specific errors * the view path to the error page templates * custom errors, with custom error templates * define error layouts at application or controller level, or use the controller's own default layout, or no layout at all * get error notification for errors that occur in the console, using notifiable method * Override the gem's handling and rendering with explicit rescue statements inline. * Hooks into `git blame` output so you can get an idea of who (may) have introduced the bug * Hooks into other website services (e.g. you can send exceptions to to Switchub.com) * Can notify of errors occurring in any class/method using notifiable { method } * Can notify of errors in Rake tasks using NotifiedTask.new instead of task * Works with Hoptoad Notifier, so you can notify via SEN and/or Hoptoad for any particular errors. * Tested with Rails 2.3.x, should work with rails 2.2.x, and is apparently not yet compatible with rails 3. email: peter.boling@gmail.com executables: [] extensions: [] extra_rdoc_files: - CHANGELOG.txt - LICENSE - README.md files: - lib/exception_notification/consider_local.rb - lib/exception_notification/custom_exception_classes.rb - lib/exception_notification/custom_exception_methods.rb - lib/exception_notification/deprecated_methods.rb - lib/exception_notification/exception_notifiable.rb - lib/exception_notification/git_blame.rb - lib/exception_notification/helpful_hashes.rb - lib/exception_notification/hooks_notifier.rb - lib/exception_notification/notifiable.rb - lib/exception_notification/notifiable_helper.rb - lib/exception_notification/notified_task.rb - lib/exception_notification/notifier.rb - lib/exception_notification/notifier_helper.rb - lib/exception_notification.rb - lib/super_exception_notifier/version.rb - lib/views/exception_notification/notifier/_backtrace.html.erb - lib/views/exception_notification/notifier/_environment.html.erb - lib/views/exception_notification/notifier/_inspect_model.html.erb - lib/views/exception_notification/notifier/_request.html.erb - lib/views/exception_notification/notifier/_session.html.erb - lib/views/exception_notification/notifier/_title.html.erb - lib/views/exception_notification/notifier/background_exception_notification.text.plain.erb - lib/views/exception_notification/notifier/exception_notification.text.plain.erb - lib/views/exception_notification/notifier/rake_exception_notification.text.plain.erb - rails/app/views/exception_notifiable/400.html - rails/app/views/exception_notifiable/403.html - rails/app/views/exception_notifiable/404.html - rails/app/views/exception_notifiable/405.html - rails/app/views/exception_notifiable/410.html - rails/app/views/exception_notifiable/418.html - rails/app/views/exception_notifiable/422.html - rails/app/views/exception_notifiable/423.html - rails/app/views/exception_notifiable/500.html - rails/app/views/exception_notifiable/501.html - rails/app/views/exception_notifiable/503.html - rails/app/views/exception_notifiable/method_disabled.html.erb - rails/init.rb - LICENSE - README.md - CHANGELOG.txt - Rakefile homepage: http://github.com/pboling/exception_notification licenses: - MIT metadata: {} post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - *id008 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - *id008 requirements: [] rubyforge_project: rubygems_version: 2.0.14 signing_key: specification_version: 4 summary: Allows unhandled (and handled!) exceptions to be captured and sent via email test_files: []