jasnode.gemspec in jasnode-0.4.0.0 vs jasnode.gemspec in jasnode-0.4.1.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{jasnode} - s.version = "0.4.0.0" + s.version = "0.4.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Cory Ondrejka"] - s.date = %q{2010-03-30} + s.date = %q{2010-03-31} s.default_executable = %q{jasnode} s.description = %q{Easy Jasmine BDD with Node.js} s.email = %q{cory.ondrejka+jasnode@gmail.com} s.executables = ["jasnode"] s.extra_rdoc_files = [ @@ -160,11 +160,14 @@ if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q<commander>, [">= 4.0.2"]) else + s.add_dependency(%q<commander>, [">= 4.0.2"]) end else + s.add_dependency(%q<commander>, [">= 4.0.2"]) end end