globocom/subtitler

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Subtitler

[![Build Status](https://travis-ci.org/globocom/subtitler.png)](https://travis-ci.org/globocom/subtitler)
[![Code Climate](https://codeclimate.com/github/globocom/subtitler.png)](https://codeclimate.com/github/globocom/subtitler)
[![Coverage Status](https://coveralls.io/repos/globocom/subtitler/badge.png?branch=master)](https://coveralls.io/r/globocom/subtitler?branch=master)

## Installation

Add this line to your application's Gemfile:

    gem 'subtitler'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install subtitler

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
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