diff options
| author | Randy Morgan <[email protected]> | 2012-07-14 13:39:06 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-07-14 13:39:06 +0900 |
| commit | 2123e0d045c04d92bba98e6feb56ac94dff7d1cd (patch) | |
| tree | 7f3805cb1ed7f967aa4cc4160069ca6408e231f6 /Rakefile | |
| parent | 0667969d93749f7f2364bb4c7dd58edaea25803c (diff) | |
| download | caxlsx-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-- | Rakefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
