Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianGray committed Oct 6, 2014
1 parent 2dfac4f commit 4f5198f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions lusty-0.5-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package = "lusty"
version = "0.5-0"
source = {
url = "https://github.com/Olivine-Labs/lusty/archive/v0.5.tar.gz",
dir = "lusty-0.5"
}
description = {
summary = "Lua web framework.",
detailed = [[
An event-based web framework built for speed.
]],
homepage = "http://olivinelabs.com/lusty/",
license = "MIT <http://opensource.org/licenses/MIT>"
}
dependencies = {
"lua >= 5.1",
"busted >= 1.7-1",
"mediator_lua >= 1.1-2"
}
build = {
type = "builtin",
modules = {
["lusty.init"] = "src/init.lua",
["lusty.util"] = "src/util.lua"
}
}

0 comments on commit 4f5198f

Please sign in to comment.