X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=rbot.gemspec;h=7792c3dd8d893659b98ff3a9db6b8fb7ce0223d5;hb=5e1d21e14d517be83d5331ca726ea44052bdf34c;hp=d023609d2ed2c3881d7400a300000b096f28f570;hpb=f73ab3875451aa0385b8519474911e10f9abb22d;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/rbot.gemspec b/rbot.gemspec index d023609d..7792c3dd 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', @@ -34,17 +35,14 @@ Gem::Specification.new do |s| s.bindir = 'bin' s.executables = ['rbot', 'rbotdb'] - s.default_executable = 'rbot' 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