From c613b9e96824919e26966e75ee882b266c2d08e1 Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Sat, 12 Jan 2013 11:47:06 +0000 Subject: comment out doc task because travis hates me --- Rakefile | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'Rakefile') 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 -- cgit v1.2.1