public
Description: Utility to help you migrate installed gems from github to gemcutter.
Homepage: http://github.com/maxim/off_github
Clone URL: git://github.com/maxim/off_github.git
name age message
file .gitignore Mon Oct 26 11:26:48 -0700 2009 Initial commit. [maxim]
file LICENSE Mon Oct 26 11:59:05 -0700 2009 Add MIT license. [maxim]
file README.rdoc Wed Nov 04 18:26:12 -0800 2009 Add source note to readme. [maxim]
file Rakefile Mon Oct 26 12:05:11 -0700 2009 Expand README and fix gemspec. [maxim]
file VERSION Thu Nov 05 05:29:11 -0800 2009 Version bump to 1.1.2 [maxim]
directory bin/ Wed Nov 04 01:11:51 -0800 2009 Clean up output, --no-sudo support. [maxim]
directory lib/ Thu Nov 05 05:28:53 -0800 2009 Really add --no-sudo. [maxim]
file off_github.gemspec Thu Nov 05 05:28:53 -0800 2009 Really add --no-sudo. [maxim]
directory test/ Mon Oct 26 11:26:48 -0700 2009 Initial commit. [maxim]
README.rdoc

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.