From fb5e0117ab995c77baadea75ef43dacc56960e57 Mon Sep 17 00:00:00 2001 From: Watson Date: Thu, 1 Nov 2012 01:03:42 +0900 Subject: [PATCH] I've forgotten that I removed 'bundle exec' experimentally --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 599bf1ea..3c0fc656 100644 --- a/Rakefile +++ b/Rakefile @@ -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