From ce6d567220c3a3aa34bd5d136d986e83eaf7730f Mon Sep 17 00:00:00 2001 From: "Mahlon E. Smith" Date: Tue, 26 May 2015 16:06:33 -0700 Subject: [PATCH 1/2] Add the mongrel2 nim module. --- packages.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index b73354e..bc8f5c1 100644 --- a/packages.json +++ b/packages.json @@ -1568,5 +1568,14 @@ "description": "Nim module for better URI handling", "license": "MIT", "web": "https://github.com/achesak/nim-uri2" - } + }, + { + "name": "mongrel2", + "url": "https://mahlon@bitbucket.org/mahlon/nim-mongrel2", + "method": "hg", + "tags": ["mongrel2", "library", "www" ], + "description": "Handler framework for the Mongrel2 web server.", + "license": "MIT", + "web": "http://bitbucket.org/mahlon/nim-mongrel2" + }, ] From eac6b521264c15555897442c503e86ccfae80669 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 28 May 2015 11:55:13 +0100 Subject: [PATCH 2/2] Remove trailing comma --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index bc8f5c1..19ced94 100644 --- a/packages.json +++ b/packages.json @@ -1577,5 +1577,5 @@ "description": "Handler framework for the Mongrel2 web server.", "license": "MIT", "web": "http://bitbucket.org/mahlon/nim-mongrel2" - }, + } ]