Skip to content

Commit f04c299

Browse files
committed
get rockspec back
1 parent 908c06a commit f04c299

File tree

3 files changed

+35
-27
lines changed

3 files changed

+35
-27
lines changed

rockspecs/spacer-2.0.2-1.rockspec

Lines changed: 0 additions & 26 deletions
This file was deleted.

rockspecs/spacer-scm-1.rockspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
-- SPACER V1 IS DEPRECATED. PLEASE UPGRADE TO V2+.
1+
--[[
2+
*** This is legacy rockspec of deprecated spacer version
3+
*** Please, for this version refer instead to
4+
*** rockspecs/spacer-scm-1.rockspec
5+
*** or update to spacer v2
6+
]]
27

38
package = 'spacer'
49
version = 'scm-1'

spacer-scm-1.rockspec

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
--[[
2+
*** This is legacy rockspec of deprecated spacer version
3+
*** Please, for this version refer instead to
4+
*** rockspecs/spacer-scm-1.rockspec
5+
*** or update to spacer v2
6+
]]
7+
8+
package = 'spacer'
9+
version = 'scm-1'
10+
source = {
11+
url = 'git://github.com/igorcoding/tarantool-spacer.git',
12+
branch = 'v1',
13+
}
14+
description = {
15+
summary = "Spacer for Tarantool. For managing spaces easily.",
16+
homepage = 'https://github.com/igorcoding/tarantool-spacer',
17+
license = 'MIT',
18+
}
19+
dependencies = {
20+
'lua >= 5.1'
21+
}
22+
build = {
23+
type = 'builtin',
24+
modules = {
25+
['spacer'] = 'spacer.lua',
26+
}
27+
}
28+
29+
-- vim: syntax=lua

0 commit comments

Comments
 (0)