--- !ruby/object:Gem::Specification name: sskirby-hydra version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 16 - 9 version: 0.16.9 platform: ruby authors: - Nick Gauthier - Sean Kirby - Tanzeeb Khalili - Matt Briggs autorequire: bindir: bin cert_chain: [] date: 2010-05-10 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: shoulda prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 2 - 10 - 3 version: 2.10.3 type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 1 - 3 - 0 version: 1.3.0 type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: cucumber prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 0 - 6 - 4 version: 0.6.4 type: :development version_requirements: *id003 description: Spread your tests over multiple machines to test your code faster. email: sskirby@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc - TODO files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - TODO - VERSION - caliper.yml - hydra-icon-64x64.png - hydra.gemspec - hydra_gray.png - lib/hydra.rb - lib/hydra/cucumber/formatter.rb - lib/hydra/hash.rb - lib/hydra/listener/abstract.rb - lib/hydra/listener/minimal_output.rb - lib/hydra/listener/notifier.rb - lib/hydra/listener/progress_bar.rb - lib/hydra/listener/report_generator.rb - lib/hydra/master.rb - lib/hydra/message.rb - lib/hydra/message/master_messages.rb - lib/hydra/message/runner_messages.rb - lib/hydra/message/worker_messages.rb - lib/hydra/messaging_io.rb - lib/hydra/pipe.rb - lib/hydra/runner.rb - lib/hydra/safe_fork.rb - lib/hydra/spec/autorun_override.rb - lib/hydra/spec/hydra_formatter.rb - lib/hydra/ssh.rb - lib/hydra/stdio.rb - lib/hydra/sync.rb - lib/hydra/tasks.rb - lib/hydra/trace.rb - lib/hydra/worker.rb - test/fixtures/assert_true.rb - test/fixtures/config.yml - test/fixtures/features/step_definitions.rb - test/fixtures/features/write_alternate_file.feature - test/fixtures/features/write_file.feature - test/fixtures/hello_world.rb - test/fixtures/slow.rb - test/fixtures/sync_test.rb - test/fixtures/write_file.rb - test/fixtures/write_file_alternate_spec.rb - test/fixtures/write_file_spec.rb - test/fixtures/write_file_with_pending_spec.rb - test/master_test.rb - test/message_test.rb - test/pipe_test.rb - test/runner_test.rb - test/ssh_test.rb - test/sync_test.rb - test/test_helper.rb - test/worker_test.rb has_rdoc: true homepage: http://github.com/sskirby/hydra licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Distributed testing toolkit test_files: - test/sync_test.rb - test/test_helper.rb - test/message_test.rb - test/runner_test.rb - test/fixtures/write_file.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/assert_true.rb - test/fixtures/write_file_spec.rb - test/fixtures/features/step_definitions.rb - test/ssh_test.rb - test/pipe_test.rb - test/master_test.rb - test/worker_test.rb