From fed6eb0bcbdb93ad4646cbcf96786405a32638d4 Mon Sep 17 00:00:00 2001 From: achesak Date: Sun, 6 Oct 2013 17:16:22 -0500 Subject: [PATCH 1/4] Added nimrod-pastebin. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 7c02647..416b251 100644 --- a/packages.json +++ b/packages.json @@ -195,5 +195,14 @@ "tags": ["app", "binary", "blog", "static", "generator"], "description": "Static blog generator ala Jekyll.", "license": "MIT" + }, + + { + "name": "nimrod-pastebin", + "url": "git://github.com/achesak/nimrod-pastebin", + "method": "git", + "tags": ["library", "wrapper", "pastebin"], + "description": "Pastebin API wrapper", + "license": "MIT" } ] From 1a04c630bd5ab702c48f7291cafde3dbdc832285 Mon Sep 17 00:00:00 2001 From: achesak Date: Sun, 6 Oct 2013 17:24:25 -0500 Subject: [PATCH 2/4] Added yahoo-weather. --- packages.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 416b251..67889c4 100644 --- a/packages.json +++ b/packages.json @@ -198,11 +198,20 @@ }, { - "name": "nimrod-pastebin", + "name": "pastebin", "url": "git://github.com/achesak/nimrod-pastebin", "method": "git", "tags": ["library", "wrapper", "pastebin"], "description": "Pastebin API wrapper", "license": "MIT" + }, + + { + "name": "yahoo-weather": + "url": "git://github.com/achesak/nimrod-yahoo-weather", + "method": "git", + "tags": ["library", "wrapper", "weather"], + "description", "Yahoo! Weather API wrapper", + "license": "MIT" } ] From fd6dbd84c4ef1d59717cd06961a94f059d05ee05 Mon Sep 17 00:00:00 2001 From: achesak Date: Sun, 6 Oct 2013 17:24:57 -0500 Subject: [PATCH 3/4] Oops. --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 67889c4..1c5a243 100644 --- a/packages.json +++ b/packages.json @@ -207,7 +207,7 @@ }, { - "name": "yahoo-weather": + "name": "yahoo-weather", "url": "git://github.com/achesak/nimrod-yahoo-weather", "method": "git", "tags": ["library", "wrapper", "weather"], From 610b6fffddfc5d88cafbd54b67d17ac86f481208 Mon Sep 17 00:00:00 2001 From: achesak Date: Sun, 6 Oct 2013 17:25:42 -0500 Subject: [PATCH 4/4] Oops again. --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 1c5a243..84cf52d 100644 --- a/packages.json +++ b/packages.json @@ -211,7 +211,7 @@ "url": "git://github.com/achesak/nimrod-yahoo-weather", "method": "git", "tags": ["library", "wrapper", "weather"], - "description", "Yahoo! Weather API wrapper", + "description": "Yahoo! Weather API wrapper", "license": "MIT" } ]