Skip to content

Commit

Permalink
removes rdoc as it was not used and caused errors in rubinius on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
langalex committed Jan 27, 2013
1 parent 6d39310 commit 8890ca0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Rakefile
Expand Up @@ -3,11 +3,6 @@ Bundler::GemHelper.install_tasks

require 'rake'
require "rspec/core/rake_task"
begin
require 'rdoc/task'
rescue LoadError
require 'rake/rdoctask'
end

task :default => :spec

Expand Down Expand Up @@ -37,15 +32,4 @@ task :spec do
end
end
end

end

desc 'Generate documentation'
Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'Couch Potato'
rdoc.options << '--line-numbers' << '--inline-source'
rdoc.rdoc_files.include('README.md')
rdoc.rdoc_files.include('lib/couch_potato.rb')
rdoc.rdoc_files.include('lib/couch_potato/**/*.rb')
end

0 comments on commit 8890ca0

Please sign in to comment.