summaryrefslogtreecommitdiff
path: root/rbot.gemspec
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2010-06-28 19:54:35 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2010-06-28 19:54:35 +0200
commit13f34a595e3dca7171dc466cc6afece0ce2adcc5 (patch)
treeab84c3bbbad94460ee4b2cda0fe1615ea3edd617 /rbot.gemspec
parente6a570257f2ccf7eff3f2055d695880a451320ac (diff)
Update file list in gemspec
Diffstat (limited to 'rbot.gemspec')
-rw-r--r--rbot.gemspec6
1 files changed, 4 insertions, 2 deletions
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'