Version bump to v0.7.1 ssh fixes and rails compatibility

This commit is contained in:
Nick Gauthier 2010-02-05 15:55:22 -05:00
parent be774187a3
commit 3b5ddec6a7
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Gem::Specification.new do |s|
s.name = %q{hydra}
s.version = "0.7.0"
s.version = "0.7.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nick Gauthier"]
@ -37,6 +37,7 @@ Gem::Specification.new do |s|
"lib/hydra/messaging_io.rb",
"lib/hydra/pipe.rb",
"lib/hydra/runner.rb",
"lib/hydra/safe_fork.rb",
"lib/hydra/ssh.rb",
"lib/hydra/stdio.rb",
"lib/hydra/trace.rb",