]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Update file list in gemspec
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 28 Jun 2010 17:54:35 +0000 (19:54 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 28 Jun 2010 17:54:35 +0000 (19:54 +0200)
rbot.gemspec

index 6b8109a15b51b9e4dcb190c68587d57a12df82d9..a2e947480f4e55ad2a3dc6dcd21d2d726f8b194f 100644 (file)
@@ -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'