Sha256: 16ab03535d9b856aa75a24b833338efaac3db014c03bc3259c703a90718d1f3b
Contents?: true
Size: 764 Bytes
Versions: 32
Compression:
Stored size: 764 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "fivemat" gem.version = "1.3.7" 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
32 entries across 32 versions & 4 rubygems