Sha256: 9d71b36ba30abe3a2cb2f7b28a268eafa717e5141518e9af8c3d10abe227899e
Contents?: true
Size: 1.13 KB
Versions: 6
Compression:
Stored size: 1.13 KB
Contents
# ActiveGit [![Gem Version](https://badge.fury.io/rb/active_git.png)](https://rubygems.org/gems/active_git) [![Build Status](https://travis-ci.org/gabynaiman/active_git.png?branch=master)](https://travis-ci.org/gabynaiman/active_git) [![Coverage Status](https://coveralls.io/repos/gabynaiman/active_git/badge.png?branch=master)](https://coveralls.io/r/gabynaiman/active_git?branch=master) [![Code Climate](https://codeclimate.com/github/gabynaiman/active_git.png)](https://codeclimate.com/github/gabynaiman/active_git) [![Dependency Status](https://gemnasium.com/gabynaiman/active_git.png)](https://gemnasium.com/gabynaiman/active_git) DB and GIT synchronization via ActiveRecord and GitWrapper ## Installation Add this line to your application's Gemfile: gem 'active_git' And then execute: $ bundle Or install it yourself as: $ gem install active_git ## 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 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
active_git-0.0.10 | README.md |
active_git-0.0.9 | README.md |
active_git-0.0.8 | README.md |
active_git-0.0.7 | README.md |
active_git-0.0.6 | README.md |
active_git-0.0.5 | README.md |