# -*- encoding: utf-8 -*- # stub: hydra 0.10.3 ruby lib Gem::Specification.new do |s| s.name = "hydra".freeze s.version = "0.10.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nick Gauthier".freeze] s.date = "2010-02-16" s.description = "Spread your tests over multiple machines to test your code faster.".freeze s.email = "nick@smartlogicsolutions.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze, "TODO".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "TODO".freeze, "VERSION".freeze, "caliper.yml".freeze, "hydra.gemspec".freeze, "lib/hydra.rb".freeze, "lib/hydra/hash.rb".freeze, "lib/hydra/master.rb".freeze, "lib/hydra/message.rb".freeze, "lib/hydra/message/master_messages.rb".freeze, "lib/hydra/message/runner_messages.rb".freeze, "lib/hydra/message/worker_messages.rb".freeze, "lib/hydra/messaging_io.rb".freeze, "lib/hydra/pipe.rb".freeze, "lib/hydra/runner.rb".freeze, "lib/hydra/safe_fork.rb".freeze, "lib/hydra/ssh.rb".freeze, "lib/hydra/stdio.rb".freeze, "lib/hydra/tasks.rb".freeze, "lib/hydra/trace.rb".freeze, "lib/hydra/worker.rb".freeze, "test/fixtures/assert_true.rb".freeze, "test/fixtures/config.yml".freeze, "test/fixtures/hello_world.rb".freeze, "test/fixtures/slow.rb".freeze, "test/fixtures/sync_test.rb".freeze, "test/fixtures/write_file.rb".freeze, "test/master_test.rb".freeze, "test/message_test.rb".freeze, "test/pipe_test.rb".freeze, "test/runner_test.rb".freeze, "test/ssh_test.rb".freeze, "test/test_helper.rb".freeze, "test/worker_test.rb".freeze] s.homepage = "http://github.com/ngauthier/hydra".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Distributed testing toolkit".freeze s.test_files = ["test/message_test.rb".freeze, "test/test_helper.rb".freeze, "test/ssh_test.rb".freeze, "test/fixtures/write_file.rb".freeze, "test/fixtures/slow.rb".freeze, "test/fixtures/sync_test.rb".freeze, "test/fixtures/assert_true.rb".freeze, "test/fixtures/hello_world.rb".freeze, "test/master_test.rb".freeze, "test/worker_test.rb".freeze, "test/runner_test.rb".freeze, "test/pipe_test.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["= 2.10.3".freeze]) end