hydra.gemspec in sskirby-hydra-0.16.10 vs hydra.gemspec in sskirby-hydra-0.17.1
- old
+ new
@@ -3,14 +3,14 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{hydra}
- s.version = "0.16.7"
+ s.version = "0.17.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = ["Nick Gauthier", "Sean Kirby", "Tanzeeb Khalili", "Matt Briggs"]
+ s.authors = ["Nick Gauthier"]
s.date = %q{2010-05-10}
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",
@@ -79,44 +79,44 @@
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.summary = %q{Distributed testing toolkit}
s.test_files = [
- "test/sync_test.rb",
- "test/test_helper.rb",
- "test/message_test.rb",
- "test/runner_test.rb",
- "test/fixtures/write_file.rb",
+ "test/pipe_test.rb",
+ "test/ssh_test.rb",
+ "test/fixtures/write_file_alternate_spec.rb",
"test/fixtures/sync_test.rb",
"test/fixtures/hello_world.rb",
- "test/fixtures/write_file_alternate_spec.rb",
- "test/fixtures/write_file_with_pending_spec.rb",
- "test/fixtures/slow.rb",
+ "test/fixtures/features/step_definitions.rb",
"test/fixtures/assert_true.rb",
+ "test/fixtures/slow.rb",
"test/fixtures/write_file_spec.rb",
- "test/fixtures/features/step_definitions.rb",
- "test/ssh_test.rb",
- "test/pipe_test.rb",
+ "test/fixtures/write_file_with_pending_spec.rb",
+ "test/fixtures/write_file.rb",
+ "test/message_test.rb",
+ "test/test_helper.rb",
"test/master_test.rb",
+ "test/runner_test.rb",
+ "test/sync_test.rb",
"test/worker_test.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<shoulda>, ["= 2.10.3"])
s.add_development_dependency(%q<rspec>, ["= 1.3.0"])
- s.add_development_dependency(%q<cucumber>, ["= 0.6.4"])
+ s.add_development_dependency(%q<cucumber>, ["= 0.7.2"])
else
s.add_dependency(%q<shoulda>, ["= 2.10.3"])
s.add_dependency(%q<rspec>, ["= 1.3.0"])
- s.add_dependency(%q<cucumber>, ["= 0.6.4"])
+ s.add_dependency(%q<cucumber>, ["= 0.7.2"])
end
else
s.add_dependency(%q<shoulda>, ["= 2.10.3"])
s.add_dependency(%q<rspec>, ["= 1.3.0"])
- s.add_dependency(%q<cucumber>, ["= 0.6.4"])
+ s.add_dependency(%q<cucumber>, ["= 0.7.2"])
end
end