Commit graph

2 commits

Author SHA1 Message Date
Geoff Harcourt
3b4de90ab4 Fix minor spelling error in command code comment 2015-10-21 08:19:17 -04:00
Derek Prior
734c130822 Add "bundle search" subcommand
Bundler 1.8+ added support for git-style subcommands. Any scripts
starting with `bundler-` in your path are executable as bundler
subcommands.

This adds `search` as a subcommand that uses `ag` to search for a string
among all gems in your bundle (default) or optionally a specific gem.
I've found this useful for finding the source of puzzling deprecations,
finding what gem provides a method, and other various things.
2015-05-08 14:44:00 -07:00