diff --git a/exercises/practice/accumulate/.meta/config.json b/exercises/practice/accumulate/.meta/config.json index e98b25fdd..5e1d02fda 100644 --- a/exercises/practice/accumulate/.meta/config.json +++ b/exercises/practice/accumulate/.meta/config.json @@ -3,6 +3,22 @@ "authors": [ "sacherjj" ], + "contributors": [ + "attilahorvath", + "ccouzens", + "coriolinus", + "cwhakes", + "efx", + "Emerentius", + "ErikSchierboom", + "lutostag", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/acronym/.meta/config.json b/exercises/practice/acronym/.meta/config.json index 2641c41bc..9a1939976 100644 --- a/exercises/practice/acronym/.meta/config.json +++ b/exercises/practice/acronym/.meta/config.json @@ -3,6 +3,26 @@ "authors": [ "gregcline" ], + "contributors": [ + "AndrewKvalheim", + "ClashTheBunny", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "ktomsic", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "thvdburgt", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/affine-cipher/.meta/config.json b/exercises/practice/affine-cipher/.meta/config.json index a2e446a71..379fde957 100644 --- a/exercises/practice/affine-cipher/.meta/config.json +++ b/exercises/practice/affine-cipher/.meta/config.json @@ -3,6 +3,14 @@ "authors": [ "ktomsic" ], + "contributors": [ + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "ffflorian", + "petertseng" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/all-your-base/.meta/config.json b/exercises/practice/all-your-base/.meta/config.json index 92dbdf611..c681c1766 100644 --- a/exercises/practice/all-your-base/.meta/config.json +++ b/exercises/practice/all-your-base/.meta/config.json @@ -3,6 +3,24 @@ "authors": [ "jonasbb" ], + "contributors": [ + "CGMossa", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "pedantic79", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/allergies/.meta/config.json b/exercises/practice/allergies/.meta/config.json index 066885da2..d622e9fa5 100644 --- a/exercises/practice/allergies/.meta/config.json +++ b/exercises/practice/allergies/.meta/config.json @@ -3,6 +3,26 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "ashleygwilliams", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "taravancil", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/alphametics/.meta/config.json b/exercises/practice/alphametics/.meta/config.json index 6f93ec4a4..36b5dcec7 100644 --- a/exercises/practice/alphametics/.meta/config.json +++ b/exercises/practice/alphametics/.meta/config.json @@ -3,6 +3,26 @@ "authors": [ "ijanos" ], + "contributors": [ + "Baelyk", + "ClashTheBunny", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "nikamirrr", + "omer-g", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/anagram/.meta/config.json b/exercises/practice/anagram/.meta/config.json index e6c3db5c4..6b0ebf04f 100644 --- a/exercises/practice/anagram/.meta/config.json +++ b/exercises/practice/anagram/.meta/config.json @@ -3,6 +3,33 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "andrewclarkson", + "ashleygwilliams", + "bobahop", + "chancancode", + "ClashTheBunny", + "coriolinus", + "cwhakes", + "Dimkar3000", + "EduardoBautista", + "efx", + "ErikSchierboom", + "gris", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "pminten", + "quartsize", + "rofrol", + "stevejb71", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/armstrong-numbers/.meta/config.json b/exercises/practice/armstrong-numbers/.meta/config.json index d30e77476..e3e79fecc 100644 --- a/exercises/practice/armstrong-numbers/.meta/config.json +++ b/exercises/practice/armstrong-numbers/.meta/config.json @@ -3,6 +3,22 @@ "authors": [ "shingtaklam1324" ], + "contributors": [ + "AndrewKvalheim", + "coriolinus", + "cwhakes", + "eddyp", + "efx", + "ErikSchierboom", + "lutostag", + "ocstl", + "petertseng", + "rofrol", + "sputnick1124", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/atbash-cipher/.meta/config.json b/exercises/practice/atbash-cipher/.meta/config.json index a5af021ee..da39801d6 100644 --- a/exercises/practice/atbash-cipher/.meta/config.json +++ b/exercises/practice/atbash-cipher/.meta/config.json @@ -3,6 +3,25 @@ "authors": [ "nikhilshagri" ], + "contributors": [ + "AvasDream", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "nikhilshagri", + "ocstl", + "rofrol", + "stringparser", + "vadimkerr", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/beer-song/.meta/config.json b/exercises/practice/beer-song/.meta/config.json index 05eae05e8..0c10efed1 100644 --- a/exercises/practice/beer-song/.meta/config.json +++ b/exercises/practice/beer-song/.meta/config.json @@ -3,6 +3,30 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "andrewclarkson", + "ashleygwilliams", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "IanWhitney", + "kytrinyx", + "leoyvens", + "lutostag", + "mkantor", + "murlakatamenka", + "navossoc", + "nfiles", + "petertseng", + "pminten", + "razielgn", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/binary-search/.meta/config.json b/exercises/practice/binary-search/.meta/config.json index 8adb88d3d..76e000fd1 100644 --- a/exercises/practice/binary-search/.meta/config.json +++ b/exercises/practice/binary-search/.meta/config.json @@ -3,6 +3,20 @@ "authors": [ "shybyte" ], + "contributors": [ + "Cohen-Carlisle", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "lutostag", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/bob/.meta/config.json b/exercises/practice/bob/.meta/config.json index 79603ead7..770bb438a 100644 --- a/exercises/practice/bob/.meta/config.json +++ b/exercises/practice/bob/.meta/config.json @@ -3,6 +3,36 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "andrewclarkson", + "ashleygwilliams", + "austinlyons", + "cjmochrie", + "cmccandless", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "etrepum", + "f3rn0s", + "IanWhitney", + "kytrinyx", + "leoyvens", + "lewisclement", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "pminten", + "rofrol", + "rpottsoh", + "stefanv", + "stringparser", + "vvv", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/book-store/.meta/config.json b/exercises/practice/book-store/.meta/config.json index ec9413af0..2da79c4b2 100644 --- a/exercises/practice/book-store/.meta/config.json +++ b/exercises/practice/book-store/.meta/config.json @@ -3,6 +3,18 @@ "authors": [ "coriolinus" ], + "contributors": [ + "Baelyk", + "cwhakes", + "efx", + "ErikSchierboom", + "lutostag", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/bowling/.meta/config.json b/exercises/practice/bowling/.meta/config.json index aeed3c06e..f91cc9e37 100644 --- a/exercises/practice/bowling/.meta/config.json +++ b/exercises/practice/bowling/.meta/config.json @@ -3,6 +3,23 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "britto", + "cmccandless", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "isgj", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/circular-buffer/.meta/config.json b/exercises/practice/circular-buffer/.meta/config.json index 6bd0e8f23..1e7be2565 100644 --- a/exercises/practice/circular-buffer/.meta/config.json +++ b/exercises/practice/circular-buffer/.meta/config.json @@ -3,6 +3,27 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "ekse", + "alexschrod", + "ashleygwilliams", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "IanWhitney", + "Jonah-Horowitz", + "kytrinyx", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/clock/.meta/config.json b/exercises/practice/clock/.meta/config.json index 53694e3ed..e1b6720e8 100644 --- a/exercises/practice/clock/.meta/config.json +++ b/exercises/practice/clock/.meta/config.json @@ -3,6 +3,26 @@ "authors": [ "sacherjj" ], + "contributors": [ + "attilahorvath", + "coriolinus", + "cwhakes", + "danieljl", + "eddyp", + "efx", + "ErikSchierboom", + "felix91gr", + "kunaltyagi", + "lutostag", + "nfiles", + "petertseng", + "rofrol", + "shaaraddalvi", + "stringparser", + "tmccombs", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/collatz-conjecture/.meta/config.json b/exercises/practice/collatz-conjecture/.meta/config.json index 45d745dd2..d0c258dfc 100644 --- a/exercises/practice/collatz-conjecture/.meta/config.json +++ b/exercises/practice/collatz-conjecture/.meta/config.json @@ -3,6 +3,20 @@ "authors": [ "jgilray" ], + "contributors": [ + "coriolinus", + "cwhakes", + "eddyp", + "efx", + "ErikSchierboom", + "lutostag", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/crypto-square/.meta/config.json b/exercises/practice/crypto-square/.meta/config.json index 075b7bdd0..43166ff86 100644 --- a/exercises/practice/crypto-square/.meta/config.json +++ b/exercises/practice/crypto-square/.meta/config.json @@ -3,6 +3,22 @@ "authors": [ "coriolinus" ], + "contributors": [ + "AndrewKvalheim", + "Baelyk", + "cwhakes", + "efx", + "ErikSchierboom", + "f3rn0s", + "lutostag", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/custom-set/.meta/config.json b/exercises/practice/custom-set/.meta/config.json index 70d72e525..d554efaa9 100644 --- a/exercises/practice/custom-set/.meta/config.json +++ b/exercises/practice/custom-set/.meta/config.json @@ -3,6 +3,26 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "andrewclarkson", + "ashleygwilliams", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "etrepum", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/decimal/.meta/config.json b/exercises/practice/decimal/.meta/config.json index 2e32873eb..6c103fec2 100644 --- a/exercises/practice/decimal/.meta/config.json +++ b/exercises/practice/decimal/.meta/config.json @@ -4,6 +4,19 @@ "authors": [ "coriolinus" ], + "contributors": [ + "Baelyk", + "cwhakes", + "efx", + "ErikSchierboom", + "lutostag", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/diamond/.meta/config.json b/exercises/practice/diamond/.meta/config.json index 1ca5ef3c3..3781706d4 100644 --- a/exercises/practice/diamond/.meta/config.json +++ b/exercises/practice/diamond/.meta/config.json @@ -3,6 +3,19 @@ "authors": [ "Menkir" ], + "contributors": [ + "AndrewKvalheim", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "lutostag", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/difference-of-squares/.meta/config.json b/exercises/practice/difference-of-squares/.meta/config.json index 64be06f88..722d9a7a6 100644 --- a/exercises/practice/difference-of-squares/.meta/config.json +++ b/exercises/practice/difference-of-squares/.meta/config.json @@ -3,6 +3,27 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "ashleygwilliams", + "coriolinus", + "cwhakes", + "eddyp", + "EduardoBautista", + "efx", + "ErikSchierboom", + "IanWhitney", + "kytrinyx", + "leoyvens", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "TheDarkula", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/diffie-hellman/.meta/config.json b/exercises/practice/diffie-hellman/.meta/config.json index 3cf739014..571cfa607 100644 --- a/exercises/practice/diffie-hellman/.meta/config.json +++ b/exercises/practice/diffie-hellman/.meta/config.json @@ -3,6 +3,20 @@ "authors": [ "hekrause" ], + "contributors": [ + "Baelyk", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "LeBlue", + "lutostag", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/dominoes/.meta/config.json b/exercises/practice/dominoes/.meta/config.json index fb4b876eb..1e3605c20 100644 --- a/exercises/practice/dominoes/.meta/config.json +++ b/exercises/practice/dominoes/.meta/config.json @@ -3,6 +3,29 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "andrewclarkson", + "AndrewKvalheim", + "ashleygwilliams", + "ClashTheBunny", + "cmccandless", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "etrepum", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/dot-dsl/.meta/config.json b/exercises/practice/dot-dsl/.meta/config.json index c9e49f158..12a20767a 100644 --- a/exercises/practice/dot-dsl/.meta/config.json +++ b/exercises/practice/dot-dsl/.meta/config.json @@ -3,6 +3,18 @@ "authors": [ "ZapAnton" ], + "contributors": [ + "AndrewKvalheim", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "petertseng", + "rofrol", + "stringparser", + "TheDarkula", + "TomPradat" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/doubly-linked-list/.meta/config.json b/exercises/practice/doubly-linked-list/.meta/config.json index 3289da64b..033f4fd0c 100644 --- a/exercises/practice/doubly-linked-list/.meta/config.json +++ b/exercises/practice/doubly-linked-list/.meta/config.json @@ -3,6 +3,14 @@ "authors": [ "Emerentius" ], + "contributors": [ + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "petertseng", + "rofrol" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/etl/.meta/config.json b/exercises/practice/etl/.meta/config.json index ba46cc34c..20cc6634e 100644 --- a/exercises/practice/etl/.meta/config.json +++ b/exercises/practice/etl/.meta/config.json @@ -3,6 +3,28 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "ashleygwilliams", + "ClashTheBunny", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "IanWhitney", + "kotp", + "kytrinyx", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "tushartyagi", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/fizzy/.meta/config.json b/exercises/practice/fizzy/.meta/config.json index 6183e2842..7eee3e00b 100644 --- a/exercises/practice/fizzy/.meta/config.json +++ b/exercises/practice/fizzy/.meta/config.json @@ -5,6 +5,16 @@ "authors": [ "coriolinus" ], + "contributors": [ + "cwhakes", + "efx", + "ErikSchierboom", + "insideoutclub", + "petertseng", + "rofrol", + "stringparser", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/forth/.meta/config.json b/exercises/practice/forth/.meta/config.json index 43c90eb56..d6da87978 100644 --- a/exercises/practice/forth/.meta/config.json +++ b/exercises/practice/forth/.meta/config.json @@ -3,6 +3,31 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "ashleygwilliams", + "bobahop", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "gefjon", + "gsauthof", + "IanWhitney", + "kytrinyx", + "lutostag", + "N-Parsons", + "nfiles", + "PaulDance", + "petertseng", + "pminten", + "robkeim", + "rofrol", + "stevejb71", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/gigasecond/.meta/config.json b/exercises/practice/gigasecond/.meta/config.json index 8056de738..7067dcdbf 100644 --- a/exercises/practice/gigasecond/.meta/config.json +++ b/exercises/practice/gigasecond/.meta/config.json @@ -3,6 +3,31 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "andy5995", + "ashleygwilliams", + "cbzehner", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "houhoulis", + "IanWhitney", + "janczer", + "leoyvens", + "lutostag", + "mkantor", + "nfiles", + "NieDzejkob", + "ocstl", + "petertseng", + "rofrol", + "sacherjj", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/grade-school/.meta/config.json b/exercises/practice/grade-school/.meta/config.json index 274712b3c..e64c56975 100644 --- a/exercises/practice/grade-school/.meta/config.json +++ b/exercises/practice/grade-school/.meta/config.json @@ -3,6 +3,29 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "andrewclarkson", + "ashleygwilliams", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "ffflorian", + "IanWhitney", + "kytrinyx", + "lpil", + "lutostag", + "navossoc", + "nfiles", + "petertseng", + "pminten", + "rofrol", + "stevejb71", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/grains/.meta/config.json b/exercises/practice/grains/.meta/config.json index c17b4c3ae..3204b1dd7 100644 --- a/exercises/practice/grains/.meta/config.json +++ b/exercises/practice/grains/.meta/config.json @@ -3,6 +3,23 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "ClashTheBunny", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "krodyrobi", + "lutostag", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "TheDarkula", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/grep/.meta/config.json b/exercises/practice/grep/.meta/config.json index eb10329c9..1f30978b9 100644 --- a/exercises/practice/grep/.meta/config.json +++ b/exercises/practice/grep/.meta/config.json @@ -3,6 +3,18 @@ "authors": [ "ZapAnton" ], + "contributors": [ + "AndrewKvalheim", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "k33nice", + "lutostag", + "petertseng", + "rofrol", + "stringparser" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/hamming/.meta/config.json b/exercises/practice/hamming/.meta/config.json index 955ec6e0c..59a02996f 100644 --- a/exercises/practice/hamming/.meta/config.json +++ b/exercises/practice/hamming/.meta/config.json @@ -3,6 +3,27 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "ashleygwilliams", + "AvasDream", + "ClashTheBunny", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "Henning-K", + "IanWhitney", + "jonasbb", + "kytrinyx", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/hello-world/.meta/config.json b/exercises/practice/hello-world/.meta/config.json index fe37ef4af..72257e705 100644 --- a/exercises/practice/hello-world/.meta/config.json +++ b/exercises/practice/hello-world/.meta/config.json @@ -3,6 +3,28 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "ashleygwilliams", + "ClashTheBunny", + "coriolinus", + "cwhakes", + "dvoytik", + "EduardoBautista", + "efx", + "ErikSchierboom", + "hydhknn", + "IanWhitney", + "ijanos", + "kytrinyx", + "lutostag", + "nfiles", + "petertseng", + "regnerjr", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/hexadecimal/.meta/config.json b/exercises/practice/hexadecimal/.meta/config.json index 6da70a51c..f788bc084 100644 --- a/exercises/practice/hexadecimal/.meta/config.json +++ b/exercises/practice/hexadecimal/.meta/config.json @@ -3,6 +3,25 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "ashleygwilliams", + "coriolinus", + "cwhakes", + "eddyp", + "EduardoBautista", + "efx", + "ErikSchierboom", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/high-scores/.meta/config.json b/exercises/practice/high-scores/.meta/config.json index acf796e8c..3cb004e14 100644 --- a/exercises/practice/high-scores/.meta/config.json +++ b/exercises/practice/high-scores/.meta/config.json @@ -3,6 +3,12 @@ "authors": [ "Br1ght0ne" ], + "contributors": [ + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/isbn-verifier/.meta/config.json b/exercises/practice/isbn-verifier/.meta/config.json index 10f505e95..96ccc00c7 100644 --- a/exercises/practice/isbn-verifier/.meta/config.json +++ b/exercises/practice/isbn-verifier/.meta/config.json @@ -3,6 +3,22 @@ "authors": [ "ktomsic" ], + "contributors": [ + "Baelyk", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "lutostag", + "nathanielknight", + "petertseng", + "rofrol", + "rpottsoh", + "stringparser", + "Teo-ShaoWei", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/isogram/.meta/config.json b/exercises/practice/isogram/.meta/config.json index 74d1a0625..e571a8ade 100644 --- a/exercises/practice/isogram/.meta/config.json +++ b/exercises/practice/isogram/.meta/config.json @@ -3,6 +3,18 @@ "authors": [ "hekrause" ], + "contributors": [ + "AvasDream", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/largest-series-product/.meta/config.json b/exercises/practice/largest-series-product/.meta/config.json index 903ced65e..da1fc8daa 100644 --- a/exercises/practice/largest-series-product/.meta/config.json +++ b/exercises/practice/largest-series-product/.meta/config.json @@ -3,6 +3,21 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "coriolinus", + "cwhakes", + "eddyp", + "efx", + "ErikSchierboom", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/leap/.meta/config.json b/exercises/practice/leap/.meta/config.json index 0acce6ebf..0c5eee86b 100644 --- a/exercises/practice/leap/.meta/config.json +++ b/exercises/practice/leap/.meta/config.json @@ -3,6 +3,36 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "andrewclarkson", + "andy5995", + "ashleygwilliams", + "ClashTheBunny", + "coriolinus", + "cwhakes", + "darnuria", + "EduardoBautista", + "efx", + "Emerentius", + "ErikSchierboom", + "hunger", + "IanWhitney", + "JIghtuse", + "jonasbn", + "kytrinyx", + "leoyvens", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "pminten", + "rofrol", + "sshine", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/luhn-from/.meta/config.json b/exercises/practice/luhn-from/.meta/config.json index 68f8b50a3..6b25d7c8c 100644 --- a/exercises/practice/luhn-from/.meta/config.json +++ b/exercises/practice/luhn-from/.meta/config.json @@ -4,6 +4,22 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "Insti", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/luhn-trait/.meta/config.json b/exercises/practice/luhn-trait/.meta/config.json index 7e5a054e7..497ca966c 100644 --- a/exercises/practice/luhn-trait/.meta/config.json +++ b/exercises/practice/luhn-trait/.meta/config.json @@ -4,6 +4,23 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "AndrewKvalheim", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "Insti", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/luhn/.meta/config.json b/exercises/practice/luhn/.meta/config.json index 12278d17e..fed818799 100644 --- a/exercises/practice/luhn/.meta/config.json +++ b/exercises/practice/luhn/.meta/config.json @@ -3,6 +3,27 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "AvasDream", + "bitfield", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "gibfahn", + "idealhack", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stkent", + "stringparser", + "workingjubilee", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/macros/.meta/config.json b/exercises/practice/macros/.meta/config.json index d76e0d38f..0193f1f82 100644 --- a/exercises/practice/macros/.meta/config.json +++ b/exercises/practice/macros/.meta/config.json @@ -4,6 +4,23 @@ "authors": [ "coriolinus" ], + "contributors": [ + "bantic", + "cwhakes", + "DarthStrom", + "efx", + "Emerentius", + "ErikSchierboom", + "lutostag", + "pedantic79", + "petertseng", + "rofrol", + "ssomers", + "stringparser", + "tjade273", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/matching-brackets/.meta/config.json b/exercises/practice/matching-brackets/.meta/config.json index 4f561e670..d676de128 100644 --- a/exercises/practice/matching-brackets/.meta/config.json +++ b/exercises/practice/matching-brackets/.meta/config.json @@ -3,6 +3,25 @@ "authors": [ "petertseng" ], + "contributors": [ + "ashleygwilliams", + "coriolinus", + "cwhakes", + "efx", + "Emerentius", + "ErikSchierboom", + "IanWhitney", + "ironhaven", + "lutostag", + "mkantor", + "nfiles", + "omer-g", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/minesweeper/.meta/config.json b/exercises/practice/minesweeper/.meta/config.json index 2a480ccd1..4b9ca6868 100644 --- a/exercises/practice/minesweeper/.meta/config.json +++ b/exercises/practice/minesweeper/.meta/config.json @@ -3,6 +3,26 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "ashleygwilliams", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "ffflorian", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "workingjubilee", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/nth-prime/.meta/config.json b/exercises/practice/nth-prime/.meta/config.json index 78eca78e5..675251e3f 100644 --- a/exercises/practice/nth-prime/.meta/config.json +++ b/exercises/practice/nth-prime/.meta/config.json @@ -3,6 +3,23 @@ "authors": [ "sacherjj" ], + "contributors": [ + "attilahorvath", + "cbzehner", + "coriolinus", + "cwhakes", + "eddyp", + "efx", + "ErikSchierboom", + "imbolc", + "lutostag", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/nucleotide-codons/.meta/config.json b/exercises/practice/nucleotide-codons/.meta/config.json index 1a4820e82..22ab7d560 100644 --- a/exercises/practice/nucleotide-codons/.meta/config.json +++ b/exercises/practice/nucleotide-codons/.meta/config.json @@ -3,6 +3,25 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "AndrewKvalheim", + "ashleygwilliams", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/nucleotide-count/.meta/config.json b/exercises/practice/nucleotide-count/.meta/config.json index 0e22aa95f..600122277 100644 --- a/exercises/practice/nucleotide-count/.meta/config.json +++ b/exercises/practice/nucleotide-count/.meta/config.json @@ -3,6 +3,28 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "andrewclarkson", + "ashleygwilliams", + "cmcaine", + "coriolinus", + "cwhakes", + "Dysp", + "EduardoBautista", + "efx", + "ErikSchierboom", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "pminten", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/ocr-numbers/.meta/config.json b/exercises/practice/ocr-numbers/.meta/config.json index 997dad75f..c6aa77778 100644 --- a/exercises/practice/ocr-numbers/.meta/config.json +++ b/exercises/practice/ocr-numbers/.meta/config.json @@ -3,6 +3,23 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "AndrewKvalheim", + "ashleygwilliams", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "lutostag", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/paasio/.meta/config.json b/exercises/practice/paasio/.meta/config.json index bbed2cba5..e164e87c7 100644 --- a/exercises/practice/paasio/.meta/config.json +++ b/exercises/practice/paasio/.meta/config.json @@ -3,6 +3,19 @@ "authors": [ "coriolinus" ], + "contributors": [ + "ccouzens", + "ClashTheBunny", + "cwhakes", + "efx", + "ErikSchierboom", + "petertseng", + "rofrol", + "shenek", + "stringparser", + "TheDarkula", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/palindrome-products/.meta/config.json b/exercises/practice/palindrome-products/.meta/config.json index dd8130c56..857771bcf 100644 --- a/exercises/practice/palindrome-products/.meta/config.json +++ b/exercises/practice/palindrome-products/.meta/config.json @@ -3,6 +3,19 @@ "authors": [ "Menkir" ], + "contributors": [ + "coriolinus", + "cwhakes", + "DmitrySamoylov", + "efx", + "ErikSchierboom", + "lutostag", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/pangram/.meta/config.json b/exercises/practice/pangram/.meta/config.json index cd09981b6..6c7208503 100644 --- a/exercises/practice/pangram/.meta/config.json +++ b/exercises/practice/pangram/.meta/config.json @@ -3,6 +3,24 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "ashleygwilliams", + "AvasDream", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/parallel-letter-frequency/.meta/config.json b/exercises/practice/parallel-letter-frequency/.meta/config.json index 8c20df0a9..4d00bb8a5 100644 --- a/exercises/practice/parallel-letter-frequency/.meta/config.json +++ b/exercises/practice/parallel-letter-frequency/.meta/config.json @@ -3,6 +3,30 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "andrewclarkson", + "ashleygwilliams", + "ccouzens", + "ClashTheBunny", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "etrepum", + "glennpratt", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "sjwarner-bp", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/pascals-triangle/.meta/config.json b/exercises/practice/pascals-triangle/.meta/config.json index f9dc4209c..d648550dd 100644 --- a/exercises/practice/pascals-triangle/.meta/config.json +++ b/exercises/practice/pascals-triangle/.meta/config.json @@ -3,6 +3,21 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "hekrause", + "lutostag", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/perfect-numbers/.meta/config.json b/exercises/practice/perfect-numbers/.meta/config.json index 2d64ebf66..b376aeafa 100644 --- a/exercises/practice/perfect-numbers/.meta/config.json +++ b/exercises/practice/perfect-numbers/.meta/config.json @@ -3,6 +3,22 @@ "authors": [ "matbesancon" ], + "contributors": [ + "coriolinus", + "cwhakes", + "eddyp", + "efx", + "elbaro", + "ErikSchierboom", + "lutostag", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/phone-number/.meta/config.json b/exercises/practice/phone-number/.meta/config.json index 66ce40e25..5996e45e2 100644 --- a/exercises/practice/phone-number/.meta/config.json +++ b/exercises/practice/phone-number/.meta/config.json @@ -3,6 +3,31 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "andrewclarkson", + "ashleygwilliams", + "coriolinus", + "cscorley", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "pminten", + "rofrol", + "Stargator", + "stevejb71", + "stringparser", + "vinmaster", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/pig-latin/.meta/config.json b/exercises/practice/pig-latin/.meta/config.json index 9ebae6ee2..a4e6ed97d 100644 --- a/exercises/practice/pig-latin/.meta/config.json +++ b/exercises/practice/pig-latin/.meta/config.json @@ -3,6 +3,22 @@ "authors": [ "sacherjj" ], + "contributors": [ + "attilahorvath", + "Baelyk", + "ccouzens", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "lutostag", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/poker/.meta/config.json b/exercises/practice/poker/.meta/config.json index 2dde9e807..fcb9da969 100644 --- a/exercises/practice/poker/.meta/config.json +++ b/exercises/practice/poker/.meta/config.json @@ -3,6 +3,22 @@ "authors": [ "coriolinus" ], + "contributors": [ + "Baelyk", + "CGMossa", + "cwhakes", + "efx", + "elektronaut0815", + "ErikSchierboom", + "lutostag", + "nfiles", + "PaulDance", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/prime-factors/.meta/config.json b/exercises/practice/prime-factors/.meta/config.json index 3f5c44433..2afe7acdd 100644 --- a/exercises/practice/prime-factors/.meta/config.json +++ b/exercises/practice/prime-factors/.meta/config.json @@ -3,6 +3,22 @@ "authors": [ "sacherjj" ], + "contributors": [ + "attilahorvath", + "coriolinus", + "cwhakes", + "eddyp", + "efx", + "ErikSchierboom", + "lutostag", + "nathanielknight", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/protein-translation/.meta/config.json b/exercises/practice/protein-translation/.meta/config.json index e272bc22e..8fc4dfaf2 100644 --- a/exercises/practice/protein-translation/.meta/config.json +++ b/exercises/practice/protein-translation/.meta/config.json @@ -3,6 +3,24 @@ "authors": [ "petertseng" ], + "contributors": [ + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "go717franciswang", + "IanWhitney", + "lutostag", + "mkantor", + "navossoc", + "nertpinx", + "nfiles", + "piepero", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/proverb/.meta/config.json b/exercises/practice/proverb/.meta/config.json index 6b527a535..b711f772e 100644 --- a/exercises/practice/proverb/.meta/config.json +++ b/exercises/practice/proverb/.meta/config.json @@ -3,6 +3,22 @@ "authors": [ "sacherjj" ], + "contributors": [ + "attilahorvath", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "leoyvens", + "lutostag", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/pythagorean-triplet/.meta/config.json b/exercises/practice/pythagorean-triplet/.meta/config.json index cc1599acb..9b185ed23 100644 --- a/exercises/practice/pythagorean-triplet/.meta/config.json +++ b/exercises/practice/pythagorean-triplet/.meta/config.json @@ -3,6 +3,25 @@ "authors": [ "sacherjj" ], + "contributors": [ + "attilahorvath", + "coriolinus", + "cwhakes", + "eddyp", + "efx", + "elbaro", + "ErikSchierboom", + "fudanchii", + "lutostag", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "TheBestJohn", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/queen-attack/.meta/config.json b/exercises/practice/queen-attack/.meta/config.json index d29772a63..129201058 100644 --- a/exercises/practice/queen-attack/.meta/config.json +++ b/exercises/practice/queen-attack/.meta/config.json @@ -3,6 +3,23 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "ashleygwilliams", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/rail-fence-cipher/.meta/config.json b/exercises/practice/rail-fence-cipher/.meta/config.json index 2409fb350..842fab2a5 100644 --- a/exercises/practice/rail-fence-cipher/.meta/config.json +++ b/exercises/practice/rail-fence-cipher/.meta/config.json @@ -3,6 +3,15 @@ "authors": [ "coriolinus" ], + "contributors": [ + "cwhakes", + "efx", + "ErikSchierboom", + "petertseng", + "rofrol", + "stringparser", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/raindrops/.meta/config.json b/exercises/practice/raindrops/.meta/config.json index 22b977689..b17cfc34c 100644 --- a/exercises/practice/raindrops/.meta/config.json +++ b/exercises/practice/raindrops/.meta/config.json @@ -3,6 +3,28 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "ashleygwilliams", + "ClashTheBunny", + "coriolinus", + "cwhakes", + "eddyp", + "EduardoBautista", + "efx", + "ErikSchierboom", + "IanWhitney", + "kytrinyx", + "leoyvens", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stevejb71", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/react/.meta/config.json b/exercises/practice/react/.meta/config.json index fb4da9f32..961e23edb 100644 --- a/exercises/practice/react/.meta/config.json +++ b/exercises/practice/react/.meta/config.json @@ -3,6 +3,22 @@ "authors": [ "petertseng" ], + "contributors": [ + "AndrewKvalheim", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "jku", + "lutostag", + "mkantor", + "nfiles", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/rectangles/.meta/config.json b/exercises/practice/rectangles/.meta/config.json index 45e5003dc..1cf76d49c 100644 --- a/exercises/practice/rectangles/.meta/config.json +++ b/exercises/practice/rectangles/.meta/config.json @@ -3,6 +3,26 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "AndrewKvalheim", + "ashleygwilliams", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/reverse-string/.meta/config.json b/exercises/practice/reverse-string/.meta/config.json index f2bec9196..d30c4f4b3 100644 --- a/exercises/practice/reverse-string/.meta/config.json +++ b/exercises/practice/reverse-string/.meta/config.json @@ -3,6 +3,23 @@ "authors": [ "coriolinus" ], + "contributors": [ + "cbzehner", + "ccouzens", + "cwhakes", + "efx", + "ErikSchierboom", + "hunger", + "lutostag", + "ocstl", + "petertseng", + "rofrol", + "rrredface", + "stringparser", + "TheDarkula", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/rna-transcription/.meta/config.json b/exercises/practice/rna-transcription/.meta/config.json index 431fb0246..a9c3cec7d 100644 --- a/exercises/practice/rna-transcription/.meta/config.json +++ b/exercises/practice/rna-transcription/.meta/config.json @@ -3,6 +3,33 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "andrewclarkson", + "AndrewKvalheim", + "ashleygwilliams", + "benreyn", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "etrepum", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "pminten", + "rofrol", + "rpottsoh", + "samcday", + "shingtaklam1324", + "stringparser", + "TheDarkula", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/robot-name/.meta/config.json b/exercises/practice/robot-name/.meta/config.json index 68dcfa718..6bf0c5676 100644 --- a/exercises/practice/robot-name/.meta/config.json +++ b/exercises/practice/robot-name/.meta/config.json @@ -3,6 +3,32 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "andrewclarkson", + "ashleygwilliams", + "ClashTheBunny", + "cmcaine", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ekse", + "ErikSchierboom", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "pminten", + "razielgn", + "rofrol", + "spazm", + "stringparser", + "workingjubilee", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/robot-simulator/.meta/config.json b/exercises/practice/robot-simulator/.meta/config.json index 24642b8b1..1e533c73e 100644 --- a/exercises/practice/robot-simulator/.meta/config.json +++ b/exercises/practice/robot-simulator/.meta/config.json @@ -3,6 +3,21 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "ashleygwilliams", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "lutostag", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/roman-numerals/.meta/config.json b/exercises/practice/roman-numerals/.meta/config.json index fda8c356d..f85e3125b 100644 --- a/exercises/practice/roman-numerals/.meta/config.json +++ b/exercises/practice/roman-numerals/.meta/config.json @@ -3,6 +3,24 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "ashleygwilliams", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "IanWhitney", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/rotational-cipher/.meta/config.json b/exercises/practice/rotational-cipher/.meta/config.json index fcf539fae..7deeb5d42 100644 --- a/exercises/practice/rotational-cipher/.meta/config.json +++ b/exercises/practice/rotational-cipher/.meta/config.json @@ -3,6 +3,22 @@ "authors": [ "LogoiLab" ], + "contributors": [ + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/run-length-encoding/.meta/config.json b/exercises/practice/run-length-encoding/.meta/config.json index 91266ad8f..d93a3cc17 100644 --- a/exercises/practice/run-length-encoding/.meta/config.json +++ b/exercises/practice/run-length-encoding/.meta/config.json @@ -3,6 +3,22 @@ "authors": [ "divagant-martian" ], + "contributors": [ + "attilahorvath", + "AvasDream", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "lutostag", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/saddle-points/.meta/config.json b/exercises/practice/saddle-points/.meta/config.json index 9efe16ac1..58f59128d 100644 --- a/exercises/practice/saddle-points/.meta/config.json +++ b/exercises/practice/saddle-points/.meta/config.json @@ -3,6 +3,26 @@ "authors": [ "hekrause" ], + "contributors": [ + "bitfield", + "ClashTheBunny", + "coriolinus", + "cwhakes", + "efx", + "Emerentius", + "ErikSchierboom", + "michalfita", + "mtodor", + "murlakatamenka", + "petertseng", + "RiderSargent", + "rofrol", + "scarvalhojr", + "stringparser", + "workingjubilee", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/say/.meta/config.json b/exercises/practice/say/.meta/config.json index c461a17c8..357eb0f58 100644 --- a/exercises/practice/say/.meta/config.json +++ b/exercises/practice/say/.meta/config.json @@ -3,6 +3,24 @@ "authors": [ "sacherjj" ], + "contributors": [ + "AndrewKvalheim", + "attilahorvath", + "AvasDream", + "ClashTheBunny", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "f3rn0s", + "lutostag", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/scale-generator/.meta/config.json b/exercises/practice/scale-generator/.meta/config.json index 25349a609..822cd2e82 100644 --- a/exercises/practice/scale-generator/.meta/config.json +++ b/exercises/practice/scale-generator/.meta/config.json @@ -3,6 +3,16 @@ "authors": [ "coriolinus" ], + "contributors": [ + "cwhakes", + "efx", + "ErikSchierboom", + "petertseng", + "r4f4", + "rofrol", + "stringparser", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/scrabble-score/.meta/config.json b/exercises/practice/scrabble-score/.meta/config.json index 90fce946c..9cb79443b 100644 --- a/exercises/practice/scrabble-score/.meta/config.json +++ b/exercises/practice/scrabble-score/.meta/config.json @@ -3,6 +3,26 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "ashleygwilliams", + "AvasDream", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "juleskers", + "kotp", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/series/.meta/config.json b/exercises/practice/series/.meta/config.json index d10b2f17e..1507c0e2a 100644 --- a/exercises/practice/series/.meta/config.json +++ b/exercises/practice/series/.meta/config.json @@ -3,6 +3,19 @@ "authors": [ "kedeggel" ], + "contributors": [ + "Baelyk", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "lutostag", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/sieve/.meta/config.json b/exercises/practice/sieve/.meta/config.json index 215de2bf0..94a053a17 100644 --- a/exercises/practice/sieve/.meta/config.json +++ b/exercises/practice/sieve/.meta/config.json @@ -3,6 +3,23 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "ashleygwilliams", + "ClashTheBunny", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/simple-cipher/.meta/config.json b/exercises/practice/simple-cipher/.meta/config.json index 16dd38618..cc7c194fa 100644 --- a/exercises/practice/simple-cipher/.meta/config.json +++ b/exercises/practice/simple-cipher/.meta/config.json @@ -3,6 +3,21 @@ "authors": [ "miken500" ], + "contributors": [ + "AndrewKvalheim", + "chivalry", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "lutostag", + "petertseng", + "rofrol", + "rpottsoh", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/simple-linked-list/.meta/config.json b/exercises/practice/simple-linked-list/.meta/config.json index ebd4c9261..3a08fe5ce 100644 --- a/exercises/practice/simple-linked-list/.meta/config.json +++ b/exercises/practice/simple-linked-list/.meta/config.json @@ -3,6 +3,21 @@ "authors": [ "kedeggel" ], + "contributors": [ + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "lutostag", + "ocstl", + "petertseng", + "rofrol", + "stringparser", + "tejasbubane", + "treble37", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/space-age/.meta/config.json b/exercises/practice/space-age/.meta/config.json index 81236094f..4c0419dd6 100644 --- a/exercises/practice/space-age/.meta/config.json +++ b/exercises/practice/space-age/.meta/config.json @@ -3,6 +3,26 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "ashleygwilliams", + "bobahop", + "coriolinus", + "cwhakes", + "durka", + "eddyp", + "efx", + "ErikSchierboom", + "IanWhitney", + "joshgoebel", + "lutostag", + "nfiles", + "ocstl", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/spiral-matrix/.meta/config.json b/exercises/practice/spiral-matrix/.meta/config.json index cd45a0648..9fd931b35 100644 --- a/exercises/practice/spiral-matrix/.meta/config.json +++ b/exercises/practice/spiral-matrix/.meta/config.json @@ -3,6 +3,18 @@ "authors": [ "Menkir" ], + "contributors": [ + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "lutostag", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/sublist/.meta/config.json b/exercises/practice/sublist/.meta/config.json index 0b8644806..fdc2aaffa 100644 --- a/exercises/practice/sublist/.meta/config.json +++ b/exercises/practice/sublist/.meta/config.json @@ -3,6 +3,25 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "ashleygwilliams", + "coriolinus", + "cwhakes", + "eddyp", + "EduardoBautista", + "efx", + "ErikSchierboom", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/sum-of-multiples/.meta/config.json b/exercises/practice/sum-of-multiples/.meta/config.json index 89385a4d6..7dba3b40c 100644 --- a/exercises/practice/sum-of-multiples/.meta/config.json +++ b/exercises/practice/sum-of-multiples/.meta/config.json @@ -3,6 +3,25 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "coriolinus", + "cwhakes", + "eddyp", + "efx", + "ErikSchierboom", + "GoneUp", + "hekrause", + "leoyvens", + "lutostag", + "mkantor", + "nfiles", + "petertseng", + "rofrol", + "sshine", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/tournament/.meta/config.json b/exercises/practice/tournament/.meta/config.json index a790a0ff7..846c8dbf2 100644 --- a/exercises/practice/tournament/.meta/config.json +++ b/exercises/practice/tournament/.meta/config.json @@ -3,6 +3,29 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "andrewclarkson", + "ashleygwilliams", + "ClashTheBunny", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "etrepum", + "IanWhitney", + "kytrinyx", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "samcday", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/triangle/.meta/config.json b/exercises/practice/triangle/.meta/config.json index e05ec9bc1..6bfa4053c 100644 --- a/exercises/practice/triangle/.meta/config.json +++ b/exercises/practice/triangle/.meta/config.json @@ -3,6 +3,26 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "AndrewKvalheim", + "CGMossa", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "jalovatt", + "lpil", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/two-bucket/.meta/config.json b/exercises/practice/two-bucket/.meta/config.json index bef423f05..7ffa13336 100644 --- a/exercises/practice/two-bucket/.meta/config.json +++ b/exercises/practice/two-bucket/.meta/config.json @@ -3,6 +3,20 @@ "authors": [ "ktomsic" ], + "contributors": [ + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "iHiD", + "lutostag", + "petertseng", + "rofrol", + "Smarticles101", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/two-fer/.meta/config.json b/exercises/practice/two-fer/.meta/config.json index 577cf47da..e91e35215 100644 --- a/exercises/practice/two-fer/.meta/config.json +++ b/exercises/practice/two-fer/.meta/config.json @@ -3,6 +3,21 @@ "authors": [ "coriolinus" ], + "contributors": [ + "cwhakes", + "efx", + "ErikSchierboom", + "ffflorian", + "hilary", + "joshgoebel", + "lutostag", + "petertseng", + "rofrol", + "stringparser", + "uzilan", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/variable-length-quantity/.meta/config.json b/exercises/practice/variable-length-quantity/.meta/config.json index 89267d226..7d5c12c63 100644 --- a/exercises/practice/variable-length-quantity/.meta/config.json +++ b/exercises/practice/variable-length-quantity/.meta/config.json @@ -3,6 +3,24 @@ "authors": [ "jonasbb" ], + "contributors": [ + "AndrewKvalheim", + "ashleygwilliams", + "coriolinus", + "cwhakes", + "efx", + "ErikSchierboom", + "IanWhitney", + "lutostag", + "navossoc", + "nfiles", + "petertseng", + "quartsize", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/word-count/.meta/config.json b/exercises/practice/word-count/.meta/config.json index 370054143..3c9ebc7ff 100644 --- a/exercises/practice/word-count/.meta/config.json +++ b/exercises/practice/word-count/.meta/config.json @@ -3,6 +3,32 @@ "authors": [ "EduardoBautista" ], + "contributors": [ + "andrewclarkson", + "ashleygwilliams", + "AvasDream", + "ClashTheBunny", + "coriolinus", + "cwhakes", + "EduardoBautista", + "efx", + "ErikSchierboom", + "IanWhitney", + "ijanos", + "jonmcalder", + "kytrinyx", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "pminten", + "rofrol", + "stringparser", + "xakon", + "yawpitch", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/wordy/.meta/config.json b/exercises/practice/wordy/.meta/config.json index 7d5d49587..dbe8be3c7 100644 --- a/exercises/practice/wordy/.meta/config.json +++ b/exercises/practice/wordy/.meta/config.json @@ -3,6 +3,25 @@ "authors": [ "IanWhitney" ], + "contributors": [ + "ashleygwilliams", + "ccouzens", + "coriolinus", + "cwhakes", + "eddyp", + "efx", + "ErikSchierboom", + "IanWhitney", + "lutostag", + "mkantor", + "navossoc", + "nfiles", + "petertseng", + "rofrol", + "stringparser", + "xakon", + "ZapAnton" + ], "files": { "solution": [ "src/lib.rs" diff --git a/exercises/practice/xorcism/.meta/config.json b/exercises/practice/xorcism/.meta/config.json index baa00110c..af9e56c0b 100644 --- a/exercises/practice/xorcism/.meta/config.json +++ b/exercises/practice/xorcism/.meta/config.json @@ -4,6 +4,13 @@ "authors": [ "coriolinus" ], + "contributors": [ + "cwhakes", + "efx", + "ErikSchierboom", + "petertseng", + "snoyberg" + ], "files": { "solution": [ "src/lib.rs"