missing binaries gems installed via bundle. -------------------------------------------
Key: JRUBY-5409 URL: http://jira.codehaus.org/browse/JRUBY-5409 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.5.6 Environment: linux, jruby 1.5.6 bundler 1.2.1. Reporter: Mauro Assignee: Thomas E Enebo When I install gems through bundle install the binaries are not put under jruby/bin, so I must do bundle exec to run gem binary, when I install through jruby -S gem install binaries are correctly put under jruby/bin. For example: if I install warbler through bundle install the command "jruby -S warble" says command not found while "bundle exec warble" works, if I install warbler through jruby -S gem install the command "jruby -S warble" works. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email