Skip to content

Commit

Permalink
merge metadata (exercism#1212)
Browse files Browse the repository at this point in the history
Combine v2 `metadata.yml` values into the v3 `config.json`.

Note I have not touched the `exercise` utility which still generates
`metadata.yml`.

Close exercism#1166.
  • Loading branch information
efx authored Mar 23, 2021
1 parent d1003cf commit 86f5667
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 23 deletions.
1 change: 1 addition & 0 deletions exercises/practice/decimal/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"blurb": "Implement a Decimal type",
"source": "Peter Goodspeed-Niklaus",
"authors": [
{
"github_username": "coriolinus"
Expand Down
3 changes: 0 additions & 3 deletions exercises/practice/decimal/.meta/metadata.yml

This file was deleted.

4 changes: 0 additions & 4 deletions exercises/practice/doubly-linked-list/.meta/metadata.yml

This file was deleted.

2 changes: 2 additions & 0 deletions exercises/practice/fizzy/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"blurb": "Implement FizzBuzz using advanced generics",
"source": "Peter Goodspeed-Niklaus",
"source_url": "https://github.com/coriolinus/fizzy",
"authors": [
{
"github_username": "coriolinus"
Expand Down
4 changes: 0 additions & 4 deletions exercises/practice/fizzy/.meta/metadata.yml

This file was deleted.

1 change: 1 addition & 0 deletions exercises/practice/luhn-from/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"blurb": "Luhn: Using the From Trait",
"source": "The Rust track maintainers, based on the original Luhn exercise",
"authors": [
{
"github_username": "IanWhitney"
Expand Down
3 changes: 0 additions & 3 deletions exercises/practice/luhn-from/.meta/metadata.yml

This file was deleted.

1 change: 1 addition & 0 deletions exercises/practice/luhn-trait/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"blurb": "Luhn: Using a Custom Trait",
"source": "The Rust track maintainers, based on the original Luhn exercise",
"authors": [
{
"github_username": "IanWhitney"
Expand Down
3 changes: 0 additions & 3 deletions exercises/practice/luhn-trait/.meta/metadata.yml

This file was deleted.

1 change: 1 addition & 0 deletions exercises/practice/macros/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"blurb": "Implement a macro using macros-by-example",
"source": "Peter Goodspeed-Niklaus",
"authors": [
{
"github_username": "coriolinus"
Expand Down
3 changes: 0 additions & 3 deletions exercises/practice/macros/.meta/metadata.yml

This file was deleted.

1 change: 1 addition & 0 deletions exercises/practice/xorcism/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"blurb": "Implement zero-copy streaming adaptors",
"source": "Peter Goodspeed-Niklaus",
"authors": [
{
"github_username": "coriolinus"
Expand Down
3 changes: 0 additions & 3 deletions exercises/practice/xorcism/.meta/metadata.yml

This file was deleted.

0 comments on commit 86f5667

Please sign in to comment.