diff options
-rw-r--r-- | rbot.gemspec | 6 |
1 files 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. |