Sha256: a650ffb65e5d6859b90e964c1b3d3b18b86b2e918adfc5ef908deee120569b9c

Contents?: true

Size: 1.19 KB

Versions: 3

Compression:

Stored size: 1.19 KB

Contents

# frozen_string_literal: true

require File.expand_path('lib/exception_handling/version', __dir__)

Gem::Specification.new do |spec|
  spec.authors       = ["Invoca"]
  spec.email         = ["development@invoca.com"]
  spec.description   = 'Exception handling logger'
  spec.summary       = "Invoca's exception handling logger layer, based on exception_notifier."
  spec.homepage      = "https://github.com/Invoca/exception_handling"

  spec.files         = `git ls-files`.split("\n")
  spec.executables   = spec.files.grep(%r{^bin/}).map { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/.*\.rb})
  spec.name          = "exception_handling"
  spec.require_paths = ["lib"]
  spec.version       = ExceptionHandling::VERSION
  spec.metadata      = {
    "source_code_uri"   => "https://github.com/Invoca/exception_handling",
    "allowed_push_host" => "https://rubygems.org"
  }
  spec.required_ruby_version = '>= 2.7'

  spec.add_dependency 'activesupport',     '>= 5.2'
  spec.add_dependency 'contextual_logger', '~> 1.0'
  spec.add_dependency 'escalate',          '~> 0.3'
  spec.add_dependency 'invoca-utils',      '~> 0.3'
  spec.add_dependency 'psych',             '>= 3.2'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
exception_handling-3.1.1 exception_handling.gemspec
exception_handling-3.1.1.pre.tstarck.1 exception_handling.gemspec
exception_handling-3.1.0 exception_handling.gemspec