From e28e0bef65b66c7911839319730dd1ffd7f664ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Garci=CC=81a=20Cota?= Date: Thu, 7 Jan 2021 11:38:37 +0100 Subject: [PATCH] chore - publish rockspec and add luarocks instructions --- README.md | 4 ++++ sandbox.lua-0.0.1-0.rockspec => sandbox-1.0.0-0.rockspec | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) rename sandbox.lua-0.0.1-0.rockspec => sandbox-1.0.0-0.rockspec (84%) diff --git a/README.md b/README.md index c178803..642ff45 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,10 @@ Installation Just copy sandbox.lua wherever you need it. +Alternatively, you can use luarocks: + + luarocks install kikito/sandbox + License ======= diff --git a/sandbox.lua-0.0.1-0.rockspec b/sandbox-1.0.0-0.rockspec similarity index 84% rename from sandbox.lua-0.0.1-0.rockspec rename to sandbox-1.0.0-0.rockspec index 7fec198..86d377c 100644 --- a/sandbox.lua-0.0.1-0.rockspec +++ b/sandbox-1.0.0-0.rockspec @@ -1,10 +1,10 @@ -package = "sandbox.lua" +package = "sandbox" -version = "0.0.1-0" +version = "1.0.0-0" source = { url = "git://github.com/kikito/sandbox.lua.git", - tag = "0.0.1" + tag = "v1.0.0" } description = {