diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-02 15:28:36 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-02 15:28:36 +0000 |
commit | 5940baa7fb81196925d692d4e4fe6d6cab73d1ed (patch) | |
tree | 787348f8d4739d0c46b94a60494ddafdf5929618 /rbot.gemspec | |
parent | ca1105be02e1baf867eaeb2c56049f87d8a9ecd3 (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.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. |