From c08bf86e0a9610d34ce83d0314a7cd737e4d74bc Mon Sep 17 00:00:00 2001 From: Nick Gauthier Date: Fri, 28 May 2010 10:59:03 -0400 Subject: [PATCH] Version 0.18.0: JSLint support --- hydra.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.gemspec b/hydra.gemspec index 5309914..63177a5 100644 --- a/hydra.gemspec +++ b/hydra.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = %q{hydra} - s.version = "0.17.0" + s.version = "0.18.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nick Gauthier"]