| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 25 Dec 2025 10:21:37 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091212224623
location: https://web.archive.org/web/20091212224623/https://gems.github.com/
server-timing: captures_list;dur=1.028739, exclusion.robots;dur=0.065454, exclusion.robots.policy;dur=0.048534, esindex;dur=0.016401, cdx.remote;dur=7.307858, LoadShardBlock;dur=135.505002, PetaboxLoader3.datanode;dur=82.912941, PetaboxLoader3.resolve;dur=5.924269
x-app-server: wwwb-app227-dc8
x-ts: 302
x-tr: 172
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app227; path=/
x-location: All
x-as: 14061
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: Thu, 25 Dec 2025 10:21:37 GMT
content-type: text/html
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 12 Dec 2009 22:46:23 GMT
x-archive-orig-content-length: 8522
x-archive-orig-last-modified: Thu, 08 Oct 2009 18:17:04 GMT
x-archive-orig-connection: close
x-archive-orig-accept-ranges: bytes
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 12 Dec 2009 22:46:23 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
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_13_20091212181833_crawl101-c/51_13_20091212224500_crawl101.arc.gz
server-timing: captures_list;dur=0.763197, exclusion.robots;dur=0.027659, exclusion.robots.policy;dur=0.012012, esindex;dur=0.014098, cdx.remote;dur=5.578637, LoadShardBlock;dur=78.578271, PetaboxLoader3.datanode;dur=133.868759, load_resource;dur=131.493709, PetaboxLoader3.resolve;dur=52.771043
x-app-server: wwwb-app227-dc8
x-ts: 200
x-tr: 261
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
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
GitHub RubyGems
Gem Building is Defunct. Please see
GitHub RubyGems
Gem Building is Defunct. Please see
our blog post for more details.
RubyGems is a package manager for Ruby. At GitHub, we've tried to make the process of building and releasing new gems as simple as possible. Please see the documentation below on how to use the system.
Installing a RubyGem from GitHub
Update to RubyGems 1.2.0 or greater before proceeding!!
$ gem sources -a https://gems.github.com (you only have to do this once) $ sudo gem install username-projectname
Example Usage:
$ sudo gem install defunkt-github Successfully installed defunkt-github-0.1.3 $ irb -rubygems
(regular require)
>> require 'github'=> true
(explicit require)
>> gem 'defunkt-github'=> true>> require 'github'=> true
Hosting a RubyGem on GitHub
If you'd like to host your gem on Github, please do the following:
- Create a new repository on GitHub if you haven't already.
- Go to your project's edit page and check the 'RubyGem' box.
- Add project_name.gemspec to the root directory. (example gemspec)
- Push your gemspec to GitHub and we'll build a gem (prefixed with your username) on the fly.
- Any time you push a gemspec with a bumped version number, we'll build a new gem for you.
Finding a Gem on GitHub
We publish an updated gem list every 15 minutes: https://gems.github.com/list.html
Troubleshooting
- If your gem isn't showing up, double-check that your 'RubyGem' checkbox is checked on your repo, it's really easy to forget this step.
- Verify your gemspec works prior to pushing by running the following:
$ gem build project_name.gemspec
- Once you've pushed your gemspec to GitHub, it may take up to 15 minutes for your new gem to find its way into our index.
- We'll build a new version of the gem when you bump the version number you set in your gemspec.
- Gems will only be built when the gemspec version is bumped on the master branch.
- If your gem builds fine locally, but doesn't on GitHub, it's most likely a $SAFE problem. Run the following script to simulate our environment: Gist - 16215
- We recommend using Jeweler, a GitHub specific gemspec builder, to maintain your gemspec.
- If you're currently using Hoe to manage your gems, you can run 'rake debug_gem' to generate the gemspec.
- Report any bugs or feature requests to GitHub Support (include your gemspec and please remember to try and build the gem locally first).
GitHub™ is Logical Awesome ©2009