Sha256: 408f23aa833d8d7872f494628065618b04dbb6c705b5cb636409f55f430e4305

Contents?: true

Size: 1.35 KB

Versions: 3

Compression:

Stored size: 1.35 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/emailer'
  spec.summary       = "Invoca's exception handling logger/emailer layer, based on exception_notifier. Works with Rails or EventMachine or EventMachine+Synchrony."
  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 'actionmailer',      '>= 4.2', '< 7.0'
  spec.add_dependency 'actionpack',        '>= 4.2', '< 7.0'
  spec.add_dependency 'activesupport',     '>= 4.2', '< 7.0'
  spec.add_dependency 'contextual_logger', '~> 0.7'
  spec.add_dependency 'escalate',          '~> 0.3'
  spec.add_dependency 'eventmachine',      '~> 1.0'
  spec.add_dependency 'invoca-utils',      '~> 0.3'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
exception_handling-2.10.0 exception_handling.gemspec
exception_handling-2.10.0.pre.2 exception_handling.gemspec
exception_handling-2.10.0.pre.1 exception_handling.gemspec