--- !ruby/object:Gem::Specification name: exception_handling version: !ruby/object:Gem::Version version: 2.5.0.pre.2 platform: ruby authors: - Invoca autorequire: bindir: bin cert_chain: [] date: 2020-08-19 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: actionmailer requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.2' - - "<" - !ruby/object:Gem::Version version: '7.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.2' - - "<" - !ruby/object:Gem::Version version: '7.0' - !ruby/object:Gem::Dependency name: actionpack requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.2' - - "<" - !ruby/object:Gem::Version version: '7.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.2' - - "<" - !ruby/object:Gem::Version version: '7.0' - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.2' - - "<" - !ruby/object:Gem::Version version: '7.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.2' - - "<" - !ruby/object:Gem::Version version: '7.0' - !ruby/object:Gem::Dependency name: contextual_logger requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.7' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.7' - !ruby/object:Gem::Dependency name: eventmachine requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' - !ruby/object:Gem::Dependency name: invoca-utils requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.3' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.3' description: Exception handling logger/emailer email: - development@invoca.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".jenkins/Jenkinsfile" - ".jenkins/ruby_build_pod.yml" - ".rubocop.yml" - ".ruby-version" - Appraisals - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - config/exception_filters.yml - exception_handling.gemspec - gemfiles/.bundle/config - gemfiles/rails_4.gemfile - gemfiles/rails_5.gemfile - gemfiles/rails_6.gemfile - lib/exception_handling.rb - lib/exception_handling/exception_catalog.rb - lib/exception_handling/exception_description.rb - lib/exception_handling/exception_info.rb - lib/exception_handling/honeybadger_callbacks.rb - lib/exception_handling/log_stub_error.rb - lib/exception_handling/mailer.rb - lib/exception_handling/methods.rb - lib/exception_handling/sensu.rb - lib/exception_handling/testing.rb - lib/exception_handling/version.rb - test/helpers/controller_helpers.rb - test/helpers/exception_helpers.rb - test/rake_test_warning_false.rb - test/test_helper.rb - test/unit/exception_handling/exception_catalog_test.rb - test/unit/exception_handling/exception_description_test.rb - test/unit/exception_handling/exception_info_test.rb - test/unit/exception_handling/honeybadger_callbacks_test.rb - test/unit/exception_handling/log_error_stub_test.rb - test/unit/exception_handling/mailer_test.rb - test/unit/exception_handling/methods_test.rb - test/unit/exception_handling/sensu_test.rb - test/unit/exception_handling_test.rb - views/exception_handling/mailer/escalate_custom.html.erb - views/exception_handling/mailer/escalation_notification.html.erb - views/exception_handling/mailer/log_parser_exception_notification.html.erb homepage: https://github.com/Invoca/exception_handling licenses: [] metadata: source_code_uri: https://github.com/Invoca/exception_handling allowed_push_host: https://rubygems.org post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubygems_version: 3.0.3 signing_key: specification_version: 4 summary: Invoca's exception handling logger/emailer layer, based on exception_notifier. Works with Rails or EventMachine or EventMachine+Synchrony. test_files: - test/helpers/controller_helpers.rb - test/helpers/exception_helpers.rb - test/rake_test_warning_false.rb - test/test_helper.rb - test/unit/exception_handling/exception_catalog_test.rb - test/unit/exception_handling/exception_description_test.rb - test/unit/exception_handling/exception_info_test.rb - test/unit/exception_handling/honeybadger_callbacks_test.rb - test/unit/exception_handling/log_error_stub_test.rb - test/unit/exception_handling/mailer_test.rb - test/unit/exception_handling/methods_test.rb - test/unit/exception_handling/sensu_test.rb - test/unit/exception_handling_test.rb