summaryrefslogtreecommitdiff
path: root/misc/rubygems
AgeCommit message (Collapse)AuthorFilesLines
2006-10-05Add a patch to make "gem contents" work.cube3-2/+16
http://rubyforge.org/tracker/index.php?func=detail&aid=6032&group_id=126&atid=575
2006-09-07Sort PLIST.taca1-2/+2
2006-08-07Update rubygems to 0.9.0:taca3-12/+15
- update HOMEPAGE. - Many chages to write here, please see ChangeLog file.
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-4/+4
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2005-11-03- remove dependency to ruby-digest, ruby-openssl and ruby-zlib packages.taca1-5/+3
- require Ruby 1.8.3 or lator. Bump PKGREVISION.
2005-08-18Update misc/rubygems to 0.8.11. Changes from version 0.8.10 include:jlam3-8/+12
* 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-04-10Import rubygems.minskim4-0/+80
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.