summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-07-14 13:39:06 +0900
committerRandy Morgan <[email protected]>2012-07-14 13:39:06 +0900
commit2123e0d045c04d92bba98e6feb56ac94dff7d1cd (patch)
tree7f3805cb1ed7f967aa4cc4160069ca6408e231f6 /Rakefile
parent0667969d93749f7f2364bb4c7dd58edaea25803c (diff)
downloadcaxlsx-2123e0d045c04d92bba98e6feb56ac94dff7d1cd.tar.gz
caxlsx-2123e0d045c04d92bba98e6feb56ac94dff7d1cd.zip
update rake file and gem spec to document yard / redcarpet native extensions issue on JRuby
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