Sha256: f7547af0691e3630e2141c1104f2865f113b34b60676612344c641872308de76
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
# Conglomerate [![Gem Version](https://badge.fury.io/rb/conglomerate.png)](http://badge.fury.io/rb/conglomerate) [![Code Climate](https://codeclimate.com/github/teamsnap/conglomerate.png)](https://codeclimate.com/github/teamsnap/conglomerate) [![Coverage Status](https://coveralls.io/repos/teamsnap/conglomerate/badge.png?branch=master)](https://coveralls.io/r/teamsnap/conglomerate?branch=master) [![Dependency Status](https://gemnasium.com/teamsnap/conglomerate.png)](https://gemnasium.com/teamsnap/conglomerate) [![License](http://img.shields.io/license/MIT.png?color=green)](http://opensource.org/licenses/MIT) A library to serialize Ruby objects into collection+json. ![conglomerate](http://i.imgur.com/QkKZ0ru.jpg) ## Installation Add this line to your application's Gemfile: gem 'conglomerate' And then execute: $ bundle Or install it yourself as: $ gem install conglomerate ## Usage ```ruby # TODO ``` ## Contributing 1. Fork it ( http://github.com/teamsnap/conglomerate/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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
conglomerate-0.1.0 | README.md |