summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-01-12 11:47:06 +0000
committerLee Jarvis <ljjarvis@gmail.com>2013-01-12 11:47:06 +0000
commitc613b9e96824919e26966e75ee882b266c2d08e1 (patch)
treec5f8c0d2d40eae7630d5d79e9ca1efffd3db8b32 /Rakefile
parente7828864b0289aa4852bde3ae16366c34a032291 (diff)
downloadslop-c613b9e96824919e26966e75ee882b266c2d08e1.tar.gz
comment out doc task because travis hates me
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/Rakefile b/Rakefile
index d727f26..02cb12e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,20 +10,20 @@ Rake::TestTask.new do |t|
t.test_files = Dir['test/*_test.rb']
end
-begin
- require 'rdoc/task'
+# begin
+# require 'rdoc/task'
- # requires sdoc and horo gems
- 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.rdoc_files.include('lib/**/*.rb')
- end
-rescue LoadError
-end
+# # requires sdoc and horo gems
+# 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.rdoc_files.include('lib/**/*.rb')
+# end
+# rescue LoadError
+# end
task :default => :test