appraiser
displays gem information from ./Gemfile
.
Like this:
appraiser installed as a rubygems subcommand.
$ gem install appraiser
$ gem help commands | grep appraiser
appraiser Display gem information in ./Gemfile
Normally displays runtime dependencies.
$ cd /path/to/project_with_Gemfile/
$ gem appraiser
or, displays other dependencies with -g GROUP
.
$ gem appraiser -g development
Once you've made your great commits: Fork, fix, then send me a pull request.
Copyright (c) 2011-2013 Junya Ogura. See LICENSE.txt for further details.