We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2784cc8 commit 5cb0498Copy full SHA for 5cb0498
NEWS
@@ -0,0 +1,3 @@
1
+0.1 - 2018-08-10
2
+
3
+ - Initial release
spawn-scm-0.rockspec spawn-0.1-0.rockspec
@@ -1,7 +1,8 @@
package = "spawn"
-version = "scm-0"
+version = "0.1-0"
source = {
4
- url = "git://github.com/daurnimator/lua-spawn.git";
+ url = "https://github.com/daurnimator/lua-spawn/archive/v0.1.zip";
5
+ dir = "lua-spawn-0.1";
6
}
7
description = {
8
summary = "A lua library to spawn programs";
spawn/init.lua
@@ -22,6 +22,7 @@ local function system(arg)
22
end
23
24
return {
25
+ _VERSION = "0.1";
26
start = start;
27
run = run;
28
system = system;
0 commit comments