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 --- rockspecs/valua-0.2.1-1.rockspec | 23 +++++++++++++++++++++++ rockspecs/valua-0.2.1-2.rockspec | 23 +++++++++++++++++++++++ rockspecs/valua-0.2.2-1.rockspec | 25 +++++++++++++++++++++++++ rockspecs/valua-0.2.2-2.rockspec | 25 +++++++++++++++++++++++++ rockspecs/valua-0.2.2-3.rockspec | 25 +++++++++++++++++++++++++ valua-0.2.1-1.rockspec | 23 ----------------------- valua-0.2.1-2.rockspec | 23 ----------------------- valua-0.2.2-1.rockspec | 25 ------------------------- valua-0.2.2-2.rockspec | 25 ------------------------- 9 files changed, 121 insertions(+), 96 deletions(-) create mode 100644 rockspecs/valua-0.2.1-1.rockspec create mode 100644 rockspecs/valua-0.2.1-2.rockspec create mode 100644 rockspecs/valua-0.2.2-1.rockspec create mode 100644 rockspecs/valua-0.2.2-2.rockspec create mode 100644 rockspecs/valua-0.2.2-3.rockspec delete mode 100644 valua-0.2.1-1.rockspec delete mode 100644 valua-0.2.1-2.rockspec delete mode 100644 valua-0.2.2-1.rockspec delete mode 100644 valua-0.2.2-2.rockspec diff --git a/rockspecs/valua-0.2.1-1.rockspec b/rockspecs/valua-0.2.1-1.rockspec new file mode 100644 index 0000000..f78bb41 --- /dev/null +++ b/rockspecs/valua-0.2.1-1.rockspec @@ -0,0 +1,23 @@ +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.3" +} +build = { + type = "builtin", + modules = { + ["valua"] = "valua.lua", + } +} \ No newline at end of file diff --git a/rockspecs/valua-0.2.1-2.rockspec b/rockspecs/valua-0.2.1-2.rockspec new file mode 100644 index 0000000..8584880 --- /dev/null +++ b/rockspecs/valua-0.2.1-2.rockspec @@ -0,0 +1,23 @@ +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 diff --git a/rockspecs/valua-0.2.2-1.rockspec b/rockspecs/valua-0.2.2-1.rockspec new file mode 100644 index 0000000..2faa780 --- /dev/null +++ b/rockspecs/valua-0.2.2-1.rockspec @@ -0,0 +1,25 @@ +package = "valua" +version = "0.2.2-1" +source = { + url = "https://github.com/Etiene/valua/releases/download/0.2.2/valua-0.2.2.tar.gz", + tag = "valua-0.2.2" +} +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.3" +} +build = { + type = "none", + install ={ + lua ={ + valua = "valua.lua" + } + } +} diff --git a/rockspecs/valua-0.2.2-2.rockspec b/rockspecs/valua-0.2.2-2.rockspec new file mode 100644 index 0000000..7bed02e --- /dev/null +++ b/rockspecs/valua-0.2.2-2.rockspec @@ -0,0 +1,25 @@ +package = "valua" +version = "0.2.2-2" +source = { + url = "git://github.com/Etiene/valua", + tag = "0.2.2" +} +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 = "none", + install ={ + lua ={ + valua = "valua.lua" + } + } +} \ No newline at end of file diff --git a/rockspecs/valua-0.2.2-3.rockspec b/rockspecs/valua-0.2.2-3.rockspec new file mode 100644 index 0000000..215a53d --- /dev/null +++ b/rockspecs/valua-0.2.2-3.rockspec @@ -0,0 +1,25 @@ +package = "valua" +version = "0.2.2-3" +source = { + url = "https://github.com/sailorproject/valua/releases/download/0.2.2/valua-0.2.2.tar.gz", + tag = "0.2.2" +} +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/sailorproject/valua", + license = "MIT" +} +dependencies = { + "lua >= 5.1, < 5.4" +} +build = { + type = "none", + install ={ + lua ={ + valua = "valua.lua" + } + } +} diff --git a/valua-0.2.1-1.rockspec b/valua-0.2.1-1.rockspec deleted file mode 100644 index f78bb41..0000000 --- a/valua-0.2.1-1.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.3" -} -build = { - type = "builtin", - modules = { - ["valua"] = "valua.lua", - } -} \ No newline at end of file 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 diff --git a/valua-0.2.2-1.rockspec b/valua-0.2.2-1.rockspec deleted file mode 100644 index 2faa780..0000000 --- a/valua-0.2.2-1.rockspec +++ /dev/null @@ -1,25 +0,0 @@ -package = "valua" -version = "0.2.2-1" -source = { - url = "https://github.com/Etiene/valua/releases/download/0.2.2/valua-0.2.2.tar.gz", - tag = "valua-0.2.2" -} -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.3" -} -build = { - type = "none", - install ={ - lua ={ - valua = "valua.lua" - } - } -} diff --git a/valua-0.2.2-2.rockspec b/valua-0.2.2-2.rockspec deleted file mode 100644 index c8f975f..0000000 --- a/valua-0.2.2-2.rockspec +++ /dev/null @@ -1,25 +0,0 @@ -package = "valua" -version = "0.2.2-2" -source = { - url = "git://github.com/Etiene/valua", - tag = "0.2.2" -} -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 = "none", - install ={ - lua ={ - valua = "valua.lua" - } - } -} -- cgit v1.2.3-54-g00ecf