Skip to content

Commit

Permalink
gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Mar 1, 2010
1 parent 07168bb commit 92f0c2a
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions parallel_tests.gemspec
@@ -0,0 +1,60 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{parallel_tests}
s.version = "0.3.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Grosser"]
s.date = %q{2010-03-01}
s.email = %q{grosser.michael@gmail.com}
s.executables = ["parallel_test", "parallel_spec", "parallel_cucumber"]
s.extra_rdoc_files = [
"README.markdown"
]
s.files = [
".gitignore",
"README.markdown",
"Rakefile",
"VERSION",
"bin/parallel_cucumber",
"bin/parallel_spec",
"bin/parallel_test",
"lib/parallel_cucumber.rb",
"lib/parallel_specs.rb",
"lib/parallel_specs/spec_runtime_logger.rb",
"lib/parallel_tests.rb",
"spec/integration_spec.rb",
"spec/parallel_cucumber_spec.rb",
"spec/parallel_specs_spec.rb",
"spec/parallel_tests_spec.rb",
"spec/spec_helper.rb",
"tasks/parallel_specs.rake"
]
s.homepage = %q{http://github.com/grosser/parallel_tests}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{Run tests / specs / features in parallel}
s.test_files = [
"spec/spec_helper.rb",
"spec/parallel_tests_spec.rb",
"spec/parallel_specs_spec.rb",
"spec/parallel_cucumber_spec.rb",
"spec/integration_spec.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end

0 comments on commit 92f0c2a

Please sign in to comment.