CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 20 Aug 2025 04:01:37 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091106034443
location: https://web.archive.org/web/20091106034443/https://github.com/maxim/off_github
server-timing: captures_list;dur=1.150206, exclusion.robots;dur=0.045709, exclusion.robots.policy;dur=0.022803, esindex;dur=0.021923, cdx.remote;dur=5.571760, LoadShardBlock;dur=265.249366, PetaboxLoader3.datanode;dur=64.188167, PetaboxLoader3.resolve;dur=95.113139
x-app-server: wwwb-app201
x-ts: 302
x-tr: 328
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app201; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 20 Aug 2025 04:01:38 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 06 Nov 2009 03:44:42 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "1d4390b2958ea86a296b20c2549beb3c"
x-archive-orig-x-runtime: 64ms
x-archive-orig-content-length: 24444
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 06 Nov 2009 03:44:43 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 06 Nov 2009 03:44:43 GMT", ; rel="memento"; datetime="Fri, 06 Nov 2009 03:44:43 GMT", ; rel="next memento"; datetime="Wed, 06 Jan 2010 00:58:35 GMT", ; rel="last memento"; datetime="Sun, 11 Oct 2020 00:13:56 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_12_20091106000853_crawl100-c/52_12_20091106034443_crawl101.arc.gz
server-timing: captures_list;dur=0.632262, exclusion.robots;dur=0.024158, exclusion.robots.policy;dur=0.013554, esindex;dur=0.011895, cdx.remote;dur=58.512451, LoadShardBlock;dur=187.333549, PetaboxLoader3.datanode;dur=173.120471, load_resource;dur=175.963847, PetaboxLoader3.resolve;dur=98.414538
x-app-server: wwwb-app201
x-ts: 200
x-tr: 521
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
maxim's off_github at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Utility to help you migrate installed gems from github to gemcutter. edit |
Homepage: | https://github.com/maxim/off_github edit |
Public Clone URL: |
git://github.com/maxim/off_github.git
Give this clone URL to anyone.
git clone git://github.com/maxim/off_github.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:maxim/off_github.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon Oct 26 11:26:48 -0700 2009 | Initial commit. [maxim] |
![]() |
LICENSE | Mon Oct 26 11:59:05 -0700 2009 | Add MIT license. [maxim] |
![]() |
README.rdoc | Wed Nov 04 18:26:12 -0800 2009 | Add source note to readme. [maxim] |
![]() |
Rakefile | Mon Oct 26 12:05:11 -0700 2009 | Expand README and fix gemspec. [maxim] |
![]() |
VERSION | Thu Nov 05 05:29:11 -0800 2009 | Version bump to 1.1.2 [maxim] |
![]() |
bin/ | Wed Nov 04 01:11:51 -0800 2009 | Clean up output, --no-sudo support. [maxim] |
![]() |
lib/ | Thu Nov 05 05:28:53 -0800 2009 | Really add --no-sudo. [maxim] |
![]() |
off_github.gemspec | Thu Nov 05 05:28:53 -0800 2009 | Really add --no-sudo. [maxim] |
![]() |
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.
This feature is coming soon. Sit tight!