From d94367087863240d5537061260ba9eb33fca3ff8 Mon Sep 17 00:00:00 2001 From: Nick Gauthier Date: Tue, 7 Sep 2010 14:25:12 -0400 Subject: [PATCH] Version 0.21.1: RAILS_ENV deprecated --- hydra.gemspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hydra.gemspec b/hydra.gemspec index 8e3269f..221d604 100644 --- a/hydra.gemspec +++ b/hydra.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{hydra} - s.version = "0.21.0" + s.version = "0.21.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nick Gauthier"] - s.date = %q{2010-08-23} + s.date = %q{2010-09-07} s.default_executable = %q{warmsnake.rb} s.description = %q{Spread your tests over multiple machines to test your code faster.} s.email = %q{nick@smartlogicsolutions.com} @@ -56,6 +56,7 @@ Gem::Specification.new do |s| "lib/hydra/stdio.rb", "lib/hydra/sync.rb", "lib/hydra/tasks.rb", + "lib/hydra/tmpdir.rb", "lib/hydra/trace.rb", "lib/hydra/worker.rb", "test/fixtures/assert_true.rb",