diff --git a/share/apps.json b/share/apps.json index 1b4374c5c..b43790a42 100644 --- a/share/apps.json +++ b/share/apps.json @@ -997,7 +997,7 @@ }, "Locomotive": { "cats": [ 1 ], - "html": "\/sites\/[a-zA-Z0-9]{24}\/theme\/stylesheets\/", + "html": "<.*\/sites\/[a-zA-Z0-9]{24}\/theme\/stylesheets\/.*>", "implies": [ "Ruby", "Ruby on Rails", "MongoDB" ] }, "Lotus Domino": { @@ -1637,6 +1637,12 @@ "meta": { "generator": "(^|\\s)SPIP(\\s([\\d\\.]+(\\s\\[\\d+\\])?))?\\;version:\\3" }, "headers": { "X-Spip-Cache": ".*" } }, + "Spree": { + "cats": [ 6 ], + "html": "<.+\/spree\/products\/[0-9]+\/.+>", + "html": "<.+href=.\/assets\/store\/all\-[a-zA-Z0-9]{32}\.css.+>", + "implies": [ "Ruby", "Ruby on Rails"] + }, "SQL Buddy": { "cats": [ 3 ], "html": "(SQL Buddy|<[^>]+onclick=\\\"sideMainClick\\(\\\"home\\.php)" diff --git a/share/images/icons/Spree.png b/share/images/icons/Spree.png new file mode 100644 index 000000000..88b593baf Binary files /dev/null and b/share/images/icons/Spree.png differ