livingsocial / bundler-patch

Update your gems conservatively to deal with vulnerable gems or just get more current.
MIT License
65 stars 3 forks source link

change bin to `bundler-patch` from `bundle-patch` #1

Closed chrismo closed 8 years ago

chrismo commented 8 years ago

via @mattr- Hooks into Bundler's execution system to run the script.

Sooooo, I found out that Bundler works a bit like git. You can extend it by having executables in the $PATH that are prefixed with bundler- and then they become subcommands of bundler itself.

This changes the command name from bundle-patch to bundler patch, which seems :+1: to me. Don't know if we really want to do that but I'm throwing it out there anyways.

chrismo commented 8 years ago

0.7.0 will support this