From 0601f27c2371c9f19c4175f866f7babfcabb7277 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 29 Jun 2015 21:24:43 -0300 Subject: Bump format to 3.0 in the luarocks-3 branch. --- src/luarocks/type_check.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 local cfg = require("luarocks.cfg") local deps = require("luarocks.deps") -type_check.rockspec_format = "1.1" +type_check.rockspec_format = "3.0" local string_1 = { _type = "string" } local number_1 = { _type = "number" } -- cgit v1.2.3-55-g6feb