Sha256: 2b2ef91851374e419abb4b50517bdff1ace74ab3b1a67f6d9c2c46ef0926dd17
Contents?: true
Size: 604 Bytes
Versions: 3
Compression:
Stored size: 604 Bytes
Contents
require "./lib/cutest" Gem::Specification.new do |s| s.name = "cutest" s.version = Cutest::VERSION s.summary = "Forking tests." s.description = "Run tests in separate processes to avoid shared state." s.authors = ["Damian Janowski", "Michel Martens", "Cyril David"] s.email = ["djanowski@dimaion.com", "michel@soveran.com", "me@cyrildavid.com"] s.homepage = "https://github.com/djanowski/cutest" s.license = "MIT" s.files = `git ls-files`.split("\n") s.executables.push "cutest" s.add_dependency "clap" end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
polizia-1.0.0 | .gs/gems/cutest-1.2.3/cutest.gemspec |
cutest-1.2.3 | cutest.gemspec |
cutest-1.2.2 | cutest.gemspec |