Commit graph

6 commits

Author SHA1 Message Date
taca
39a1b534b3 Sort PLIST. 2006-09-07 15:51:25 +00:00
taca
5a5bb9c1be Update rubygems to 0.9.0:
- update HOMEPAGE.
- Many chages to write here, please see ChangeLog file.
2006-08-07 16:12:27 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
taca
5f0adcb4f0 - remove dependency to ruby-digest, ruby-openssl and ruby-zlib packages.
- require Ruby 1.8.3 or lator.

Bump PKGREVISION.
2005-11-03 05:12:42 +00:00
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