Project

gemsync

0.0
No commit activity in last 3 years
No release in over 3 years
Small gem to sync multiple gem installations. This can be done by pointing to a ruby installation or from a text file created by `gem list > file.txt`.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.16.2
 Project Readme

gemsync¶ ↑

Small gem to sync multiple gem installations.

Usage: gemsync [options]

Available Options:

     --source, -s <s>:   Either the ruby installation directory, or a list of
                         gems produced from 'gem list'. Ex: /usr or
                         /path/to/gemlist.txt
--destination, -d <s>:   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 © 2010 quest. See LICENSE for details.