summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-01-08 13:34:19 +0000
committerLee Jarvis <ljjarvis@gmail.com>2013-01-08 13:34:19 +0000
commit5f66c9a33880a85570e4513b4a5a21a8b649278c (patch)
tree60b9d15ad8061ea644252b703dda633815d84511 /Rakefile
parent27cb560694ec4a4d81bb3cda7ee8d00395af04ff (diff)
downloadslop-5f66c9a33880a85570e4513b4a5a21a8b649278c.tar.gz
comment out rdoc stuff for now because apparently travis doesnt like me
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/Rakefile b/Rakefile
index ee501ed..cf967fb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -13,16 +13,16 @@ end
require 'rdoc/task'
# requires sdoc and horo gems
-RDoc::Task.new do |rdoc|
- rdoc.title = 'Slop API Documentation'
- rdoc.rdoc_dir = 'doc'
+# RDoc::Task.new do |rdoc|
+# rdoc.title = 'Slop API Documentation'
+# rdoc.rdoc_dir = 'doc'
- rdoc.options << '-f' << 'sdoc'
- rdoc.options << '-T' << 'rails'
- rdoc.options << '-e' << 'UTF-8'
- rdoc.options << '-g'
+# rdoc.options << '-f' << 'sdoc'
+# rdoc.options << '-T' << 'rails'
+# rdoc.options << '-e' << 'UTF-8'
+# rdoc.options << '-g'
- rdoc.rdoc_files.include('lib/**/*.rb')
-end
+# rdoc.rdoc_files.include('lib/**/*.rb')
+# end
task :default => :test