Sha256: 94948dc4d9f79ac8a56094eecc5c27861ea55448888159f57d9c6507480365af

Contents?: true

Size: 1.15 KB

Versions: 2

Compression:

Stored size: 1.15 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.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.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
exception_handling-3.0.0 exception_handling.gemspec
exception_handling-3.0.0.pre.2 exception_handling.gemspec