--- !ruby/object:Gem::Specification name: exception_notification version: !ruby/object:Gem::Version hash: 31 prerelease: segments: - 2 - 5 - 2 version: 2.5.2 platform: ruby authors: - Jamis Buck - Josh Peek autorequire: bindir: bin cert_chain: [] date: 2011-08-29 00:00:00 -03:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: actionmailer prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 15 segments: - 3 - 0 - 4 version: 3.0.4 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: rails prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 15 segments: - 3 - 0 - 4 version: 3.0.4 type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: sqlite3 prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 19 segments: - 1 - 3 - 4 version: 1.3.4 type: :development version_requirements: *id003 description: email: smartinez87@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gemtest - Gemfile - Gemfile.lock - README.md - Rakefile - exception_notification.gemspec - lib/exception_notification.rb - lib/exception_notifier.rb - lib/exception_notifier/notifier.rb - lib/exception_notifier/views/exception_notifier/_backtrace.text.erb - lib/exception_notifier/views/exception_notifier/_environment.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/_title.text.erb - lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb - lib/exception_notifier/views/exception_notifier/exception_notification.text.erb - test/background_exception_notification_test.rb - test/dummy/.gitignore - test/dummy/Gemfile - test/dummy/Gemfile.lock - test/dummy/Rakefile - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/posts_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/posts_helper.rb - test/dummy/app/models/post.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/posts/_form.html.erb - test/dummy/app/views/posts/new.html.erb - test/dummy/app/views/posts/show.html.erb - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/db/migrate/20110729022608_create_posts.rb - test/dummy/db/schema.rb - test/dummy/db/seeds.rb - test/dummy/lib/tasks/.gitkeep - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/images/rails.png - test/dummy/public/index.html - test/dummy/public/javascripts/application.js - test/dummy/public/javascripts/controls.js - test/dummy/public/javascripts/dragdrop.js - test/dummy/public/javascripts/effects.js - test/dummy/public/javascripts/prototype.js - test/dummy/public/javascripts/rails.js - test/dummy/public/robots.txt - test/dummy/public/stylesheets/.gitkeep - test/dummy/public/stylesheets/scaffold.css - test/dummy/script/rails - test/dummy/test/fixtures/posts.yml - test/dummy/test/functional/posts_controller_test.rb - test/dummy/test/test_helper.rb - test/exception_notification_test.rb - test/test_helper.rb has_rdoc: true homepage: licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.5.2 signing_key: specification_version: 3 summary: Exception notification by email for Rails apps test_files: - test/background_exception_notification_test.rb - test/dummy/.gitignore - test/dummy/Gemfile - test/dummy/Gemfile.lock - test/dummy/Rakefile - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/posts_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/posts_helper.rb - test/dummy/app/models/post.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/posts/_form.html.erb - test/dummy/app/views/posts/new.html.erb - test/dummy/app/views/posts/show.html.erb - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/db/migrate/20110729022608_create_posts.rb - test/dummy/db/schema.rb - test/dummy/db/seeds.rb - test/dummy/lib/tasks/.gitkeep - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/images/rails.png - test/dummy/public/index.html - test/dummy/public/javascripts/application.js - test/dummy/public/javascripts/controls.js - test/dummy/public/javascripts/dragdrop.js - test/dummy/public/javascripts/effects.js - test/dummy/public/javascripts/prototype.js - test/dummy/public/javascripts/rails.js - test/dummy/public/robots.txt - test/dummy/public/stylesheets/.gitkeep - test/dummy/public/stylesheets/scaffold.css - test/dummy/script/rails - test/dummy/test/fixtures/posts.yml - test/dummy/test/functional/posts_controller_test.rb - test/dummy/test/test_helper.rb - test/exception_notification_test.rb - test/test_helper.rb