We have kicked around the idea of renaming the jruby script to ruby in the past, but of course that raises many other issues for those of us running both. The symlinking idea would work well for unixers, and adding a ruby.bat
file would work for Windows folks, but the intention here is that with n
On Mon, 12 Jun 2006 11:03:50 -0500, Charles O Nutter wrote:
> We would like to include RubyGems 0.8.11 pre-installed in the next release
> of JRuby. However, there are a few issues with doing that we need to
> resolve:
>
> 1. The scripts RubyGems installs reference 'ruby' directly in their #! lin
We would like to include RubyGems 0.8.11 pre-installed in the next release of JRuby. However, there are a few issues with doing that we need to resolve:1. The scripts RubyGems installs reference 'ruby' directly in their #! line. This requires us to call "jruby bin/gem" to invoke them
We could possi