Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zquestz/gemsync
Sync gems across multiple ruby installations.
https://github.com/zquestz/gemsync
Last synced: 3 months ago
JSON representation
Sync gems across multiple ruby installations.
- Host: GitHub
- URL: https://github.com/zquestz/gemsync
- Owner: zquestz
- License: mit
- Created: 2010-09-12T03:20:28.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-03T07:58:45.000Z (almost 14 years ago)
- Last Synced: 2024-04-25T09:21:17.223Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 788 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= gemsync
Small gem to sync multiple gem installations.
Usage: gemsync [options]
Available Options:
--source, -s : Either the ruby installation directory, or a list of
gems produced from 'gem list'. Ex: /usr or
/path/to/gemlist.txt
--destination, -d : Ruby installation directory you want to sync up. Ex:
/opt/ruby-enterprise
--disable-sudo, -i: Disable sudo when installing gems
--build-docs, -b: Build documentation
--version, -v: Print version and exit
--help, -h: Show this message== Copyright
Copyright (c) 2010 quest. See LICENSE for details.