Sha256: 0d48a280524f997a8c7bd9e530282a193056d481b21aabe821bbdfe536a81803
Contents?: true
Size: 949 Bytes
Versions: 2
Compression:
Stored size: 949 Bytes
Contents
Appraiser = a simple rubygems subcommand for Gemfile ==================================================== [![Build Status](http://travis-ci.org/juno/appraiser.png)](http://travis-ci.org/juno/appraiser) `appraiser` displays gem information from `./Gemfile`. Like this: ![Screenshot](http://farm6.static.flickr.com/5263/5650073256_6ed10dc831_o.png) Install ------- appraiser installed as a rubygems subcommand. $ gem install appraiser $ gem help commands | grep appraiser appraiser Display gem information in ./Gemfile Usage ----- Normally displays runtime dependencies. $ cd /path/to/project_with_Gemfile/ $ gem appraiser or, displays other dependencies with `-g GROUP`. $ gem appraiser -g development Contributing ------------ Once you've made your great commits: Fork, fix, then send me a pull request. Copyright --------- Copyright (c) 2011 Junya Ogura. See LICENSE.txt for further details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
appraiser-0.1.7 | README.md |
appraiser-0.1.6 | README.md |