summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-08-05 23:39:47 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-08-05 23:39:47 +0000
commit7334553f8bc335188533669df733f05b12147af0 (patch)
tree0a3c036e62556e94b8546332a10c922081946569 /Rakefile
parent41e6b1b4067994d98df1b8bcc1fb398569375322 (diff)
more tweaking pre-release
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3ba7f099..80be9782 100644
--- a/Rakefile
+++ b/Rakefile
@@ -19,7 +19,7 @@ spec = Gem::Specification.new do |s|
s.files = FileList['lib/**/*.rb', 'bin/*', 'data/**/*', 'AUTHORS', 'COPYING', 'README', 'REQUIREMENTS', 'TODO', 'ChangeLog', 'INSTALL', 'Usage_en.txt', 'setup.rb'].to_a.delete_if {|item| item == ".svn"}
s.executables << 'rbot'
- s.autorequire = 'rbot/ircbot'
+# s.autorequire = 'rbot/ircbot'
s.has_rdoc = true
s.rdoc_options = ['--exclude', 'post-install.rb',
'--title', 'rbot API Documentation', '--main', 'README', 'README']