Skip to content

Commit 0bf5d1d

Browse files
ErikSchierboomiHiD
authored andcommitted
Flatten authors and contributors array
The authors and contributors of exercises are stored in an array in the exercises' `.meta/config.json` files. We used to have separate fields for the GitHub- and Exercism username of the user. As we're only using the GitHub username, we've flatten the `authors` and `contributors` array to an array of strings representing the GitHub usernames. See https://github.com/exercism/docs/pull/90/files
1 parent f36ecc4 commit 0bf5d1d

13 files changed

Lines changed: 16 additions & 64 deletions

File tree

exercises/concept/annalyns-infiltration/.meta/config.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"blurb": "TODO: add blurb for booleans exercise",
33
"authors": [
4-
{
5-
"github_username": "mikedamay",
6-
"exercism_username": "mikedamay"
7-
}
4+
"mikedamay"
85
],
96
"files": {
107
"solution": [

exercises/concept/bird-watcher/.meta/config.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"blurb": "TODO: add blurb for bird-watcher exercise",
33
"authors": [
4-
{
5-
"github_username": "samuelteixeiras",
6-
"exercism_username": "samuelteixeiras"
7-
},
8-
{
9-
"github_username": "ystromm",
10-
"exercism_username": "ystromm"
11-
}
4+
"samuelteixeiras",
5+
"ystromm"
126
],
137
"files": {
148
"solution": [

exercises/concept/blackjack/.meta/config.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"blurb": "TODO: add blurb for conditionals exercise",
33
"authors": [
4-
{
5-
"github_username": "TalesDias",
6-
"exercism_username": "TalesDias"
7-
}
4+
"TalesDias"
85
],
96
"files": {
107
"solution": [

exercises/concept/cars-assemble/.meta/config.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"blurb": "TODO: add blurb for numbers exercise",
33
"authors": [
4-
{
5-
"github_username": "TalesDias",
6-
"exercism_username": "TalesDias"
7-
}
4+
"TalesDias"
85
],
96
"files": {
107
"solution": [
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"blurb": "TODO: add blurb for classes exercise",
33
"contributors": [
4-
{
5-
"github_username": "mirkoperillo",
6-
"exercism_username": "mirkoperillo"
7-
}
4+
"mirkoperillo"
85
],
96
"files": {
107
"solution": [
@@ -18,9 +15,6 @@
1815
]
1916
},
2017
"authors": [
21-
{
22-
"github_username": "mikedamay",
23-
"exercism_username": "mikedamay"
24-
}
18+
"mikedamay"
2519
]
2620
}
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"blurb": "TODO: add blurb for constructors exercise",
33
"contributors": [
4-
{
5-
"github_username": "mirkoperillo",
6-
"exercism_username": "mirkoperillo"
7-
}
4+
"mirkoperillo"
85
],
96
"files": {
107
"solution": [
@@ -18,9 +15,6 @@
1815
]
1916
},
2017
"authors": [
21-
{
22-
"github_username": "ystromm",
23-
"exercism_username": "ystromm"
24-
}
18+
"ystromm"
2519
]
2620
}

exercises/concept/inheritance/.meta/config.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"blurb": "TODO: add blurb for inheritance exercise",
33
"authors": [
4-
{
5-
"github_username": "himanshugoyal1065",
6-
"exercism_username": "himanshugoyal1065"
7-
}
4+
"himanshugoyal1065"
85
],
96
"files": {
107
"solution": [

exercises/concept/interfaces/.meta/config.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"blurb": "TODO: add blurb for interfaces exercise",
33
"authors": [
4-
{
5-
"github_username": "mikedamay",
6-
"exercism_username": "mikedamay"
7-
}
4+
"mikedamay"
85
],
96
"files": {
107
"solution": [

exercises/concept/lasagna/.meta/config.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"blurb": "TODO: add blurb for lasagna exercise",
33
"authors": [
4-
{
5-
"github_username": "mirkoperillo",
6-
"exercism_username": "mirkoperillo"
7-
}
4+
"mirkoperillo"
85
],
96
"files": {
107
"solution": [

exercises/concept/log-levels/.meta/config.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"blurb": "TODO: add blurb for strings exercise",
33
"authors": [
4-
{
5-
"github_username": "mirkoperillo",
6-
"exercism_username": "mirkoperillo"
7-
}
4+
"mirkoperillo"
85
],
96
"files": {
107
"solution": [

0 commit comments

Comments
 (0)