Subject: CVS commit: pkgsrc/devel/ruby-activesupport
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 02/18/2007 23:03:11
Module Name:	pkgsrc
Committed By:	minskim
Date:		Sun Feb 18 23:03:11 UTC 2007

Modified Files:
	pkgsrc/devel/ruby-activesupport: Makefile PLIST distinfo

Log Message:
Update ruby-activesupport to 1.4.1.

Changes:
* Optimize Class Inheritable Attributes so that unnecessary hashes are not
  creat ed. [Bruce Perens]
* Added :instance_writer option to #mattr_writer/accessor,
  #cattr_writer/accesso r, and #class_inheritable_writer to skip the creation
  of the instance writer. [ Rick]
* Full test coverage for Inflector.  #7228 [Dan Kubb]


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/ruby-activesupport/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/ruby-activesupport/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/ruby-activesupport/distinfo

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