summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 1ac10e85..bf6fe7d0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -9,8 +9,9 @@ task :benchmark do
end
task :gendoc do
- system "yardoc"
- system "yard stats --list-undoc"
+ puts 'yard doc generation disabled until JRuby build native extensions for redcarpet or yard removes the dependency.'
+ # system "yardoc"
+ # system "yard stats --list-undoc"
end
task :test do