[![Gem Version](https://badge.fury.io/rb/vicar.svg)](http://badge.fury.io/rb/vicar) [![Code Climate](https://codeclimate.com/github/bibendi/vicar/badges/gpa.svg)](https://codeclimate.com/github/bibendi/vicar) [![Test Coverage](https://codeclimate.com/github/bibendi/vicar/badges/coverage.svg)](https://codeclimate.com/github/bibendi/vicar) [![Build Status](https://travis-ci.org/bibendi/vicar.svg)](https://travis-ci.org/bibendi/vicar) [![Dependency Status](https://gemnasium.com/bibendi/vicar.svg)](https://gemnasium.com/bibendi/vicar) # Vicar Presenter for Ruby on Rails ## Installation Add this line to your application's Gemfile: ```ruby gem 'vicar' ``` And then execute: $ bundle Or install it yourself as: $ gem install vicar ## Usage See work example in spec/ folder ## Contributing 1. Fork it ( https://github.com/bibendi/vicar/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 a new Pull Request