README.md in hyperdrive-0.0.6 vs README.md in hyperdrive-0.0.7

- old
+ new

@@ -1,7 +1,10 @@ # Hyperdrive +[![Gem Version](https://badge.fury.io/rb/hyperdrive.png)](http://badge.fury.io/rb/hyperdrive) [![Build Status](https://secure.travis-ci.org/styleseek/hyperdrive.png?branch=master)](https://travis-ci.org/styleseek/hyperdrive) [![Code Climate](https://codeclimate.com/github/styleseek/hyperdrive.png)](https://codeclimate.com/github/styleseek/hyperdrive) [![Test Coverage](https://codeclimate.com/github/styleseek/hyperdrive/coverage.png)](https://codeclimate.com/github/styleseek/hyperdrive) [![Dependency Status](https://gemnasium.com/styleseek/hyperdrive.png)](https://gemnasium.com/styleseek/hyperdrive) + + Ruby DSL for defining self-documenting, HATEOAS™ complaint, Hypermedia endpoints. ## Installation Add this line to your application's Gemfile: @@ -114,16 +117,9 @@ - `$ hyperdrive docs --input api.rb --output docs/docs.md` `-out` can be used as an alias for `--output` If the `--output` option is not provided the generated documentation will be written to `docs/doc.md` by default. - -## Project Status - -- Version: [![Gem Version](https://badge.fury.io/rb/hyperdrive.png)](http://badge.fury.io/rb/hyperdrive) -- Build: [![Build Status](https://secure.travis-ci.org/styleseek/hyperdrive.png?branch=master)](https://travis-ci.org/styleseek/hyperdrive) -- Code Quality: [![Code Climate](https://codeclimate.com/github/styleseek/hyperdrive.png)](https://codeclimate.com/github/styleseek/hyperdrive) -- Dependencies: [![Dependency Status](https://gemnasium.com/styleseek/hyperdrive.png)](https://gemnasium.com/styleseek/hyperdrive) ## Contributing 1. Fork it ( http://github.com/styleseek/hyperdrive/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`)