--- !ruby/object:Gem::Specification name: rails_exception_handler version: !ruby/object:Gem::Version prerelease: version: 1.1.1 platform: ruby authors: - Sharagoz autorequire: bindir: bin cert_chain: [] date: 2011-07-18 00:00:00 +02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rails requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version version: 3.0.9 type: :development prerelease: false version_requirements: *id001 - !ruby/object:Gem::Dependency name: rspec-rails requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :development prerelease: false version_requirements: *id002 - !ruby/object:Gem::Dependency name: rack-test requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version version: 0.5.7 type: :development prerelease: false version_requirements: *id003 - !ruby/object:Gem::Dependency name: mysql2 requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version version: 0.2.6 type: :development prerelease: false version_requirements: *id004 - !ruby/object:Gem::Dependency name: jeweler requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :development prerelease: false version_requirements: *id005 description: "" email: contact@sharagoz.com executables: [] extensions: [] extra_rdoc_files: - README.markdown files: - .travis.yml - Gemfile - Gemfile.lock - HISTORY - LICENCE - README.markdown - Rakefile - VERSION - app/controllers/error_response_controller.rb - app/models/error_message.rb - lib/patch/show_exceptions.rb - lib/rails_exception_handler.rb - lib/rails_exception_handler/configuration.rb - lib/rails_exception_handler/handler.rb - lib/rails_exception_handler/parser.rb - rails_exception_handler.gemspec - spec/integration/configuration_spec.rb - spec/integration/rails_exception_handler_spec.rb - spec/spec_helper.rb - spec/test_macros.rb - spec/testapp_30/.gitignore - spec/testapp_30/Gemfile - spec/testapp_30/Gemfile.lock - spec/testapp_30/Rakefile - spec/testapp_30/app/controllers/application_controller.rb - spec/testapp_30/app/controllers/home_controller.rb - spec/testapp_30/app/helpers/application_helper.rb - spec/testapp_30/app/models/stored_exception.rb - spec/testapp_30/app/views/home/view_error.html.erb - spec/testapp_30/app/views/layouts/fallback.html.erb - spec/testapp_30/app/views/layouts/home.html.erb - spec/testapp_30/config.ru - spec/testapp_30/config/application.rb - spec/testapp_30/config/boot.rb - spec/testapp_30/config/environment.rb - spec/testapp_30/config/environments/development.rb - spec/testapp_30/config/environments/production.rb - spec/testapp_30/config/environments/test.rb - spec/testapp_30/config/examples/database.yml - spec/testapp_30/config/locales/en.yml - spec/testapp_30/config/routes.rb - spec/testapp_30/db/migrate/20110630174538_create_error_messages.rb - spec/testapp_30/db/migrate/20110702131654_add_sessions_table.rb - spec/testapp_30/db/schema.rb - spec/testapp_30/db/seeds.rb - spec/testapp_30/lib/tasks/.gitkeep - spec/testapp_30/script/rails - spec/testapp_30/script/setup - spec/testapp_30/vendor/plugins/.gitkeep - spec/unit/configuration_spec.rb - spec/unit/handler_spec.rb - spec/unit/parser_spec.rb has_rdoc: true homepage: http://github.com/Sharagoz/rails_exception_handler licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: Exception Handling for Rails 3 test_files: []