Skip to content

Commit

Permalink
Regenerated gemspec for version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Mar 2, 2010
1 parent 6f68289 commit c07ad3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions parallel_tests.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

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.date = %q{2010-03-02}
s.email = %q{grosser.michael@gmail.com}
s.executables = ["parallel_test", "parallel_spec", "parallel_cucumber"]
s.extra_rdoc_files = [
Expand All @@ -27,6 +27,7 @@ Gem::Specification.new do |s|
"lib/parallel_specs.rb",
"lib/parallel_specs/spec_runtime_logger.rb",
"lib/parallel_tests.rb",
"parallel_tests.gemspec",
"spec/integration_spec.rb",
"spec/parallel_cucumber_spec.rb",
"spec/parallel_specs_spec.rb",
Expand All @@ -37,7 +38,7 @@ Gem::Specification.new do |s|
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.rubygems_version = %q{1.3.6}
s.summary = %q{Run tests / specs / features in parallel}
s.test_files = [
"spec/spec_helper.rb",
Expand Down

0 comments on commit c07ad3c

Please sign in to comment.