Gordon Thiesfeld
Gordon Thiesfeld
RVM supports this: http://rvm.beginrescueend.com/gemsets/ this would simply set a different GEM_HOME, if given the -m switch.
The cucumber features have not been maintained, and need to be rewritten. I think they could add a lot of value in checking for regressions, but were written poorly to...
The current implementation of pik update is poor. I'd like to have it work similar to package, and install. Download a zip file, extract, and copy over the existing files....
A lot of the commands need improved or updated help documentation. In some places, the API has changed, and I haven't update the docs. In other places, they were just...
Poor design choices in the beginning of the project cause me to have to modify the pik config file when pik is upgraded. We need a better way to manage...
pik isolate --command "gem install xxx" --with-path="..." C:\Users\gthiesfeld\Work\repo\pik>path PATH=C:\bin;C:\Ruby\ruby-187-p249\bin;C:\Program Files (x86)\Windows Resource Kits\Tools\;C:\Windows\system32; C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\Git\cmd;...;REALLY LONG PATH;... C:\Users\gthiesfeld\Work\repo\pik>pik isolate --command="gem install somebinarygem" PATH=C:\Ruby\ruby-187-p249\bin;C:\Windows\system32;C:\Windows gem install somebinarygem Building native extensions....