From 85627c5749a491daadbc3a67206dab22c8fb4e33 Mon Sep 17 00:00:00 2001 From: Nick Gauthier Date: Tue, 6 Apr 2010 10:14:03 -0400 Subject: [PATCH] Version 0.16.1: fix to Test::Unit after RSpec support --- hydra.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.gemspec b/hydra.gemspec index e36f66d..2aa3ddb 100644 --- a/hydra.gemspec +++ b/hydra.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = %q{hydra} - s.version = "0.16.0" + s.version = "0.16.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nick Gauthier"]