# Dech [![Gem Version](https://badge.fury.io/rb/dech.svg)](http://badge.fury.io/rb/dech) [![Build Status](https://travis-ci.org/e-maido/dech.svg?branch=master)](https://travis-ci.org/e-maido/dech) [![Coverage Status](https://coveralls.io/repos/e-maido/dech/badge.png?branch=master)](https://coveralls.io/r/e-maido/dech?branch=master) ## Installation Add this line to your application's Gemfile: gem 'dech' And then execute: $ bundle Or install it yourself as: $ gem install dech ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it ( http://github.com//dech/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request