X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=rbot.gemspec;h=f5ee4d3fcc03861e97a9bbd6961703249fc13626;hb=26699e832bd4d4571e052ea7db560ab74a321cb8;hp=d023609d2ed2c3881d7400a300000b096f28f570;hpb=b6db18c5467c1a161e3fcc39d82ad1b38e213c87;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/rbot.gemspec b/rbot.gemspec index d023609d..f5ee4d3f 100644 --- a/rbot.gemspec +++ b/rbot.gemspec @@ -10,6 +10,7 @@ Gem::Specification.new do |s| A modular ruby IRC bot specifically designed for ease of extension via plugins. EOF s.requirements << 'Ruby, version 1.9.3 (or newer)' + s.licenses = ['GPL-2.0'] s.files = FileList[ 'lib/**/*.rb', @@ -26,6 +27,7 @@ Gem::Specification.new do |s| 'INSTALL', 'Usage_en.txt', 'man/rbot.xml', + 'man/rbot-remote.xml', 'setup.rb', 'launch_here.rb', 'po/*.pot', @@ -33,18 +35,15 @@ Gem::Specification.new do |s| ] s.bindir = 'bin' - s.executables = ['rbot', 'rbotdb'] - s.default_executable = 'rbot' + s.executables = ['rbot', 'rbotdb', 'rbot-remote'] s.extensions = 'Rakefile' -# s.autorequire = 'rbot/ircbot' - s.has_rdoc = true s.rdoc_options = ['--exclude', 'post-install.rb', '--title', 'rbot API Documentation', '--main', 'README.rdoc', 'README.rdoc'] s.author = 'Tom Gilbert' s.email = 'tom@linuxbrit.co.uk' - s.homepage = 'http://ruby-rbot.org' - s.rubyforge_project = 'rbot' + s.homepage = 'https://ruby-rbot.org' + end