aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-10-24 17:24:38 +0000
committerhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-10-24 17:24:38 +0000
commit00cd49ba4e0e357722e9651a3f57e82864eb73f0 (patch)
tree886b8b4207b5087a4a8c56cdb84651b4159239ac
parente8fe170babc9544ccf8f2f8daa52933dddbb9b5b (diff)
downloadluarocks-00cd49ba4e0e357722e9651a3f57e82864eb73f0.tar.gz
luarocks-00cd49ba4e0e357722e9651a3f57e82864eb73f0.tar.bz2
luarocks-00cd49ba4e0e357722e9651a3f57e82864eb73f0.zip
add info to rockspec
git-svn-id: http://luarocks.org/svn/luarocks/trunk@111 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
-rw-r--r--rockspec7
1 files changed, 5 insertions, 2 deletions
diff --git a/rockspec b/rockspec
index 24d78e4a..77aa5872 100644
--- a/rockspec
+++ b/rockspec
@@ -13,11 +13,14 @@ description = {
13 installed as well, and at run time, so that when a module is 13 installed as well, and at run time, so that when a module is
14 required, the correct version is loaded. LuaRocks supports both 14 required, the correct version is loaded. LuaRocks supports both
15 local and remote repositories, and multiple local rocks trees. 15 local and remote repositories, and multiple local rocks trees.
16 ]] 16 ]],
17 license = "MIT/X11",
18 homepage = "http://www.luarocks.org",
19 maintainer = "Hisham Muhammad"
17} 20}
18 21
19dependencies = { 22dependencies = {
20 "lua >= 5.1" 23 "lua ~> 5.1"
21} 24}
22 25
23source = { 26source = {