Subject: CVS commit: pkgsrc/www/ruby-actionwebservice
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 01/28/2007 05:42:51
Module Name:	pkgsrc
Committed By:	minskim
Date:		Sun Jan 28 05:42:51 UTC 2007

Modified Files:
	pkgsrc/www/ruby-actionwebservice: Makefile distinfo

Log Message:
Update ruby-actionwebservice to 1.2.1, required by rails-1.2.1.

Changes since 1.1.6:
* Removed invocation of deprecated before_action and around_action filter
  methods. Corresponding before_invocation and after_invocation methods
  should be used instead.
* Provide access to the underlying SOAP driver.
* ActionWebService WSDL generation ignores HTTP_X_FORWARDED_HOST
* Tighten rescue clauses.
* Fixed XMLRPC multicall when one of the called methods returns a struct
  object.
* Fix invoke_layered since api_method didn't declare :expects.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/www/ruby-actionwebservice/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/www/ruby-actionwebservice/distinfo

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