I created a Ruby Gem for one of my projects. I managed to get everything working okay (it wasn't as easy as I would have liked), but I have a binary executable in the package and it fails to work after installation of the gem. These are probably the most relevant sections of the gemspec: autorequire: reap/reap default_executable: reap bindir: bin executables: - reap The file 'bin/reap' is included in the files list. When I actualy type 'reap' on the commandline it simple does nothing. No error, no nothing. Any suggestions? Thanks, T.