diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2021-06-09 08:06:17 +0200 |
---|---|---|
committer | Matthias Hecker <36882671+mattzque@users.noreply.github.com> | 2021-06-09 13:49:34 +0200 |
commit | 744be8fffda676653475d3034786e8ee246de609 (patch) | |
tree | 77507d28265139b93fbaf48a70bf85765b3935c7 /rbot.gemspec | |
parent | 464e8afad5d3c72378b680f4579773adbd089f8f (diff) |
Partial revert: reintroduce rbot-remote
It now interfaces with the webservice 'dispatch' feature
instead of the previous remotectl plugin, but the external API
remains the same, for compatibility with existing users.
Diffstat (limited to 'rbot.gemspec')
-rw-r--r-- | rbot.gemspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rbot.gemspec b/rbot.gemspec index 7792c3dd..f5ee4d3f 100644 --- a/rbot.gemspec +++ b/rbot.gemspec @@ -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', |