rubygems

Library packaging and distribution for Ruby.

Github星跟踪图

RubyGems Maintainability

RubyGems is a package management framework for Ruby.

A package (also known as a library) contains a set of functionality that can be invoked by a Ruby program, such as reading and parsing an XML file.
We call these packages "gems" and RubyGems is a tool to install, create, manage and load these packages in your Ruby environment.

RubyGems is also a client for RubyGems.org, a public repository of Gems that allows you to publish a Gem
that can be shared and used by other developers. See our guide on publishing a Gem at guides.rubygems.org

Getting Started

Installing and managing a Gem is done through the gem command. To install a Gem such as Nokogiri which lets
you read and parse XML in Ruby:

$ gem install nokogiri

RubyGems will download the Nokogiri Gem from RubyGems.org and install it into your Ruby environment.

Finally, inside your Ruby program, load the Nokogiri gem and start parsing your XML:

require 'nokogiri'

Nokogiri.XML('<h1>Hello World</h1>')

For more information about how to use RubyGems, see our RubyGems basics guide at guides.rubygems.org

Requirements

  • RubyGems 2.6 supports Ruby 2.4 or lower.
  • RubyGems 2.7 supports Ruby 2.5 or lower.
  • RubyGems 3.0 supports Ruby 2.3 or later.

Installation

RubyGems is likely already installed in your Ruby environment, you can check by running gem --version in your terminal emulator.
In some cases your OS's package manager may install RubyGems as a separate package from Ruby. It's recommended to check
with your OS's package manager before installing RubyGems manually.

If you would like to manually install RubyGems:

  • Download from https://rubygems.org/pages/download, unpack, and cd into RubyGems' src
  • OR clone this repository and cd into the repository (make sure to run git submodule update --init)

Install RubyGems by running:

$ ruby setup.rb

Note: You may need to run the install script with admin/root privileges.

For more details and other options, see:

$ ruby setup.rb --help

Upgrading RubyGems

To upgrade to the latest RubyGems, run:

$ gem update --system

Note: You might need to run the command as an administrator or root user.

See UPGRADING for more details and alternative instructions.

Documentation

RubyGems uses rdoc for documentation. A compiled set of the docs
can be viewed online at rubydoc.

RubyGems also provides a comprehensive set of guides which covers numerous topics such as
creating a new gem, security practices and other resources at https://guides.rubygems.org

Getting Help

Filing Tickets

Got a bug and you're not sure? You're sure you have a bug, but don't know
what to do next? In any case, let us know about it! The best place
for letting the RubyGems team know about bugs or problems you're having is
on the RubyGems issues page at GitHub.

Bundler Compatibility

See http://bundler.io/compatibility for known issues.

Supporting


Ruby Together pays some RubyGems maintainers for their ongoing work. As a grassroots initiative committed to supporting the critical Ruby infrastructure you rely on, Ruby Together is funded entirely by the Ruby community. Contribute today as an individual or even better, as a company, and ensure that RubyGems, Bundler, and other shared tooling is around for years to come.

Contributing

If you'd like to contribute to RubyGems, that's awesome, and we <3 you. Check out our guide to contributing for more information.

While some RubyGems contributors are compensated by Ruby Together, the project maintainers make decisions independent of Ruby Together. As a project, we welcome contributions regardless of the author’s affiliation with Ruby Together.

Code of Conduct

Everyone interacting in the RubyGems project’s codebases, issue trackers, chat rooms, and mailing lists is expected to follow the contributor code of conduct.

主要指标

概览
名称与所有者rubygems/rubygems
主编程语言Ruby
编程语言Ruby (语言数: 6)
平台
许可证Other
所有者活动
创建于2010-04-16 19:02:44
推送于2025-06-17 20:12:31
最后一次提交2025-06-16 16:28:13
发布数688
最新版本名称v3.6.9 (发布于 )
第一版名称v0.2.0 (发布于 )
用户参与
星数3.8k
关注者数168
派生数1.8k
提交数30.5k
已启用问题?
问题数3489
打开的问题数226
拉请求数4215
打开的拉请求数71
关闭的拉请求数621
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?