postmodern / chruby

Changes the current Ruby
MIT License
2.85k stars 190 forks source link

Add dev.sh to avoid setting GEM_HOME and GEM_PATH #487

Closed k0kubun closed 1 year ago

k0kubun commented 1 year ago

Closes #422

I added dev.sh file as per https://github.com/postmodern/chruby/issues/422#issuecomment-1292899140.

k0kubun commented 1 year ago

Thanks for the advice. I copied test/unit/chruby_use_test.sh to test/unit/chruby_dev_test.sh and modified it for the changed behavior. I'd appreciate another look when you have a chance.

postmodern commented 1 year ago

The tests all passed! I will have to manually merge this into the 0.4.0 branch. Then I will have to start working on release engineering and preparing a 0.4.0 release. I may also need to do a 0.3.9 release since the main branch contains a fix for detecting mruby ruby versions.

postmodern commented 1 year ago

Manually merged into 0.4.0.