Subject: CVS commit: pkgsrc/misc/rubygems
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 04/23/2007 03:21:05
Module Name:	pkgsrc
Committed By:	minskim
Date:		Mon Apr 23 03:21:05 UTC 2007

Modified Files:
	pkgsrc/misc/rubygems: Makefile PLIST distinfo
Removed Files:
	pkgsrc/misc/rubygems/patches: patch-aa patch-ab

Log Message:
Update rubygems to 0.9.2.

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.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/misc/rubygems/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/misc/rubygems/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/misc/rubygems/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/misc/rubygems/patches/patch-aa
cvs rdiff -r1.2 -r0 pkgsrc/misc/rubygems/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.