From 2123e0d045c04d92bba98e6feb56ac94dff7d1cd Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sat, 14 Jul 2012 13:39:06 +0900 Subject: update rake file and gem spec to document yard / redcarpet native extensions issue on JRuby --- Rakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Rakefile') 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 -- cgit v1.2.3