aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV1K1NGbg <victor@ilchev.com>2024-08-15 15:00:59 +0300
committerV1K1NGbg <victor@ilchev.com>2024-08-15 15:00:59 +0300
commit753c99c3debec5f08734645b4f48dda7b113ce87 (patch)
tree0b7bd721b2776eab53e240a8b62d9b2b0c472c56
parented3cc55fd5de00ce71cb6b77325ac48a63b6f577 (diff)
downloadluarocks-753c99c3debec5f08734645b4f48dda7b113ce87.tar.gz
luarocks-753c99c3debec5f08734645b4f48dda7b113ce87.tar.bz2
luarocks-753c99c3debec5f08734645b4f48dda7b113ce87.zip
sanity check 3
-rw-r--r--src/luarocks/core/types/rockspec.lua47
1 files changed, 1 insertions, 46 deletions
diff --git a/src/luarocks/core/types/rockspec.lua b/src/luarocks/core/types/rockspec.lua
index a13c3f58..d74dfa2a 100644
--- a/src/luarocks/core/types/rockspec.lua
+++ b/src/luarocks/core/types/rockspec.lua
@@ -1,55 +1,10 @@
1 1
2 2
3 3
4local rockspec = {Description = {}, Variables = {}, Source = {}, Test = {}, Install = {}, Installs = {}, Build = {}, Dependencies = {}, Hooks = {}, Deploy = {}, Rockspec = {}, }
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50 4
51 5
52 6
7local rockspec = {Description = {}, Source = {}, Test = {}, Dependencies = {}, Hooks = {}, Deploy = {}, Rockspec = {}, }
53 8
54 9
55 10