--- !ruby/object:Gem::Specification name: soundcheck version: !ruby/object:Gem::Version version: 0.2.0 prerelease: platform: ruby authors: - Marten Veldthuis autorequire: bindir: bin cert_chain: [] date: 2011-11-06 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activesupport requirement: &14479940 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3.0' type: :runtime prerelease: false version_requirements: *14479940 - !ruby/object:Gem::Dependency name: rspec requirement: &14477860 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *14477860 - !ruby/object:Gem::Dependency name: jeweler requirement: &14476980 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.6.4 type: :development prerelease: false version_requirements: *14476980 - !ruby/object:Gem::Dependency name: rcov requirement: &14476100 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *14476100 - !ruby/object:Gem::Dependency name: cucumber requirement: &14474440 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *14474440 description: Soundcheck tries to figure out what kind of project you're working on, what test file you're trying to run, and what the fastest way is to run that. email: marten@veldthuis.com executables: - soundcheck extensions: [] extra_rdoc_files: - LICENSE.txt - README.markdown files: - .document - .rspec - Gemfile - Gemfile.lock - LICENSE.txt - README.markdown - Rakefile - VERSION - bin/soundcheck - features/soundcheck.feature - features/step_definitions/steps.rb - fixtures/node-expresso/package.json - fixtures/node-expresso/test/expresso.js - fixtures/ruby-bundler-rspec/Gemfile - fixtures/ruby-bundler-rspec/Gemfile.lock - fixtures/ruby-bundler-rspec/spec/spec_helper.rb - fixtures/ruby-bundler-rspec/spec/with_spec_helper_spec.rb - fixtures/ruby-bundler-rspec/spec/without_spec_helper_spec.rb - fixtures/ruby-cucumber-rspec/features/cucumber.feature - fixtures/ruby-cucumber-rspec/spec/spec_helper.rb - fixtures/ruby-cucumber-rspec/spec/with_spec_helper_spec.rb - fixtures/ruby-cucumber-rspec/spec/without_spec_helper_spec.rb - fixtures/ruby-cucumber/features/cucumber.feature - fixtures/ruby-rspec-exception/spec/spec_helper.rb - fixtures/ruby-rspec-exception/spec/with_spec_helper_spec.rb - fixtures/ruby-rspec-exception/spec/without_spec_helper_spec.rb - fixtures/ruby-rspec/spec/spec_helper.rb - fixtures/ruby-rspec/spec/with_spec_helper_spec.rb - fixtures/ruby-rspec/spec/without_spec_helper_spec.rb - lib/soundcheck.rb - lib/soundcheck/frameworks.rb - lib/soundcheck/languages.rb - lib/soundcheck/logging.rb - lib/soundcheck/project.rb - soundcheck.gemspec - spec/soundcheck/frameworks/cucumber_spec.rb - spec/soundcheck/frameworks/expresso_spec.rb - spec/soundcheck/frameworks/rspec_spec.rb - spec/soundcheck/frameworks_spec.rb - spec/soundcheck/languages_spec.rb - spec/soundcheck/project_spec.rb - spec/soundcheck_spec.rb - spec/spec_helper.rb homepage: http://github.com/marten/soundcheck licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 1143988248935752491 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.11 signing_key: specification_version: 3 summary: Automatically runs correct test command test_files: []