chruby icon indicating copy to clipboard operation
chruby copied to clipboard

Separate gem directories for different Rubinius versions

Open mvz opened this issue 9 years ago • 1 comments

It seems gems for all versions of Rubinius are put in ~/.gem/rbx/2.1.0. Would it make sense to separate them out a bit more?

mvz avatar Jan 21 '16 10:01 mvz

In e9e81df20e9b821f3cdb13c946e8bdd368453e22 we added support for detecting RUBY_ENGINE_VERSION and use that in the GEM_HOME (falling back to RUBY_VERSION if RUBY_ENGINE_VERSION isn't present). I just need to work on releasing 0.4.0.

postmodern avatar Mar 18 '16 04:03 postmodern