soundcheck.gemspec in soundcheck-0.2.1 vs soundcheck.gemspec in soundcheck-0.2.2

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "soundcheck" - s.version = "0.2.1" + s.version = "0.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Marten Veldthuis"] s.date = "2011-11-06" s.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." @@ -39,24 +39,30 @@ "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-cutest/Rakefile", + "fixtures/ruby-cutest/test/foo.rb", + "fixtures/ruby-rspec-exception/Rakefile", "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/Rakefile", "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", + "fixtures/ruby-unknown-framework/Gemfile", "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/ruby_cutest_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"