I've forgotten that I removed 'bundle exec' experimentally

This commit is contained in:
Watson
2012-11-01 01:03:42 +09:00
parent c94c4b1aaa
commit fb5e0117ab

View File

@@ -196,6 +196,6 @@ namespace :doc do
docset_files = Dir.glob(File.join(DOCSET_RUBY_FILES_DIR, '*.rb')).join(" ")
FileUtils.rm_rf OUTPUT_DIR
sh "cd vm; yardoc -o ../#{OUTPUT_DIR} #{rubymotion_files} #{docset_files}"
sh "cd vm; bundle exec yardoc -o ../#{OUTPUT_DIR} #{rubymotion_files} #{docset_files}"
end
end