rom-rb/rom-git

View on GitHub
README.md

Summary

Maintainability
Test Coverage
[gem]: https://rubygems.org/gems/rom-git
[travis]: https://travis-ci.org/rom-rb/rom-git
[gemnasium]: https://gemnasium.com/rom-rb/rom-git
[codeclimate]: https://codeclimate.com/github/rom-rb/rom-git
[inchpages]: http://inch-ci.org/github/rom-rb/rom-git

# rom-git

[![Gem Version](https://badge.fury.io/rb/rom-git.svg)][gem]
[![Build Status](https://travis-ci.org/rom-rb/rom-git.svg?branch=master)][travis]
[![Dependency Status](https://gemnasium.com/rom-rb/rom-git.svg)][gemnasium]
[![Code Climate](https://codeclimate.com/github/rom-rb/rom-git/badges/gpa.svg)][codeclimate]
[![Test Coverage](https://codeclimate.com/github/rom-rb/rom-git/badges/coverage.svg)][codeclimate]
[![Inline docs](http://inch-ci.org/github/rom-rb/rom-git.svg?branch=master)][inchpages]


Git adapter for [Ruby Object Mapper](https://github.com/rom-rb/rom).

* [API docs](http://rubydoc.info/gems/rom-git)
* [ROM user docs](http://rom-rb.org/learn)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rom-git'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rom-git

## License

See `LICENSE` file.