Version bump to v0.7.0. Can load YAML to start a Master. More resilient shutdown system.

This commit is contained in:
Nick Gauthier 2010-02-04 11:40:57 -05:00
parent d51268655d
commit 71b4ce2845
1 changed files with 6 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.6.0" s.version = "0.7.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-02-03} s.date = %q{2010-02-04}
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 = [
@ -25,8 +25,10 @@ Gem::Specification.new do |s|
"Rakefile", "Rakefile",
"TODO", "TODO",
"VERSION", "VERSION",
"caliper.yml",
"hydra.gemspec", "hydra.gemspec",
"lib/hydra.rb", "lib/hydra.rb",
"lib/hydra/hash.rb",
"lib/hydra/master.rb", "lib/hydra/master.rb",
"lib/hydra/message.rb", "lib/hydra/message.rb",
"lib/hydra/message/master_messages.rb", "lib/hydra/message/master_messages.rb",
@ -37,8 +39,10 @@ Gem::Specification.new do |s|
"lib/hydra/runner.rb", "lib/hydra/runner.rb",
"lib/hydra/ssh.rb", "lib/hydra/ssh.rb",
"lib/hydra/stdio.rb", "lib/hydra/stdio.rb",
"lib/hydra/trace.rb",
"lib/hydra/worker.rb", "lib/hydra/worker.rb",
"test/fixtures/assert_true.rb", "test/fixtures/assert_true.rb",
"test/fixtures/config.yml",
"test/fixtures/echo_the_dolphin.rb", "test/fixtures/echo_the_dolphin.rb",
"test/fixtures/slow.rb", "test/fixtures/slow.rb",
"test/fixtures/write_file.rb", "test/fixtures/write_file.rb",