sanemat/gemfile_arranger

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# GemfileArranger

[![Gem Version](http://img.shields.io/gem/v/gemfile_arranger.svg?style=flat)](http://badge.fury.io/rb/gemfile_arranger)
[![Build Status](http://img.shields.io/travis/sanemat/gemfile_arranger/master.svg?style=flat)](https://travis-ci.org/sanemat/gemfile_arranger)
[![Code Climate](http://img.shields.io/codeclimate/github/sanemat/gemfile_arranger.svg?style=flat)](https://codeclimate.com/github/sanemat/gemfile_arranger)
[![Coverage Status](http://img.shields.io/coveralls/sanemat/gemfile_arranger/master.svg?style=flat)](https://coveralls.io/r/sanemat/gemfile_arranger)


TODO: Write a gem description

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'gemfile_arranger'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install gemfile_arranger

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/sanemat/gemfile_arranger/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