summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-10-08 00:52:06 -0300
committerAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-10-09 23:33:49 -0300
commit5c95ab061848c2923466b55f0de10d2ee79c80bf (patch)
tree28fc4bc4675e707f6db130973107d19cace7c623 /Rakefile
parentf5b08565e35b7f10b12c10110e61fe22409cc2a3 (diff)
downloadhighline-5c95ab061848c2923466b55f0de10d2ee79c80bf.tar.gz
Remove rdoc rake task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Rakefile b/Rakefile
index 0d73047..a3d72a8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,3 @@
-require "rdoc/task"
require "rake/testtask"
require "rubygems/package_task"
require "bundler/gem_tasks"
@@ -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