diff options
author | Matthias H <apoc@sixserv.org> | 2014-02-21 20:21:02 +0100 |
---|---|---|
committer | Matthias H <apoc@sixserv.org> | 2014-02-21 20:21:02 +0100 |
commit | 352b7d4551ba0a693b706594866cb2aaeb7a94ac (patch) | |
tree | bdaa2c84954cfe7c7f44f899c5e41e22bd8b9da5 /rbot.gemspec | |
parent | ba5aaf073e5467b0b71adede32051f9b38c50a19 (diff) |
[remote] removed due to security concerns
Diffstat (limited to 'rbot.gemspec')
-rw-r--r-- | rbot.gemspec | 5 |
1 files changed, 2 insertions, 3 deletions
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' |