From 6dab00c67029dc4761ac80dc7b4dfbc7ba2a61e6 Mon Sep 17 00:00:00 2001 From: Etiene Dalcol Date: Thu, 21 Jan 2016 15:41:34 +0100 Subject: Update rockspec Close #8 --- valua-0.2.1-2.rockspec | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 valua-0.2.1-2.rockspec (limited to 'valua-0.2.1-2.rockspec') diff --git a/valua-0.2.1-2.rockspec b/valua-0.2.1-2.rockspec deleted file mode 100644 index 8584880..0000000 --- a/valua-0.2.1-2.rockspec +++ /dev/null @@ -1,23 +0,0 @@ -package = "Valua" -version = "0.2.1-1" -source = { - url = "git://github.com/Etiene/valua", - tag = "v0.2.1" -} -description = { - summary = "Validation for Lua!", - detailed = [[ - This module provides tools for validating values, very useful in forms, but also usable elsewhere. It works in appended chains. Create a new validation object and start chaining your test functions. - ]], - homepage = "https://github.com/Etiene/valua", - license = "MIT" -} -dependencies = { - "lua >= 5.1, < 5.4" -} -build = { - type = "builtin", - modules = { - ["valua"] = "valua.lua", - } -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf