diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-06-29 21:24:43 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-06-29 21:24:43 -0300 |
commit | 0601f27c2371c9f19c4175f866f7babfcabb7277 (patch) | |
tree | 38b63e7293d3f133aa0b62302f4a765f65dae896 | |
parent | e620a7e022c019ece6419446e6220d424aff9b42 (diff) | |
download | luarocks-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.lua | 2 |
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 | |||
8 | local cfg = require("luarocks.cfg") | 8 | local cfg = require("luarocks.cfg") |
9 | local deps = require("luarocks.deps") | 9 | local deps = require("luarocks.deps") |
10 | 10 | ||
11 | type_check.rockspec_format = "1.1" | 11 | type_check.rockspec_format = "3.0" |
12 | 12 | ||
13 | local string_1 = { _type = "string" } | 13 | local string_1 = { _type = "string" } |
14 | local number_1 = { _type = "number" } | 14 | local number_1 = { _type = "number" } |