# -*- encoding: utf-8 -*- # stub: exception_handling 2.8.0.pre.1 ruby lib Gem::Specification.new do |s| s.name = "exception_handling".freeze s.version = "2.8.0.pre.1".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "source_code_uri" => "https://github.com/Invoca/exception_handling" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Invoca".freeze] s.date = "2020-10-15" s.description = "Exception handling logger/emailer".freeze s.email = ["development@invoca.com".freeze] s.files = [".gitignore".freeze, ".jenkins/Jenkinsfile".freeze, ".jenkins/ruby_build_pod.yml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, "Appraisals".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "config/exception_filters.yml".freeze, "exception_handling.gemspec".freeze, "gemfiles/.bundle/config".freeze, "gemfiles/rails_4.gemfile".freeze, "gemfiles/rails_5.gemfile".freeze, "gemfiles/rails_6.gemfile".freeze, "lib/exception_handling.rb".freeze, "lib/exception_handling/exception_catalog.rb".freeze, "lib/exception_handling/exception_description.rb".freeze, "lib/exception_handling/exception_info.rb".freeze, "lib/exception_handling/honeybadger_callbacks.rb".freeze, "lib/exception_handling/log_stub_error.rb".freeze, "lib/exception_handling/logging_methods.rb".freeze, "lib/exception_handling/mailer.rb".freeze, "lib/exception_handling/methods.rb".freeze, "lib/exception_handling/sensu.rb".freeze, "lib/exception_handling/testing.rb".freeze, "lib/exception_handling/version.rb".freeze, "spec/helpers/controller_helpers.rb".freeze, "spec/helpers/exception_helpers.rb".freeze, "spec/rake_test_warning_false.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/exception_handling/exception_catalog_spec.rb".freeze, "spec/unit/exception_handling/exception_description_spec.rb".freeze, "spec/unit/exception_handling/exception_info_spec.rb".freeze, "spec/unit/exception_handling/honeybadger_callbacks_spec.rb".freeze, "spec/unit/exception_handling/log_error_stub_spec.rb".freeze, "spec/unit/exception_handling/logging_methods_spec.rb".freeze, "spec/unit/exception_handling/mailer_spec.rb".freeze, "spec/unit/exception_handling/methods_spec.rb".freeze, "spec/unit/exception_handling/sensu_spec.rb".freeze, "spec/unit/exception_handling_spec.rb".freeze, "views/exception_handling/mailer/escalate_custom.html.erb".freeze, "views/exception_handling/mailer/escalation_notification.html.erb".freeze, "views/exception_handling/mailer/log_parser_exception_notification.html.erb".freeze] s.homepage = "https://github.com/Invoca/exception_handling".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Invoca's exception handling logger/emailer layer, based on exception_notifier. Works with Rails or EventMachine or EventMachine+Synchrony.".freeze s.test_files = ["spec/helpers/controller_helpers.rb".freeze, "spec/helpers/exception_helpers.rb".freeze, "spec/rake_test_warning_false.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/exception_handling/exception_catalog_spec.rb".freeze, "spec/unit/exception_handling/exception_description_spec.rb".freeze, "spec/unit/exception_handling/exception_info_spec.rb".freeze, "spec/unit/exception_handling/honeybadger_callbacks_spec.rb".freeze, "spec/unit/exception_handling/log_error_stub_spec.rb".freeze, "spec/unit/exception_handling/logging_methods_spec.rb".freeze, "spec/unit/exception_handling/mailer_spec.rb".freeze, "spec/unit/exception_handling/methods_spec.rb".freeze, "spec/unit/exception_handling/sensu_spec.rb".freeze, "spec/unit/exception_handling_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.2".freeze, "< 7.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.2".freeze, "< 7.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.2".freeze, "< 7.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) end