Skip to content

Commit

Permalink
Remove rdoc generation from Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonroelofs committed Sep 18, 2013
1 parent 1636b7b commit 02f4797
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Rakefile
@@ -1,10 +1,9 @@
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
# require 'rubygems'

require 'bundler/setup'
require 'graticule/version'
require 'active_support'
require 'rake/testtask'
require 'rdoc/task'
require 'yaml'

desc 'Default: run unit tests.'
Expand All @@ -29,15 +28,6 @@ Rake::TestTask.new(:test) do |t|
t.verbose = true
end

desc 'Generate documentatio'
RDoc::Task.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'Graticule'
rdoc.options << '--line-numbers' << '--inline-source'
rdoc.rdoc_files.include('README.txt')
rdoc.rdoc_files.include('lib/**/*.rb')
end

require 'active_support'
require 'net/http'
require 'uri'
Expand Down

0 comments on commit 02f4797

Please sign in to comment.