]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - rbot.gemspec
fix: URI.escape is not needed anymore
[user/henk/code/ruby/rbot.git] / rbot.gemspec
index 7792c3dd8d893659b98ff3a9db6b8fb7ce0223d5..f5ee4d3fcc03861e97a9bbd6961703249fc13626 100644 (file)
@@ -27,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',
@@ -34,7 +35,7 @@ Gem::Specification.new do |s|
   ]
 
   s.bindir = 'bin'
-  s.executables = ['rbot', 'rbotdb']
+  s.executables = ['rbot', 'rbotdb', 'rbot-remote']
   s.extensions = 'Rakefile'
 
   s.rdoc_options = ['--exclude', 'post-install.rb',