From e8e309a2c892acfb615d7799b28740b031f6c8b3 Mon Sep 17 00:00:00 2001 From: Nick Gauthier Date: Wed, 3 Feb 2010 16:06:38 -0500 Subject: [PATCH] Version 0.6.0 -- Master can run workers over SSH --- hydra.gemspec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hydra.gemspec b/hydra.gemspec index 5231307..91c6471 100644 --- a/hydra.gemspec +++ b/hydra.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{hydra} - s.version = "0.5.0" + s.version = "0.6.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nick Gauthier"] - s.date = %q{2010-01-29} + s.date = %q{2010-02-03} s.description = %q{Spread your tests over multiple machines to test your code faster.} s.email = %q{nick@smartlogicsolutions.com} s.extra_rdoc_files = [ @@ -36,9 +36,11 @@ Gem::Specification.new do |s| "lib/hydra/pipe.rb", "lib/hydra/runner.rb", "lib/hydra/ssh.rb", + "lib/hydra/stdio.rb", "lib/hydra/worker.rb", "test/fixtures/assert_true.rb", "test/fixtures/echo_the_dolphin.rb", + "test/fixtures/slow.rb", "test/fixtures/write_file.rb", "test/master_test.rb", "test/message_test.rb", @@ -58,6 +60,7 @@ Gem::Specification.new do |s| "test/test_helper.rb", "test/ssh_test.rb", "test/fixtures/write_file.rb", + "test/fixtures/slow.rb", "test/fixtures/assert_true.rb", "test/fixtures/echo_the_dolphin.rb", "test/master_test.rb",