Skip to content

Commit

Permalink
Remove rdoc rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
abinoam committed Oct 10, 2015
1 parent f5b0856 commit 5c95ab0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require "rdoc/task"
require "rake/testtask"
require "rubygems/package_task"
require "bundler/gem_tasks"
Expand All @@ -15,16 +14,6 @@ Rake::TestTask.new do |test|
test.test_files = FileList['test/test*.rb']
end

RDoc::Task.new do |rdoc|
rdoc.rdoc_files.include( "README.rdoc", "INSTALL",
"TODO", "Changelog.md",
"AUTHORS", "COPYING",
"LICENSE", "lib/**/*.rb")
rdoc.main = "README.rdoc"
rdoc.rdoc_dir = "doc/html"
rdoc.title = "HighLine Documentation"
end

Gem::PackageTask.new(SPEC) do |package|
# do nothing: I just need a gem but this block is required
end
Expand Down

0 comments on commit 5c95ab0

Please sign in to comment.