# -*- encoding: utf-8 -*- # stub: exception_handling 3.1.0 ruby lib Gem::Specification.new do |s| s.name = "exception_handling".freeze s.version = "3.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".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 = "2024-03-12" s.description = "Exception handling logger".freeze s.email = ["development@invoca.com".freeze] s.files = [".github/CODEOWNERS".freeze, ".github/workflows/pipeline.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".tool-versions".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/rails_5.gemfile".freeze, "gemfiles/rails_6.gemfile".freeze, "gemfiles/rails_7.gemfile".freeze, "lib/exception_handling.rb".freeze, "lib/exception_handling/escalate_callback.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/log_stub_error.rb".freeze, "lib/exception_handling/logging_methods.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/escalate_callback_spec.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/log_error_stub_spec.rb".freeze, "spec/unit/exception_handling/logging_methods_spec.rb".freeze, "spec/unit/exception_handling_spec.rb".freeze] s.homepage = "https://github.com/Invoca/exception_handling".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Invoca's exception handling logger layer, based on exception_notifier.".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/escalate_callback_spec.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/log_error_stub_spec.rb".freeze, "spec/unit/exception_handling/logging_methods_spec.rb".freeze, "spec/unit/exception_handling_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 5.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) end