diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-01 21:51:23 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-01 21:51:23 +0000 |
commit | ca1105be02e1baf867eaeb2c56049f87d8a9ecd3 (patch) | |
tree | 0bc119bc2f51c6ed90e778306122a6e2ec01803b /rbot.gemspec | |
parent | c097e2c9599367e8d956ef9f1f9bafbc0901d107 (diff) |
fixy
Diffstat (limited to 'rbot.gemspec')
-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. |