Add gem2 installer to use gem2.0.#210
Conversation
Same as gem installer except it uses `gem2.0`.
|
This should be handled by gem supporting a :binary_name option that changes the default from gem to gem2.0 and then someone who needs this can define a helper In fact I'd be ok with gem2 in the API, but it should be part of gem.rb, not a whole new thing. |
Add a new option to Gem installer: `gem_command`.
Merged into gem.rb
I implemented it as an option |
|
That's fine, but I also imagined you'd have a |
|
Something like: |
Thanks to [yyyc514][]. [yyyc514]: sprinkle-tool#210 (comment)
Same as gem installer except it uses
gem2.0.