Project

appraiser

0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
`appraiser` is a rubygems subcommand which displays gem information in `./Gemfile`.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0
~> 2.13
~> 1.11

Runtime

~> 1.3
~> 1.2
>= 0
 Project Readme

Appraiser = a simple rubygems subcommand for Gemfile

Build Status

appraiser displays gem information from ./Gemfile.

Like this:

Screenshot

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-2013 Junya Ogura. See LICENSE.txt for further details.