setup gem
This commit is contained in:
parent
dc1fd65de2
commit
b491f767a0
2
Rakefile
2
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"]
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue