dep
dep copied to clipboard
Propagate exit status from `gem install` when some gem or gems can't be installed. This allows scripts to be able to respond accordingly.
 I work with ruby on **windows**.
doing `gem which dep` does not work. 
Not sure if there is a reason for that condition anymore, but anyway it fixes #7 so dep works from `gem install dep` . Also second commit allows `dep check`...
I was discussing this with @soveran earlier. I thought this was only possible on RubyGems 2.0, but apparently it's always been there. The syntax did change for 2.0. 1.8.x: ```...
Hi guys, I wonder how you guys use `dep` in production. Do you guys also install test specific gems in non-test environments? Thanks!
This is a totally stupid PR but I'll send it because I was going to add going to add a feature to `CLI.add` to allow multiple additions but then I...
In rbenv environment, when installing certain gems(rake, for example), if we have an executable conflict, a prompt will be showed: ``` $ gem install capistrano Fetching: net-ssh-2.7.0.gem (100%) Successfully installed...
Hi. I wonder if you guys considered allowing gems to be installed by specifying git URL or is it possible to do so?