summaryrefslogtreecommitdiff
path: root/rbot.gemspec
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-08-02 15:28:36 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-08-02 15:28:36 +0000
commit5940baa7fb81196925d692d4e4fe6d6cab73d1ed (patch)
tree787348f8d4739d0c46b94a60494ddafdf5929618 /rbot.gemspec
parentca1105be02e1baf867eaeb2c56049f87d8a9ecd3 (diff)
* Fixed the new http.proxy* settings, they work!
* Fixed a bug with auth-checking for the config module * misc tweaks
Diffstat (limited to 'rbot.gemspec')
-rw-r--r--rbot.gemspec5
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.