Commit graph

2 commits

Author SHA1 Message Date
jlam
79201920ba Update misc/rubygems to 0.8.11. Changes from version 0.8.10 include:
* Improved dependency checks and installation via gems.
    * .gemrc now allows setting default options per gem sub-command.
    * Wrappers and/or symlinks are created as needd to put executables
      into the ruby bindir.
    * Creating and checking digital signatures on gems.
2005-08-18 05:43:32 +00:00
minskim
7192354855 Import rubygems.
RubyGems is a way to package Ruby libraries/applications for
distribution, its a distribution manager, its a package manager.
RubyGems brings to the world of Ruby a very valuable capability--the
ability to manage concurrent versions of libraries and dependencies
between those libraries.  This last aspect of RubyGems is one of the
most important to the end user, because its value is continuous as you
use and program Ruby, but to understand its impact an explanation of
how Ruby manages libraries is in order.
2005-04-10 01:01:33 +00:00