JonRowe/MongoAdaptor

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# MongoAdaptor
[![Build Status](https://secure.travis-ci.org/JonRowe/MongoAdaptor.png)](http://travis-ci.org/JonRowe/MongoAdaptor) [![Code Climate](https://codeclimate.com/github/JonRowe/MongoAdaptor.png)](https://codeclimate.com/github/JonRowe/MongoAdaptor)

A simple mongo handler. Translates Structs into Mongo and back.

## Installation

Add this line to your application's Gemfile:

    gem 'mongo_adaptor'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install mongo_adaptor

## Usage

TODO: Write usage instructions here

## Caveats

Tests don't pass on Rubinus in 19 mode. Not sure why (some BSON encoding
issue?)

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request