summaryrefslogtreecommitdiff
path: root/misc/rubygems
AgeCommit message (Collapse)AuthorFilesLines
2007-12-13Use more Ruby specific name: s/REPLACE_FILE_PAT/REPLACE_RUBY_PAT/.taca1-2/+2
2007-12-03Remove entries that are automatically included in PLIST.minskim1-707/+1
Noted by Filip Hajny in a private email.
2007-12-02Update to rubygems to 0.9.5.minskim4-147/+901
New features: * Automatic installation of platform gems * New bandwidth and memory friendlier index file format * "Offline" mode (--no-update-sources) * Bulk update threshold can be specified (-B, --bulk-threshold) * New `gem fetch` command * `gem` now has "really verbose" output when you specify -v * Ruby 1.9 compatible See http://rubyforge.org/frs/shownotes.php?release_id=16500 for the complete list.
2007-05-30Update rubygems to 0.9.4.minskim3-8/+10
Changes: * Several people have been experiencing problems with no method errors on the source index cache. The source index cache is now a bit more self healing. Furthermore, if the source index cache is irreparable, then it is automatically dropped and reloaded. * The source cache files may now be dropped with the "gem sources --clear-all" command. (This command may require root is the system source cache is in a root protected area). * Several sub-commands were accidently dropped from the "gem" command. These commands have been restored.
2007-05-23Update rubygems to 0.9.3.minskim5-1444/+906
This is a maintenance release of RubyGems that fixs a problem with ZLib on Windows platforms.
2007-04-27Make REPLACE_FILE_PAT more restrictive not to attempt to modifyminskim1-2/+2
non-ruby files. This makes the package build on Darwin.
2007-04-23Update rubygems to 0.9.2.minskim5-72/+1406
Major changes since 0.9.0: * RubyGems no longer allows installation of files outside the gem directory * #require_gem will now print a warning, use #gem instead * RubyGems now requires ruby 1.8.2 or greater * RubyGems is -w clean * The "unpack" command now works properly. * User name and password are now passed properly to the authenticating proxy when downloading gems.
2007-02-03Add missing rcsid.salo2-2/+4
2007-01-28Add a patch to fix security problem of RubyGems 0.9.0 and prior.taca3-3/+37
(http://www.frsirt.com/english/advisories/2007/0295) Bump PKGREVISION.
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.