You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this would basically build the gem, spit outs its version to stdout,
then not install it? Is that right? (If no response then will just close
this...)
I don't have the time/need to develop this feature but a PR would be very welcome & we can walk you through the process @guilhem.
You could probably copy the behavior from another commandline arg and then tie into existing methods to find the version number. If not, I can try to help point you in the right direction.
I'm not a gem guru, so maybe it's possible but I don't know how.
I would like to find the remote version of a gem that I try to install with specific_install.
via cli or ruby API.
I would like to use it with Chef.
For now, my implementation always install gem from repo even if same version is here... that's a bad things.
The text was updated successfully, but these errors were encountered: