From 153d62cab49e5c2679ff57b8716b21fe04125ce6 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Tue, 14 Jan 2025 14:52:39 -0500 Subject: [PATCH 1/3] Move respec config license file. --- respecConfig.json.license => config/respec.json.license | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename respecConfig.json.license => config/respec.json.license (100%) diff --git a/respecConfig.json.license b/config/respec.json.license similarity index 100% rename from respecConfig.json.license rename to config/respec.json.license From 043008192750bd31de74ce46a6b9476a4c9f6847 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Tue, 14 Jan 2025 14:59:00 -0500 Subject: [PATCH 2/3] Update Authors list. Based on https://github.com/w3c/vc-di-bbs-test-suite/graphs/contributors Also included @Wind4Greg as the source of the static test vectors. --- config/respec.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/config/respec.json b/config/respec.json index 326e6ab..86377f6 100644 --- a/config/respec.json +++ b/config/respec.json @@ -6,21 +6,14 @@ "edDraftURI": "https://w3c.github.io/vc-di-bbs-test-suite", "doJsonLd": true, "includePermalinks": false, - "editors": [{ - "name": "Andrew Jones", "url": "https://github.com/aljones15", - "company": "Digital Bazaar", "companyURL": "https://digitalbazaar.com/" - }, { - "name": "Tashi D. Gyeltshen", "url": "https://github.com/jsAssassin", - "company": "Digital Bazaar", "companyURL": "https://digitalbazaar.com/" - }], "authors": [{ "name": "Andrew Jones", "url": "https://github.com/aljones15", - "company": "Digital Bazaar", "companyURL": "https://digitalbazaar.com/" + "company": "Digital Bazaar, Inc.", "companyURL": "https://digitalbazaar.com/" },{ "name": "Tashi D. Gyeltshen", "url": "https://github.com/jsAssassin", - "company": "Digital Bazaar", "companyURL": "https://digitalbazaar.com/" + "company": "Digital Bazaar, Inc.", "companyURL": "https://digitalbazaar.com/" },{ - "name": "Manu Sporny", "url": "https://manu.sporny.org/", - "company": "Digital Bazaar", "companyURL": "https://digitalbazaar.com/ " + "name": "Greg Bernstein", "url": "https://github.com/wind4greg", + "company": "Grotto Networking", "companyURL": "https://www.grotto-networking.com/" }] } From 149bf4c1135b956639e6def40c96081af548f665 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Tue, 14 Jan 2025 15:54:29 -0500 Subject: [PATCH 3/3] Add @tminard back to Authors list. --- config/respec.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/respec.json b/config/respec.json index 86377f6..8adc99e 100644 --- a/config/respec.json +++ b/config/respec.json @@ -15,5 +15,8 @@ },{ "name": "Greg Bernstein", "url": "https://github.com/wind4greg", "company": "Grotto Networking", "companyURL": "https://www.grotto-networking.com/" + },{ + "name": "Tyler Minard", "url": "https://github.com/tminard", + "company": "Digital Bazaar, Inc.", "companyURL": "https://digitalbazaar.com/" }] }