aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-06-29 21:24:43 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-06-29 21:24:43 -0300
commit0601f27c2371c9f19c4175f866f7babfcabb7277 (patch)
tree38b63e7293d3f133aa0b62302f4a765f65dae896
parente620a7e022c019ece6419446e6220d424aff9b42 (diff)
downloadluarocks-0601f27c2371c9f19c4175f866f7babfcabb7277.tar.gz
luarocks-0601f27c2371c9f19c4175f866f7babfcabb7277.tar.bz2
luarocks-0601f27c2371c9f19c4175f866f7babfcabb7277.zip
Bump format to 3.0 in the luarocks-3 branch.
-rw-r--r--src/luarocks/type_check.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/type_check.lua b/src/luarocks/type_check.lua
index 65b4fc15..83091a29 100644
--- a/src/luarocks/type_check.lua
+++ b/src/luarocks/type_check.lua
@@ -8,7 +8,7 @@ package.loaded["luarocks.type_check"] = type_check
8local cfg = require("luarocks.cfg") 8local cfg = require("luarocks.cfg")
9local deps = require("luarocks.deps") 9local deps = require("luarocks.deps")
10 10
11type_check.rockspec_format = "1.1" 11type_check.rockspec_format = "3.0"
12 12
13local string_1 = { _type = "string" } 13local string_1 = { _type = "string" }
14local number_1 = { _type = "number" } 14local number_1 = { _type = "number" }