From 455c402ad195e07f1dc9d4134437b9fead782f02 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 29 Sep 2020 14:14:36 +0300 Subject: [PATCH] chore(rockspec): Tag rockspec version, lint, normalize fields --- penlight-scm-3.rockspec => penlight-scm-4.rockspec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) rename penlight-scm-3.rockspec => penlight-scm-4.rockspec (94%) diff --git a/penlight-scm-3.rockspec b/penlight-scm-4.rockspec similarity index 94% rename from penlight-scm-3.rockspec rename to penlight-scm-4.rockspec index 51f7c202..06fa7b81 100644 --- a/penlight-scm-3.rockspec +++ b/penlight-scm-4.rockspec @@ -1,5 +1,6 @@ +rockspec_format = "3.0" package = "penlight" -version = "scm-3" +version = "scm-4" source = { url = "git://github.com/lunarmodules/Penlight.git", @@ -8,18 +9,20 @@ source = { description = { summary = "Lua utility libraries loosely based on the Python standard libraries", - homepage = "https://lunarmodules.github.io/Penlight", - license = "MIT/X11", - maintainer = "thijs@thijsschreijer.nl", detailed = [[ Penlight is a set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries. -]] +]], + license = "MIT/X11", + homepage = "https://lunarmodules.github.io/Penlight", + issues_url = "https://github.com/lunarmodules/Penlight/issues", + maintainer = "thijs@thijsschreijer.nl", } dependencies = { + "lua >= 5.1", "luafilesystem" }