GEM(1) BSD General Commands Manual GEM(1)
NAME
gem, update_rubygems -- RubyGems Package Manager
SYNOPSIS
gem command [arguments...] [options...]
update_rubygems
DESCRIPTION
RubyGems is a sophisticated package manager for the Ruby programming language, that consists of the gem
command line program.
For more information about the gem program, you can use its --help flag. There is also online documen-tation documentation
tation available at "http://docs.rubygems.org".
The update_rubygems program is a tool used to update the RubyGems distribution.
SEE ALSO
ruby(1)
AUTHORS
RubyGems was originally developed at RubyConf 2003 by Rich Kilmer, Chad Fowler, David Black, Paul Bran-
nan and Jim Weirch, and has received a lot of contributions since then. RubyGems is now principally
developed and maintained by Eric Hodel. You can obtain the RubyGems sources at http://ruby-
forge.org/projects/rubygems/
BSD December 5, 2007 BSD
|