From 352b7d4551ba0a693b706594866cb2aaeb7a94ac Mon Sep 17 00:00:00 2001 From: Matthias H Date: Fri, 21 Feb 2014 20:21:02 +0100 Subject: [remote] removed due to security concerns --- rbot.gemspec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rbot.gemspec') diff --git a/rbot.gemspec b/rbot.gemspec index 5d563b53..29d88c1f 100644 --- a/rbot.gemspec +++ b/rbot.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.description = <<-EOF A modular ruby IRC bot specifically designed for ease of extension via plugins. EOF - s.requirements << 'Ruby, version 1.8.0 (or newer)' + s.requirements << 'Ruby, version 1.9.3 (or newer)' s.files = FileList[ 'lib/**/*.rb', @@ -24,7 +24,6 @@ Gem::Specification.new do |s| 'INSTALL', 'Usage_en.txt', 'man/rbot.1', - 'man/rbot-remote.1', 'setup.rb', 'launch_here.rb', 'po/*.pot', @@ -32,7 +31,7 @@ Gem::Specification.new do |s| ] s.bindir = 'bin' - s.executables = ['rbot', 'rbot-remote'] + s.executables = ['rbot', 'rbotdb'] s.default_executable = 'rbot' s.extensions = 'Rakefile' -- cgit v1.2.3