Sha256: 40115c589097684f121a0f156c58326b289c1b8db40006cd6373e35496f3c618

Contents?: true

Size: 764 Bytes

Versions: 3

Compression:

Stored size: 764 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |gem|
  gem.name          = "fivemat"
  gem.version       = "1.3.6"
  gem.authors       = ["Tim Pope"]
  gem.email         = ["code@tp" + 'ope.net']
  gem.description   = %q{MiniTest/RSpec/Cucumber formatter that gives each test file its own line of dots}
  gem.summary       = %q{Why settle for a test output format when you could have a test output fivemat?}
  gem.homepage      = "https://github.com/tpope/fivemat"
  gem.license       = "MIT"

  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_development_dependency('rake')
end

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
logstash-filter-device_detection-1.0.7-java vendor/bundle/jruby/1.9/gems/fivemat-1.3.6/fivemat.gemspec
mrcooper-logstash-output-azuresearch-0.2.2 vendor/jruby/2.5.0/gems/fivemat-1.3.6/fivemat.gemspec
fivemat-1.3.6 fivemat.gemspec