From b491f767a0ab16d43cb30f8de7cefaf3da178a4f Mon Sep 17 00:00:00 2001 From: Nick Gauthier Date: Tue, 26 Jan 2010 15:32:01 -0500 Subject: [PATCH] setup gem --- Rakefile | 2 +- hydra.gemspec | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 8e59fa5..2ecccdd 100644 --- a/Rakefile +++ b/Rakefile @@ -6,7 +6,7 @@ begin Jeweler::Tasks.new do |gem| gem.name = "hydra" gem.summary = %Q{Distributed testing toolkit} - gem.description = %Q{TODO: longer description of your gem} + gem.description = %Q{Spread your tests over multiple machines to test your code faster.} gem.email = "nick@smartlogicsolutions.com" gem.homepage = "http://github.com/ngauthier/hydra" gem.authors = ["Nick Gauthier"] diff --git a/hydra.gemspec b/hydra.gemspec index dd72fad..a137798 100644 --- a/hydra.gemspec +++ b/hydra.gemspec @@ -5,12 +5,12 @@ Gem::Specification.new do |s| s.name = %q{hydra} - s.version = "0.0.0" + s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nick Gauthier"] s.date = %q{2010-01-26} - s.description = %q{TODO: longer description of your gem} + s.description = %q{Spread your tests over multiple machines to test your code faster.} s.email = %q{nick@smartlogicsolutions.com} s.extra_rdoc_files = [ "LICENSE", @@ -23,6 +23,7 @@ Gem::Specification.new do |s| "README.rdoc", "Rakefile", "VERSION", + "hydra.gemspec", "lib/hydra.rb", "lib/hydra/pipe.rb", "lib/hydra/ssh.rb",