Rakefile in jspec-2.11.4 vs Rakefile in jspec-2.11.5
- old
+ new
@@ -12,11 +12,11 @@
p.email = "tj@vision-media.ca"
p.summary = "JavaScript BDD Testing Framework"
p.url = "http://visionmedia.github.com/jspec"
p.runtime_dependencies << "sinatra"
p.runtime_dependencies << "json"
- p.runtime_dependencies << "commander >=3.2.9"
- p.runtime_dependencies << "bind >=0.2.6"
+ p.runtime_dependencies << "commander >=4.0.0"
+ p.runtime_dependencies << "bind >=0.2.8"
end
namespace :pkg do
desc 'Build package'
task :build => ['pkg:clear'] do
\ No newline at end of file