summaryrefslogtreecommitdiff
path: root/rbot.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'rbot.gemspec')
-rw-r--r--rbot.gemspec5
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'