== 0.2.0

* update for Bundler 1.3

== 0.1.7

* fix .travis.yml placement

== 0.1.6

* add specs for Gem::Commands::AppraiserCommand
* testing on travis-ci.org

== 0.1.5

* gem commandify [amatsuda]
  The CLI command moved to a Rubygems' subcommand.
  example:
    (basic)
    $ gem appraiser

    (shorthand)
    $ gem a

    ("group" option)
    $ gem a -g test

== 0.1.4

* First release
