summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-07-01 01:48:27 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-07-01 01:48:27 +0200
commitb26120bc609851042c6e6997fd1a259f79b178f6 (patch)
treebbbfcf5dbeb9c0f1e4f44da5f5a07900a02168f1
parent718e5af2af4a18eecd7f60191dacdce1877d9bff (diff)
Rakefile: update list of binaries
-rw-r--r--Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 4dd0018d..df8cb57f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -17,7 +17,9 @@ spec = Gem::Specification.new do |s|
# s.files = Dir.glob("**/*").delete_if { |item| item.include?(".svn") }
s.files = FileList['lib/**/*.rb', 'bin/*', 'data/**/*', 'AUTHORS', 'COPYING', 'README', 'REQUIREMENTS', 'TODO', 'ChangeLog', 'INSTALL', 'Usage_en.txt', 'setup.rb'].to_a.delete_if {|item| item == ".svn"}
- s.executables << 'rbot'
+ s.bindir = 'bin'
+ s.executables = ['rbot', 'rbot-remote']
+ s.default_executable = 'rbot'
# s.autorequire = 'rbot/ircbot'
s.has_rdoc = true