From 03f12a0e3a5c3b8ce60c19e247f8d7bbaad33a84 Mon Sep 17 00:00:00 2001 From: Wouter Scherphof Date: Fri, 5 Apr 2013 20:11:37 +0200 Subject: [PATCH 1/2] Described dependency on lunitx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 808949d..af441a3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ MIT; see `./doc/LICENSE` Htmlparser is a listed [LuaRock](http://luarocks.org/repositories/rocks/). Install using [LuaRocks](http://www.luarocks.org/): `luarocks install htmlparser` ###Dependencies -Htmlparser depends on [Lua 5.2](http://www.lua.org/download.html), and on the ["set"][1] LuaRock, which is installed along automatically +Htmlparser depends on [Lua 5.2](http://www.lua.org/download.html), and on the ["set"][1] LuaRock, which is installed along automatically. To be able to run the tests, [lunitx](https://github.com/dcurrie/lunit) also comes along as a LuaRock ##Usage Start off with From 83e5f16c955748243f1bff0be2457a1f0d585671 Mon Sep 17 00:00:00 2001 From: Wouter Scherphof Date: Fri, 5 Apr 2013 20:13:53 +0200 Subject: [PATCH 2/2] v02. -> v0.1.1 --- htmlparser-0.2-1.rockspec => htmlparser-0.1.1-1.rockspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename htmlparser-0.2-1.rockspec => htmlparser-0.1.1-1.rockspec (95%) diff --git a/htmlparser-0.2-1.rockspec b/htmlparser-0.1.1-1.rockspec similarity index 95% rename from htmlparser-0.2-1.rockspec rename to htmlparser-0.1.1-1.rockspec index 12e22d7..5691b75 100644 --- a/htmlparser-0.2-1.rockspec +++ b/htmlparser-0.1.1-1.rockspec @@ -1,8 +1,8 @@ package = "htmlparser" -version = "0.2-1" +version = "0.1.1-1" source = { url = "git://github.com/wscherphof/lua-htmlparser.git", - branch = "v0.2" + branch = "v0.1.1" } description = { summary = "Parse HTML text into a tree of elements with selectors",