Bundle::Info

Gives you the bundle-info command which reports the name, homepage and descriptions of all the gems in the current directories Gemfile. Useful when investigating unfamiliar codebases

Usage

Install: gem install bundle-info Use: bundle-info in some directory with a gemfile, like a rails app.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request