From 13f34a595e3dca7171dc466cc6afece0ce2adcc5 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 28 Jun 2010 19:54:35 +0200 Subject: Update file list in gemspec --- rbot.gemspec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'rbot.gemspec') diff --git a/rbot.gemspec b/rbot.gemspec index 6b8109a1..a2e94748 100644 --- a/rbot.gemspec +++ b/rbot.gemspec @@ -15,7 +15,9 @@ Gem::Specification.new do |s| 'data/rbot/**/*', 'AUTHORS', 'COPYING', - 'README', + 'COPYING.rbot', + 'GPLv2', + 'README.rdoc', 'REQUIREMENTS', 'TODO', 'ChangeLog', @@ -35,7 +37,7 @@ Gem::Specification.new do |s| # s.autorequire = 'rbot/ircbot' s.has_rdoc = true s.rdoc_options = ['--exclude', 'post-install.rb', - '--title', 'rbot API Documentation', '--main', 'README', 'README'] + '--title', 'rbot API Documentation', '--main', 'README.rdoc', 'README.rdoc'] s.author = 'Tom Gilbert' s.email = 'tom@linuxbrit.co.uk' -- cgit v1.2.3