Hi,
Attached is a rockspec for a minor update of validate-args to version
1.5.4.
* added new validation options, "before", and "after" to provide
access to the complete data before and after validation
Thanks!
Diab
package = 'validate-args'
version = '1.5.4-1'
source = {
url =
"https://bitbucket.org/djerius/validate.args/downloads/validate-args-1.5.4.tar.gz"
}
description = {
summary = "Function argument validation",
detailed = [[
validate.args is a Lua module that provides a framework for
validation of arguments to Lua functions as well as complex data
structures. The included validate.inplace module provides "live"
validation during assignment of values to elements in tables. ]],
license = "GPL-3",
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
["validate.args"] = "validate/args.lua",
["validate.inplace"] = "validate/inplace.lua",
},
copy_directories = {
"doc", "tests"
}
}
------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers