--- !ruby/object:Gem::Specification name: xaop-exception_notification version: !ruby/object:Gem::Version prerelease: false segments: - 1 - 0 - 1 version: 1.0.1 platform: ruby authors: - Jamis Buck - Josh Peek - Joeri Samson autorequire: bindir: bin cert_chain: [] date: 2010-03-13 00:00:00 +01:00 default_executable: dependencies: [] description: |- This gem differs from the exception_notifier gem in 3 ways: a) It actually works, because the latest commits on from the github rails/exception_notification repository are incorporated b) The name of the gem is closer to the name of the github repository (hopefully causing less confusion) c) The options to the middleware are stored in the Rack env, meaning you can send exception notifications from your own code after catching an exception, while still sending back a response to the user (probably mainly useful with Ajax requests) email: timocratic@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - README - lib/exception_notifier.rb - lib/exception_notifier/notifier.rb - lib/exception_notifier/views/exception_notifier/_title.text.erb - lib/exception_notifier/views/exception_notifier/_request.text.erb - lib/exception_notifier/views/exception_notifier/_session.text.erb - lib/exception_notifier/views/exception_notifier/exception_notification.text.erb - lib/exception_notifier/views/exception_notifier/_environment.text.erb - lib/exception_notifier/views/exception_notifier/_backtrace.text.erb has_rdoc: true homepage: licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Exception notification by email for Rails 3 apps test_files: []