README.md in appraiser-0.1.7 vs README.md in appraiser-0.2.0
- old
+ new
@@ -1,29 +1,26 @@
-Appraiser = a simple rubygems subcommand for Gemfile
-====================================================
+# Appraiser = a simple rubygems subcommand for Gemfile
-[![Build Status](http://travis-ci.org/juno/appraiser.png)](http://travis-ci.org/juno/appraiser)
+[![Build Status](https://travis-ci.org/juno/appraiser.png?branch=master)](https://travis-ci.org/juno/appraiser)
`appraiser` displays gem information from `./Gemfile`.
Like this:
-![Screenshot](http://farm6.static.flickr.com/5263/5650073256_6ed10dc831_o.png)
+![Screenshot](http://farm6.staticflickr.com/5263/5650073256_6ed10dc831_o.png)
-Install
--------
+## Install
appraiser installed as a rubygems subcommand.
$ gem install appraiser
$ gem help commands | grep appraiser
appraiser Display gem information in ./Gemfile
-Usage
------
+## Usage
Normally displays runtime dependencies.
$ cd /path/to/project_with_Gemfile/
$ gem appraiser
@@ -31,15 +28,13 @@
or, displays other dependencies with `-g GROUP`.
$ gem appraiser -g development
-Contributing
-------------
+## Contributing
Once you've made your great commits: Fork, fix, then send me a pull request.
-Copyright
----------
+## Copyright
-Copyright (c) 2011 Junya Ogura. See LICENSE.txt for further details.
+Copyright (c) 2011-2013 Junya Ogura. See LICENSE.txt for further details.