From cd00919db163c83073cbeb7ddcec34b55a322984 Mon Sep 17 00:00:00 2001 From: Kyle Kress Date: Thu, 29 Jan 2015 12:45:56 -0500 Subject: [PATCH 1/2] Added Ramda --- share/apps.json | 6 ++++++ share/images/icons/Ramda.png | Bin 0 -> 480 bytes 2 files changed, 6 insertions(+) create mode 100644 share/images/icons/Ramda.png diff --git a/share/apps.json b/share/apps.json index 0f7c620b1..0a4ce2183 100644 --- a/share/apps.json +++ b/share/apps.json @@ -3050,6 +3050,12 @@ "cats": [ 22 ], "headers": { "Server": "RAID HTTPServer(?:/([\\d.]+))?\\;version:\\1" } }, + "Ramda": { + "website": "ramdajs.com", + "cats": [ 12 ], + "script": "ramda.*\\.js", + "env": "^R$" + }, "Raphael": { "website": "raphaeljs.com", "cats": [ 25 ], diff --git a/share/images/icons/Ramda.png b/share/images/icons/Ramda.png new file mode 100644 index 0000000000000000000000000000000000000000..1ff30969c1d5432738a12f8a063c2a30af52f7d4 GIT binary patch literal 480 zcmV<60U!Q}P)!GsDKaD{*R_xt$u4S1i?U1(Mre~rEe8khE~|-}97ZXd z92~?BQldo0(q>z;_whD+-~a!=4d2W2>v=x)2>&SuCVDR&t8MD}^*7MD8mN3QJGheq zNVUxdUeA|r&XZZdcC0yBw;xoF%>XZP=4S|*=QrW{3~-I=?0dGag{T;s4w~r**+yTa zS3-H!iB}15mFz|Tp(6QGM~7pei)SHICehZB2n;V%ll}i*d*^LY%@GLq3!EJb?@wiR zidr%rf$(U#vUSCmAB)!)17W1AH9e5oMyk6M3elDW`5vM=G-7uP4onA`O%(Kp4|Cak z1skV>F4Shv8tf}!K_&?%HZbp9cJu*!N`f@%C)XB0PXdgurSRkA>;T+IfOa%Y*$Uuz z9E`4@_;dJE3$QB=+Hg8dHBbb~V_>L^h2KK1df;>~G@>OWx&;?=;O>!w4Z}$=T35AW@7o;sSHA%j Wji?y$B&inw0000 Date: Thu, 29 Jan 2015 17:11:17 -0500 Subject: [PATCH 2/2] Removed the object detection --- share/apps.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/apps.json b/share/apps.json index 0a4ce2183..56a928942 100644 --- a/share/apps.json +++ b/share/apps.json @@ -3053,8 +3053,7 @@ "Ramda": { "website": "ramdajs.com", "cats": [ 12 ], - "script": "ramda.*\\.js", - "env": "^R$" + "script": "ramda.*\\.js" }, "Raphael": { "website": "raphaeljs.com",