From a122f54d0efc95332330b2aeba1507102e2fb967 Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Mon, 28 Oct 2013 09:39:59 -0700 Subject: [PATCH] remove versioned rockspec --- etlua-1.0.1-1.rockspec | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 etlua-1.0.1-1.rockspec diff --git a/etlua-1.0.1-1.rockspec b/etlua-1.0.1-1.rockspec deleted file mode 100644 index 8fc56fd..0000000 --- a/etlua-1.0.1-1.rockspec +++ /dev/null @@ -1,30 +0,0 @@ -package = "etlua" -version = "1.0.1-1" - -source = { - url = "git://github.com/leafo/etlua.git", - branch = "v1.0.1" -} - -description = { - summary = "Embedded templates for Lua", - detailed = [[ - Allows you to render ERB style templates but with Lua. Supports <% %>, <%= - %> and <%- %> tags (with optional newline slurping) for embedding code. - ]], - homepage = "https://github.com/leafo/etlua", - maintainer = "Leaf Corcoran ", - license = "MIT" -} - -dependencies = { - "lua >= 5.1", -} - -build = { - type = "builtin", - modules = { - ["etlua"] = "etlua.lua", - }, -} -