Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
spout committed Mar 21, 2017
1 parent 2403b17 commit 94df392
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lua-resty-aries-dev-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package = "lua-resty-aries"
version = "release-1.0"
version = "dev-1"
source = {
url = "git://github.com/DoubleSpout/lua-resty-aries.git"
}
Expand Down
23 changes: 23 additions & 0 deletions lua-resty-aries-release-1.0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package = "lua-resty-aries"
version = "release-1.0"
source = {
url = "git://github.com/DoubleSpout/lua-resty-aries.git"
}
description = {
summary = "Templating Engine (HTML) for Lua and OpenResty",
detailed = "lua-resty-aries is a compiling (HTML) templating engine for Lua and OpenResty.It can correct postion template's error line.",
homepage = "https://github.com/DoubleSpout/lua-resty-aries",
maintainer = "DoubleSpout <53822985@qq.com>",
license = "MIT"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
["resty.aries"] = "aries.lua",
["resty.aries.tools"] = "aries/tools.lua",
["resty.aries.lib"] = "aries/lib.lua"
}
}

0 comments on commit 94df392

Please sign in to comment.