Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cristianbica/gem-git-install

Install a gem from a git repo
https://github.com/cristianbica/gem-git-install

Last synced: about 1 month ago
JSON representation

Install a gem from a git repo

Awesome Lists containing this project

README

        

# 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

1. Fork it ( https://github.com/[my-github-username]/gem-git-install/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 a new Pull Request