Version 0.6.0 -- Master can run workers over SSH

This commit is contained in:
Nick Gauthier 2010-02-03 16:06:38 -05:00
parent a9ce904887
commit e8e309a2c8
1 changed files with 5 additions and 2 deletions

View File

@ -5,11 +5,11 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{hydra} 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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nick Gauthier"] 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.description = %q{Spread your tests over multiple machines to test your code faster.}
s.email = %q{nick@smartlogicsolutions.com} s.email = %q{nick@smartlogicsolutions.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
@ -36,9 +36,11 @@ Gem::Specification.new do |s|
"lib/hydra/pipe.rb", "lib/hydra/pipe.rb",
"lib/hydra/runner.rb", "lib/hydra/runner.rb",
"lib/hydra/ssh.rb", "lib/hydra/ssh.rb",
"lib/hydra/stdio.rb",
"lib/hydra/worker.rb", "lib/hydra/worker.rb",
"test/fixtures/assert_true.rb", "test/fixtures/assert_true.rb",
"test/fixtures/echo_the_dolphin.rb", "test/fixtures/echo_the_dolphin.rb",
"test/fixtures/slow.rb",
"test/fixtures/write_file.rb", "test/fixtures/write_file.rb",
"test/master_test.rb", "test/master_test.rb",
"test/message_test.rb", "test/message_test.rb",
@ -58,6 +60,7 @@ Gem::Specification.new do |s|
"test/test_helper.rb", "test/test_helper.rb",
"test/ssh_test.rb", "test/ssh_test.rb",
"test/fixtures/write_file.rb", "test/fixtures/write_file.rb",
"test/fixtures/slow.rb",
"test/fixtures/assert_true.rb", "test/fixtures/assert_true.rb",
"test/fixtures/echo_the_dolphin.rb", "test/fixtures/echo_the_dolphin.rb",
"test/master_test.rb", "test/master_test.rb",