Subject: CVS commit: pkgsrc/misc/rubygems
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 05/30/2007 19:09:34
Module Name: pkgsrc
Committed By: minskim
Date: Wed May 30 19:09:34 UTC 2007
Modified Files:
pkgsrc/misc/rubygems: Makefile PLIST.common distinfo
Log Message:
Update rubygems to 0.9.4.
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.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/misc/rubygems/Makefile \
pkgsrc/misc/rubygems/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/misc/rubygems/PLIST.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.