Gem::Git::Install
This is a simple rubygems plugin that allows you to install a gem from any git repo
Installation
$ gem install gem-git-install
Usage
$ gem gitinstall your_git_repo
Contributing
- Fork it ( https://github.com/[my-github-username]/gem-git-install/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request