From dd0b318cfd3df017b1ec4e44afc2f4e412fd2033 Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Wed, 3 Aug 2005 20:07:14 +0000 Subject: Wed Aug 03 15:25:07 BST 2005 Tom Gilbert * Added french language file (TODO most of the plugins just talk english) * The way the Enum configs were set up, it wasn't possible to add language files to rbot at runtime (the directory was only scanned at startup). Now you can set a values Proc, which is called to return a list of allowed values whenever it's queried. * Added Config module for determining where we were installed. Unfortunately rubygems is a total whore in this regard, and I hope the current hackery I have to do to support it becomes redundant in the future. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 18c66a06..9f9157de 100644 --- a/Rakefile +++ b/Rakefile @@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s| s.autorequire = 'rbot/ircbot' s.has_rdoc = true - s.rdoc_options = ['--exclude', '(post-config.rb|rbotconfig.rb)', + s.rdoc_options = ['--exclude', 'post-install.rb', '--title', 'rbot API Documentation', '--main', 'README', 'README'] s.author = 'Tom Gilbert' -- cgit v1.2.3