diff options
Diffstat (limited to 'rbot.gemspec')
-rw-r--r-- | rbot.gemspec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rbot.gemspec b/rbot.gemspec index 14e5cec8..c63f3836 100644 --- a/rbot.gemspec +++ b/rbot.gemspec @@ -28,9 +28,8 @@ spec = Gem::Specification.new do |s| s.autorequire = 'rbot/ircbot' s.has_rdoc = true s.rdoc_options = ['--include', 'lib', '--exclude', - '(post-config.rb|rbotconfig.rb)' - '--title', 'rbot API Documentation', '--main', 'lib/rbot/ircbot.rb', - 'lib', 'bin/rbot'] + '(post-config.rb|rbotconfig.rb)', '--title', 'rbot API Documentation', + '--main', 'lib/rbot/ircbot.rb', 'lib', 'bin/rbot'] #### Author and project details. |