Repository is archived
No commit activity in last 3 years
No release in over 3 years
A simple tool which helps migrate your locally installed gems from github to gemcutter. It will find all the gems installed from github and recognize them on gemcutter using some recursive string matching. It will then present you with a list of everything it will migrate and ask for permission before touching anything.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0.2.4
 Project Readme

Off Github¶ ↑

A simple tool which helps migrate your locally installed gems from github to gemcutter. It will find all the gems installed from github and recognize them on gemcutter using some recursive string matching. It will then present you with a list of everything it will migrate and ask for permission before touching anything.

Run¶ ↑

Make sure you have gemcutter installed by following these instructions.

% sudo gem install off_github
% off_github

Follow instructions.

Options¶ ↑

Use --help to see available options.
Use --no-sudo to avoid using sudo.
Use --dry to simulate the process.