From 3b5ddec6a74edee940a12d5d695d84d696de53d2 Mon Sep 17 00:00:00 2001 From: Nick Gauthier Date: Fri, 5 Feb 2010 15:55:22 -0500 Subject: [PATCH] Version bump to v0.7.1 ssh fixes and rails compatibility --- hydra.gemspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hydra.gemspec b/hydra.gemspec index b5f0f92..131745b 100644 --- a/hydra.gemspec +++ b/hydra.gemspec @@ -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",