rmm5t/minitest-matchers_vaccine

View on GitHub
minitest-matchers_vaccine.gemspec

Summary

Maintainability
Test Coverage
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'minitest/matchers_vaccine/version'

Gem::Specification.new do |spec|
  spec.name          = "minitest-matchers_vaccine"
  spec.version       = Minitest::MatchersVaccine::VERSION
  spec.authors       = ["Ryan McGeary"]
  spec.email         = ["ryan@mcgeary.org"]
  spec.summary       = %q{Adds support for RSpec-style matchers to minitest.}
  spec.description   = %q{Adds matcher support to minitest without all the other RSpec-style expectation "infections."}
  spec.homepage      = "https://github.com/rmm5t/minitest-matchers_vaccine"
  spec.license       = "MIT"

  spec.files         = Dir["{lib,test}/**/*", "README*", "LICENSE*"]
  spec.test_files    = Dir["{test}/**/*"]
  spec.require_paths = ["lib"]

  spec.required_ruby_version = ">= 1.9"

  spec.add_dependency "minitest", "~> 5.0"
  spec.add_development_dependency "rake"
end