Sha256: d8b293965ffdbd5335b47525ce4da0265deb99da1682db7e69a75e174295e47d

Contents?: true

Size: 694 Bytes

Versions: 8

Compression:

Stored size: 694 Bytes

Contents

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

Gem::Specification.new do |gem|
  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.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.name          = "fivemat"
  gem.require_paths = ["lib"]
  gem.version       = '1.3.3'
end

Version data entries

8 entries across 7 versions & 4 rubygems

Version Path
logstash-filter-csharp-0.2.1 vendor/bundle/jruby/2.3.0/gems/fivemat-1.3.3/fivemat.gemspec
logstash-filter-csharp-0.2.0 vendor/bundle/jruby/2.3.0/gems/fivemat-1.3.3/fivemat.gemspec
logstash-output-icinga-1.1.0 vendor/jruby/1.9/gems/fivemat-1.3.3/fivemat.gemspec
logstash-output-icinga-1.1.0 vendor/jruby/2.3.0/gems/fivemat-1.3.3/fivemat.gemspec
logstash-filter-csharp-0.1.0 vendor/bundle/jruby/2.3.0/gems/fivemat-1.3.3/fivemat.gemspec
logstash-filter-htmlentities-0.1.0 vendor/bundle/jruby/1.9/gems/fivemat-1.3.3/fivemat.gemspec
logstash-output-icinga-1.0.0 vendor/jruby/1.9/gems/fivemat-1.3.3/fivemat.gemspec
fivemat-1.3.3 fivemat.gemspec