From 4a4bb0bc5b8c1e0e013f52934bc007d22083e220 Mon Sep 17 00:00:00 2001 From: Nicholas Stees Date: Mon, 8 Apr 2019 23:15:58 -0400 Subject: [PATCH 1/3] Adding Gridsome --- src/apps.json | 10 ++++++++++ src/icons/Gridsome.svg | 30 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 src/icons/Gridsome.svg diff --git a/src/apps.json b/src/apps.json index cf1c1022c..a96173051 100644 --- a/src/apps.json +++ b/src/apps.json @@ -4123,6 +4123,16 @@ }, "website": "http://www.greenvalley.nl/Public/Producten/Content_Management/CMS" }, + "Gridsome": { + "cats": [ + 57 + ], + "icon": "Gridsome.svg", + "meta": { + "generator": "Gridsome (v[\\d.]+)?\\;version:\\1" + }, + "website": "https://gridsome.org" + }, "HERE": { "cats": [ 35 diff --git a/src/icons/Gridsome.svg b/src/icons/Gridsome.svg new file mode 100644 index 000000000..8fa8b0d89 --- /dev/null +++ b/src/icons/Gridsome.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 65b6c7b5ba72122703346c5274c2e6290720a680 Mon Sep 17 00:00:00 2001 From: Nicholas Stees Date: Tue, 9 Apr 2019 16:39:44 -0400 Subject: [PATCH 2/3] Adding implies vue and carrot to regex --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index a96173051..3734b94b3 100644 --- a/src/apps.json +++ b/src/apps.json @@ -4128,8 +4128,9 @@ 57 ], "icon": "Gridsome.svg", + "implies": "Vue.js", "meta": { - "generator": "Gridsome (v[\\d.]+)?\\;version:\\1" + "generator": "^Gridsome (v[\\d.]+)?\\;version:\\1" }, "website": "https://gridsome.org" }, From 563348b73c65f5aaa92c25b10e66942a7f9ad2d1 Mon Sep 17 00:00:00 2001 From: Nicholas Stees Date: Tue, 9 Apr 2019 21:10:46 -0400 Subject: [PATCH 3/3] Suggestions by jvoisin --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 3734b94b3..ea7748ec9 100644 --- a/src/apps.json +++ b/src/apps.json @@ -4130,7 +4130,7 @@ "icon": "Gridsome.svg", "implies": "Vue.js", "meta": { - "generator": "^Gridsome (v[\\d.]+)?\\;version:\\1" + "generator": "^Gridsome v([\\d.]+)$\\;version:\\1" }, "website": "https://gridsome.org" },