X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=rbot.gemspec;h=5d563b5363e1b512a681372abcae7513fd5b9b80;hb=3a6abd145f03aee8bcf1e3aab38f94e80860b18d;hp=6369b5951fd6f73f496e9edf8ad052121c386a1e;hpb=17b49c169599b1f5d8a1392451f0c1d174fd15ae;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/rbot.gemspec b/rbot.gemspec index 6369b595..5d563b53 100644 --- a/rbot.gemspec +++ b/rbot.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'rbot' - s.version = '0.9.14' + s.version = '0.9.15' s.summary = <<-EOF A modular ruby IRC bot. EOF @@ -9,18 +9,22 @@ Gem::Specification.new do |s| EOF s.requirements << 'Ruby, version 1.8.0 (or newer)' - s.files = Dir[ + s.files = FileList[ 'lib/**/*.rb', 'bin/*', 'data/rbot/**/*', 'AUTHORS', 'COPYING', - 'README', + 'COPYING.rbot', + 'GPLv2', + 'README.rdoc', 'REQUIREMENTS', 'TODO', 'ChangeLog', 'INSTALL', 'Usage_en.txt', + 'man/rbot.1', + 'man/rbot-remote.1', 'setup.rb', 'launch_here.rb', 'po/*.pot', @@ -35,7 +39,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'