CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 03 Sep 2025 11:16:44 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100413234916
location: https://web.archive.org/web/20100413234916/https://github.com/jbarnette/rubygems
server-timing: captures_list;dur=0.896815, exclusion.robots;dur=0.029128, exclusion.robots.policy;dur=0.012446, esindex;dur=0.018455, cdx.remote;dur=70.338473, LoadShardBlock;dur=269.680332, PetaboxLoader3.datanode;dur=64.177234, PetaboxLoader3.resolve;dur=98.224964
x-app-server: wwwb-app223
x-ts: 302
x-tr: 550
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; 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, 03 Sep 2025 11:16:45 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 13 Apr 2010 23:49:16 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "523a9aa6efa3dc9c8b1dd54642e43bee"
x-archive-orig-x-runtime: 111ms
x-archive-orig-content-length: 33767
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: Tue, 13 Apr 2010 23:49:16 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 21 Sep 2009 13:14:17 GMT", ; rel="prev memento"; datetime="Fri, 26 Feb 2010 15:34:02 GMT", ; rel="memento"; datetime="Tue, 13 Apr 2010 23:49:16 GMT", ; rel="last memento"; datetime="Tue, 13 Apr 2010 23:49:16 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: 51_15_20100413225743_crawl100-c/51_15_20100413234826_crawl101.arc.gz
server-timing: captures_list;dur=0.550400, exclusion.robots;dur=0.020783, exclusion.robots.policy;dur=0.010062, esindex;dur=0.013232, cdx.remote;dur=70.087261, LoadShardBlock;dur=375.803430, PetaboxLoader3.datanode;dur=231.372990, PetaboxLoader3.resolve;dur=230.788350, load_resource;dur=213.906527
x-app-server: wwwb-app223
x-ts: 200
x-tr: 738
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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
jbarnette's rubygems at master - GitHub
jbarnette / rubygems
- Source
- Commits
- Network (8)
- Wiki (2)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Switch Branches (2)
- 1.3
- master ✓
-
Switch Tags (37)
- REL_1_3_6
- REL_1_3_5
- REL_1_3_4
- REL_1_3_3
- REL_1_3_2
- REL_1_3_1
- REL_1_3_0
- REL_1_2_0
- REL_1_1_1
- REL_1_1_0
- REL_1_0_1
- REL_1_0_0
- REL_0_9_5
- REL_0_9_4_7
- REL_0_9_4_6
- REL_0_9_4_5
- REL_0_9_4_4
- REL_0_9_4_2
- REL_0_9_4_1
- REL_0_9_4
- REL_0_9_3
- REL_0_9_2
- REL_0_9_1
- REL_0_9_0_8
- REL_0_9_0
- REL_0_8_40_8_4
- REL_0_8_11
- REL_0_8_10
- REL_0_8_9
- REL_0_8_8
- REL_0_8_7
- REL_0_8_6
- REL_0_8_5
- REL_0_8_3b
- REL_0_8_3a
- REL_0_8_3_
- REL_0_8_2
- Branch List

evan (author)
Tue Apr 06 17:34:48 -0700 2010
rubygems /
README
= RubyGems * https://rubygems.org/ * https://docs.rubygems.org/ * https://rubygems.rubyforge.org/ * https://rubyforge.org/projects/rubygems == DESCRIPTION RubyGems is a package management framework for Ruby. This gem is an update for the RubyGems software. You must have an installation of RubyGems before this update can be applied. See Gem for information on RubyGems (or `ri Gem`) To upgrade to the latest RubyGems, run: $ gem update --system # you might need to be an administrator or root NOTE: RubyGems 1.1 and 1.2 have problems upgrading when there is no rubygems-update installed. You will need to use the following instructions if you see "Nothing to update". If you have an older version of RubyGems installed, then you can still do it in two steps: $ gem install rubygems-update # again, might need to be admin/root $ update_rubygems # ... here too If you don't have any RubyGems install, there is still the pre-gem approach to getting software, doing it manually: 1. Download from: https://rubyforge.org/frs/?group_id=126 2. Unpack into a directory and cd there 3. Install with: ruby setup.rb # you may need admin/root privilege For more details and other options, see: ruby setup.rb --help