]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Rakefile: update list of binaries
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 30 Jun 2008 23:48:27 +0000 (01:48 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 30 Jun 2008 23:48:27 +0000 (01:48 +0200)
Rakefile

index 4dd0018df3997a2b2c8549150cb16e7096aa840d..df8cb57fdc1c729c438dec7e5d5d618f9549ec8b 100644 (file)
--- 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