Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cristianbica/gem-git-install
- Owner: cristianbica
- Created: 2015-07-02T20:55:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T20:55:45.000Z (over 9 years ago)
- Last Synced: 2024-04-26T23:20:56.630Z (7 months ago)
- Language: Ruby
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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