setup gem

This commit is contained in:
Nick Gauthier 2010-01-26 15:32:01 -05:00
parent dc1fd65de2
commit b491f767a0
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ begin
Jeweler::Tasks.new do |gem| Jeweler::Tasks.new do |gem|
gem.name = "hydra" gem.name = "hydra"
gem.summary = %Q{Distributed testing toolkit} 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.email = "nick@smartlogicsolutions.com"
gem.homepage = "http://github.com/ngauthier/hydra" gem.homepage = "http://github.com/ngauthier/hydra"
gem.authors = ["Nick Gauthier"] gem.authors = ["Nick Gauthier"]

View File

@ -5,12 +5,12 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{hydra} 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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nick Gauthier"] s.authors = ["Nick Gauthier"]
s.date = %q{2010-01-26} 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.email = %q{nick@smartlogicsolutions.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"LICENSE", "LICENSE",
@ -23,6 +23,7 @@ Gem::Specification.new do |s|
"README.rdoc", "README.rdoc",
"Rakefile", "Rakefile",
"VERSION", "VERSION",
"hydra.gemspec",
"lib/hydra.rb", "lib/hydra.rb",
"lib/hydra/pipe.rb", "lib/hydra/pipe.rb",
"lib/hydra/ssh.rb", "lib/hydra/ssh.rb",