Add bundler gem skeleton

This commit is contained in:
ragaskar
2011-04-29 20:01:40 -04:00
parent 9d5470ff55
commit 48c8d2cc1f
6 changed files with 38 additions and 33 deletions

View File

@@ -29,6 +29,9 @@ def substitute_jasmine_version(filename)
File.open(filename, 'w') { |f| f.write(contents) }
end
require 'bundler'
Bundler::GemHelper.install_tasks
task :default => :spec
desc "Run spec suite: Browser, Node, JSHint"