From 6b5178510c85259845b84fd5f75c2c48dd97ab16 Mon Sep 17 00:00:00 2001 From: Robert Ditthardt Date: Wed, 19 Nov 2014 20:28:49 -0800 Subject: [PATCH] Updated for easier testing and new lusty --- lusty-html-0.2-0.rockspec => lusty-html-0.3-0.rockspec | 8 ++++---- {src => lusty-html}/output/html.lua | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename lusty-html-0.2-0.rockspec => lusty-html-0.3-0.rockspec (70%) rename {src => lusty-html}/output/html.lua (100%) diff --git a/lusty-html-0.2-0.rockspec b/lusty-html-0.3-0.rockspec similarity index 70% rename from lusty-html-0.2-0.rockspec rename to lusty-html-0.3-0.rockspec index 1ccd33e..1fdb86d 100644 --- a/lusty-html-0.2-0.rockspec +++ b/lusty-html-0.3-0.rockspec @@ -1,8 +1,8 @@ package = "lusty-html" -version = "0.2-0" +version = "0.3-0" source = { - url = "https://github.com/Olivine-Labs/lusty-html/archive/v0.2.tar.gz", - dir = "lusty-html-0.2" + url = "https://github.com/Olivine-Labs/lusty-html/archive/v0.3.tar.gz", + dir = "lusty-html-0.3" } description = { summary = "html input and output for lusty.", @@ -20,6 +20,6 @@ dependencies = { build = { type = "builtin", modules = { - ["lusty-html.output.html"] = "src/output/html.lua" + ["lusty-html.output.html"] = "lusty-html/output/html.lua" } } diff --git a/src/output/html.lua b/lusty-html/output/html.lua similarity index 100% rename from src/output/html.lua rename to lusty-html/output/html.lua