summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 18c66a06..9f9157de 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
s.autorequire = 'rbot/ircbot'
s.has_rdoc = true
- s.rdoc_options = ['--exclude', '(post-config.rb|rbotconfig.rb)',
+ s.rdoc_options = ['--exclude', 'post-install.rb',
'--title', 'rbot API Documentation', '--main', 'README', 'README']
s.author = 'Tom Gilbert'