Sha256: c8a5ec07925720bd1cf325603dd8ec909ec1c005e9e544c36b1e1c5ffbc020a9
Contents?: true
Size: 609 Bytes
Versions: 5
Compression:
Stored size: 609 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"] s.email = ["djanowski@dimaion.com", "michel@soveran.com"] s.homepage = "http://github.com/djanowski/cutest" s.files = Dir[ "LICENSE", "README.markdown", "Rakefile", "lib/**/*.rb", "*.gemspec", "test/**/*.*" ] s.executables.push "cutest" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
cutest-1.2.0 | cutest.gemspec |
cutest-1.2.0.rc3 | cutest.gemspec |
cutest-1.2.0.rc2 | cutest.gemspec |
cutest-1.2.0.rc1 | cutest.gemspec |
cutest-1.1.3 | cutest.gemspec |