From ca1105be02e1baf867eaeb2c56049f87d8a9ecd3 Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Mon, 1 Aug 2005 21:51:23 +0000 Subject: fixy --- rbot.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rbot.gemspec b/rbot.gemspec index f8bb0874..14e5cec8 100644 --- a/rbot.gemspec +++ b/rbot.gemspec @@ -27,10 +27,10 @@ spec = Gem::Specification.new do |s| #### Load-time details: library and application (you will need one or both). s.autorequire = 'rbot/ircbot' s.has_rdoc = true - s.rdoc_options = ['--webcvs', '--include', 'lib', '--exclude', - '(data/|setup.rb|post-config.rb|rbotconfig.rb|timertest.rb)' + s.rdoc_options = ['--include', 'lib', '--exclude', + '(post-config.rb|rbotconfig.rb)' '--title', 'rbot API Documentation', '--main', 'lib/rbot/ircbot.rb', - 'lib', 'bin'] + 'lib', 'bin/rbot'] #### Author and project details. -- cgit v1.2.3