Skip to content

Commit

Permalink
remove rdoc task
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Sep 29, 2011
1 parent 5071072 commit 6887c89
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Rakefile
Expand Up @@ -60,14 +60,6 @@ task :coverage do
sh "open coverage/index.html" sh "open coverage/index.html"
end end


require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = "#{name} #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end

desc "Open an irb session preloaded with this library" desc "Open an irb session preloaded with this library"
task :console do task :console do
sh "irb -rubygems -r ./lib/#{name}.rb" sh "irb -rubygems -r ./lib/#{name}.rb"
Expand Down

0 comments on commit 6887c89

Please sign in to comment.