--- !ruby/object:Gem::Specification name: exception_handling version: !ruby/object:Gem::Version version: 3.0.0.pre.2 platform: ruby authors: - Invoca autorequire: bindir: bin cert_chain: [] date: 2024-02-29 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '5.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '5.2' - !ruby/object:Gem::Dependency name: contextual_logger 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: escalate 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' - !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' - !ruby/object:Gem::Dependency name: psych requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' description: Exception handling logger email: - development@invoca.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/CODEOWNERS" - ".github/workflows/pipeline.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - ".ruby-version" - ".tool-versions" - Appraisals - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - config/exception_filters.yml - exception_handling.gemspec - gemfiles/rails_5.gemfile - gemfiles/rails_6.gemfile - gemfiles/rails_7.gemfile - lib/exception_handling.rb - lib/exception_handling/escalate_callback.rb - lib/exception_handling/exception_catalog.rb - lib/exception_handling/exception_description.rb - lib/exception_handling/exception_info.rb - lib/exception_handling/log_stub_error.rb - lib/exception_handling/logging_methods.rb - lib/exception_handling/testing.rb - lib/exception_handling/version.rb - spec/helpers/controller_helpers.rb - spec/helpers/exception_helpers.rb - spec/rake_test_warning_false.rb - spec/spec_helper.rb - spec/unit/exception_handling/escalate_callback_spec.rb - spec/unit/exception_handling/exception_catalog_spec.rb - spec/unit/exception_handling/exception_description_spec.rb - spec/unit/exception_handling/exception_info_spec.rb - spec/unit/exception_handling/log_error_stub_spec.rb - spec/unit/exception_handling/logging_methods_spec.rb - spec/unit/exception_handling_spec.rb 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.3.7 signing_key: specification_version: 4 summary: Invoca's exception handling logger layer, based on exception_notifier. test_files: - spec/helpers/controller_helpers.rb - spec/helpers/exception_helpers.rb - spec/rake_test_warning_false.rb - spec/spec_helper.rb - spec/unit/exception_handling/escalate_callback_spec.rb - spec/unit/exception_handling/exception_catalog_spec.rb - spec/unit/exception_handling/exception_description_spec.rb - spec/unit/exception_handling/exception_info_spec.rb - spec/unit/exception_handling/log_error_stub_spec.rb - spec/unit/exception_handling/logging_methods_spec.rb - spec/unit/exception_handling_spec.rb