summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authordelano <delano.mandelbaum@gmail.com>2012-09-19 12:48:00 -0400
committerdelano <delano.mandelbaum@gmail.com>2012-09-19 12:48:00 -0400
commit2b91e43185805bfd1c78fd3be9770670370d9997 (patch)
treeafa8ebb2880eac3195290bde6e9ceb39d1f39056 /Rakefile
parent92dce15c2c2712f037d0b9d81ecd34bc03cfc8c9 (diff)
downloadnet-ssh-2b91e43185805bfd1c78fd3be9770670370d9997.tar.gz
Updated issue link in readme
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 3059c6c..3a0a71e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -75,8 +75,6 @@ RDoc::Task.new do |t|
t.generator = 'hanna' # gem install hanna-nouveau
t.rdoc_dir = 'doc'
t.title = @spec.summary
- t.options << '--line-numbers' << '-A cattr_accessor=object'
- t.options << '--charset' << 'utf-8'
t.main = README
t.rdoc_files.include(README)
t.rdoc_files.include(CHANGES)