RubyGems Navigation menu
Guides

How you can help make RubyGems and the surrounding ecosystem better.

Looking to contribute to a RubyGems project? You’ve come to the right place! There are many development efforts going on right now, and they could use your help. Just follow the links below to get started contributing or to contact the project maintainers.

Core Projects

These projects are under the wing of the core RubyGems team.

RubyGems

Ruby’s premier packaging system. Bundled with Ruby 1.9+ and available for Ruby 1.8. Any time you run gem at the command line, you’re using this project.

Alumni:

Code Guidelines:

  • New features should be coupled with tests.
  • Ensure that your code blends well with ours (eg, no trailing whitespace, match indentation and coding style).
  • Don’t modify the history file or version number.
  • If you have any questions, just ask us on Bundler.io Slack or file an issue.

Bundler

Bundler manages an application’s dependencies through its entire life across many machines systematically and repeatably.

RubyGems.org

The Ruby community’s gem hosting service. Provides a better API for accessing, deploying, and managing gems along with clear and accessible project pages.

RubyGems Infrastructure

Chef cookbooks and bootstrap scripts to configure and manage Rubygems.org on AWS.

RubyGems Guides

The central home for RubyGems documentation, including tutorials and reference material. User-contributed guides are more than welcome and encouraged!

Gem Whisperer

An example of how to use RubyGems.org’s webhooks to listen to every gem being pushed.

RubyGems.org API Library

A Ruby implementation of the various API endpoints available on RubyGems.org. If you’re writing a service in Ruby to interact with gems available to the community, check this out!

RubyGems Mirror

The current state of mirroring RubyGems is frankly embarrassing. We need RubyGems to be highly available all over the world, no more excuses! Discussion is going on in the rubygems-mirror wiki on how to improve it.

Ecosystem Projects

These projects are outside of the RubyGems core, but work closely with RubyGems to improve the gem experience for everyone.

RubyDoc.info

A fantastic provider of YARD documentation for every RubyGem available. Push a gem, and you get docs created instantly! RubyGems.org links to this site and it uses RubyGems.org’s webhooks as well.

Stickler

Stickler is a great way to run and organize an internal gem server in your organization. It helps with mirroring gems and providing a gem source to add internal or proprietary code to.

Geminabox

Need simple RubyGems hosting? Geminabox can do that! This project provides an easy to setup way to host RubyGems internally and allow uploading of gems without much hassle.

Add Your Own Idea

We’d love for your new idea to be on this list. If you’re working on a RubyGems related project, just fork this repo and add the link!