soundcheck.gemspec in soundcheck-0.0.2 vs soundcheck.gemspec in soundcheck-0.1.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "soundcheck" - s.version = "0.0.2" + s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Marten Veldthuis"] - s.date = "2011-10-28" + s.date = "2011-10-30" 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." s.email = "marten@veldthuis.com" s.executables = ["soundcheck"] s.extra_rdoc_files = [ "LICENSE.txt", @@ -42,28 +42,28 @@ "spec/soundcheck_spec.rb" ] s.homepage = "http://github.com/marten/soundcheck" s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = "1.8.10" + s.rubygems_version = "1.8.11" s.summary = "Automatically runs correct test command" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_development_dependency(%q<rspec>, ["~> 2.3.0"]) + s.add_development_dependency(%q<rspec>, [">= 0"]) s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"]) s.add_development_dependency(%q<rcov>, [">= 0"]) s.add_development_dependency(%q<cucumber>, [">= 0"]) else - s.add_dependency(%q<rspec>, ["~> 2.3.0"]) + s.add_dependency(%q<rspec>, [">= 0"]) s.add_dependency(%q<jeweler>, ["~> 1.6.4"]) s.add_dependency(%q<rcov>, [">= 0"]) s.add_dependency(%q<cucumber>, [">= 0"]) end else - s.add_dependency(%q<rspec>, ["~> 2.3.0"]) + s.add_dependency(%q<rspec>, [">= 0"]) s.add_dependency(%q<jeweler>, ["~> 1.6.4"]) s.add_dependency(%q<rcov>, [">= 0"]) s.add_dependency(%q<cucumber>, [">= 0"]) end end