]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
fixy
authorTom Gilbert <tom@linuxbrit.co.uk>
Mon, 1 Aug 2005 21:51:23 +0000 (21:51 +0000)
committerTom Gilbert <tom@linuxbrit.co.uk>
Mon, 1 Aug 2005 21:51:23 +0000 (21:51 +0000)
rbot.gemspec

index f8bb0874175ded2e9142d27e75bfa90fe9758f98..14e5cec827804a4004f16d1ace9f225951f25ba8 100644 (file)
@@ -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.