Subject: CVS commit: pkgsrc/devel/ruby-activesupport
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 10/16/2007 02:56:02
Module Name:	pkgsrc
Committed By:	minskim
Date:		Tue Oct 16 02:56:02 UTC 2007

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

Log Message:
Update ruby-activesupport to 1.4.4.

Changes:
* Backport: allow array and hash query parameters. Array route parameters are
  converted/to/a/path as before.
* Demote Hash#to_xml to use XmlSimple#xml_in_string so it can't read files or
  stdin.
* Document Object#blank?.
* Update Dependencies to ignore constants inherited from ancestors.
* Improved multibyte performance by relying less on exception raising


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/ruby-activesupport/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/ruby-activesupport/distinfo

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