aboutsummaryrefslogtreecommitdiff
path: root/spec/fixtures/with_dep-0.1-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/with_dep-0.1-1.rockspec')
-rw-r--r--spec/fixtures/with_dep-0.1-1.rockspec18
1 files changed, 0 insertions, 18 deletions
diff --git a/spec/fixtures/with_dep-0.1-1.rockspec b/spec/fixtures/with_dep-0.1-1.rockspec
deleted file mode 100644
index 53b26c9d..00000000
--- a/spec/fixtures/with_dep-0.1-1.rockspec
+++ /dev/null
@@ -1,18 +0,0 @@
1package = "with_dep"
2version = "0.1-1"
3source = {
4 url = "http://localhost:8080/file/with_dep.lua"
5}
6description = {
7 summary = "An example rockspec",
8}
9dependencies = {
10 "lua >= 5.1",
11 "with_external_dep 0.1",
12}
13build = {
14 type = "builtin",
15 modules = {
16 with_dep = "with_dep.lua"
17 }
18}