Skip to content

Commit

Permalink
Remove refernces to rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Goldstein committed Jul 15, 2013
1 parent 47802b5 commit 2667a4c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'rdoc/task'
require 'rubygems/package_task'
require 'rspec/core/rake_task'
begin
Expand All @@ -17,10 +16,5 @@ RSpec::Core::RakeTask.new do |t|
# Put spec opts in a file named .rspec in root
end

Rake::RDocTask.new do |rd|
rd.main = "README"
rd.rdoc_dir = 'doc'
rd.rdoc_files.include("README", "**/*.rb")
end


0 comments on commit 2667a4c

Please sign in to comment.