Sha256: 4295b973f4d417ae2fb29e27a3b14804b2e34264e2fcf089be6d21f0d1e7887d

Contents?: true

Size: 864 Bytes

Versions: 2

Compression:

Stored size: 864 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'dreamcatcher/version'

Gem::Specification.new do |gem|
  gem.name          = "dreamcatcher"
  gem.version       = Dreamcatcher::VERSION
  gem.authors       = ["Willem van Bergen"]
  gem.email         = ["willem@railsdoctors.com"]
  gem.description   = %q{Catch exceptions and send email notifications with context.}
  gem.summary       = %q{Catch exceptions and send email notifications with context.}
  gem.homepage      = "https://github.com/wvanbergen/dreamcatcher"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_runtime_dependency("pony")
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dreamcatcher-0.0.2 dreamcatcher.gemspec
dreamcatcher-0.0.1 dreamcatcher.gemspec