Sha256: d845ecee2b615295dc8527054fdfb471a50bc3e68c5d946546e1f38e32160c2a

Contents?: true

Size: 552 Bytes

Versions: 34

Compression:

Stored size: 552 Bytes

Contents

$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
name = "parallel_tests"
require "#{name}/version"

Gem::Specification.new name, ParallelTests::VERSION do |s|
  s.summary = "Run Test::Unit / RSpec / Cucumber / Spinach in parallel"
  s.authors = ["Michael Grosser"]
  s.email = "michael@grosser.it"
  s.homepage = "http://github.com/grosser/#{name}"
  s.files = `git ls-files`.split("\n")
  s.license = "MIT"
  s.executables = ["parallel_spinach", "parallel_cucumber", "parallel_rspec", "parallel_test"]
  s.add_runtime_dependency "parallel"
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
parallel_tests-0.16.7 parallel_tests.gemspec
parallel_tests-0.16.6 parallel_tests.gemspec
parallel_tests-0.16.5 parallel_tests.gemspec
parallel_tests-0.16.4 parallel_tests.gemspec
parallel_tests-0.16.3 parallel_tests.gemspec
parallel_tests-0.16.2 parallel_tests.gemspec
parallel_tests-0.16.1 parallel_tests.gemspec
parallel_tests-0.16.0 parallel_tests.gemspec
parallel_tests-0.15.4 parallel_tests.gemspec
parallel_tests-0.15.3 parallel_tests.gemspec
parallel_tests-0.15.2 parallel_tests.gemspec
parallel_tests-0.15.1 parallel_tests.gemspec
parallel_tests-0.15.0 parallel_tests.gemspec
parallel_tests-0.14.0 parallel_tests.gemspec