diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-06-28 19:54:35 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-06-28 19:54:35 +0200 |
commit | 13f34a595e3dca7171dc466cc6afece0ce2adcc5 (patch) | |
tree | ab84c3bbbad94460ee4b2cda0fe1615ea3edd617 /rbot.gemspec | |
parent | e6a570257f2ccf7eff3f2055d695880a451320ac (diff) |
Update file list in gemspec
Diffstat (limited to 'rbot.gemspec')
-rw-r--r-- | rbot.gemspec | 6 |
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' |