gshutler/hatchet

View on GitHub
hatchet.gemspec

Summary

Maintainability
Test Coverage
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/hatchet/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Garry Shutler"]
  gem.email         = ["garry@robustsoftware.co.uk"]
  gem.description   = %q{Logging library that provides the ability to add class/module specific filters}
  gem.summary       = %q{Logging library that provides the ability to add class/module specific filters}
  gem.homepage      = "http://gshutler.github.com/hatchet/"

  gem.files         = Dir['{lib,spec}/**/*'] + %w{LICENSE README.md RELEASE.md}
  gem.test_files    = Dir['spec/**/*']
  gem.name          = "hatchet"
  gem.require_paths = ["lib"]
  gem.version       = Hatchet::VERSION
  gem.license       = 'MIT'
  gem.add_development_dependency 'minitest', '~> 5.0'
end