Skip to content

Commit 007e5d9

Browse files
kytrinyxkotp
authored andcommitted
Run configlet fmt on all exercise configs
1 parent c04edf1 commit 007e5d9

File tree

114 files changed

+304
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+304
-194
lines changed
Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
{
2-
"blurb": "Learn about booleans by writing a system that can check if an attendee can use a ride.",
3-
"authors": ["neenjaw"],
4-
"contributors": ["kotp", "iHiD", "kayn1"],
5-
"language_versions": ">=2.6.6",
2+
"authors": [
3+
"neenjaw"
4+
],
5+
"contributors": [
6+
"kotp",
7+
"iHiD",
8+
"kayn1"
9+
],
610
"files": {
7-
"solution": ["attendee.rb"],
8-
"test": ["attendee_test.rb"],
9-
"exemplar": [".meta/exemplar.rb"]
10-
}
11+
"solution": [
12+
"attendee.rb"
13+
],
14+
"test": [
15+
"attendee_test.rb"
16+
],
17+
"exemplar": [
18+
".meta/exemplar.rb"
19+
]
20+
},
21+
"language_versions": ">=2.6.6",
22+
"blurb": "Learn about booleans by writing a system that can check if an attendee can use a ride."
1123
}
Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
{
2-
"blurb": "Learn about nil and instance variables by designing a system to administer attendance and rides in an amusement park.",
3-
"authors": ["neenjaw", "iHiD"],
4-
"contributors": ["kotp"],
5-
"language_versions": ">=2.6.6",
2+
"authors": [
3+
"neenjaw",
4+
"iHiD"
5+
],
6+
"contributors": [
7+
"kotp"
8+
],
69
"files": {
7-
"solution": ["attendee.rb"],
8-
"test": ["attendee_test.rb"],
9-
"exemplar": [".meta/exemplar.rb"]
10-
}
10+
"solution": [
11+
"attendee.rb"
12+
],
13+
"test": [
14+
"attendee_test.rb"
15+
],
16+
"exemplar": [
17+
".meta/exemplar.rb"
18+
]
19+
},
20+
"language_versions": ">=2.6.6",
21+
"blurb": "Learn about nil and instance variables by designing a system to administer attendance and rides in an amusement park."
1122
}
Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
{
2-
"blurb": "Learn about numbers by analyzing the production of an assembly line.",
3-
"authors": ["dvik1950"],
4-
"contributors": ["kotp", "iHiD"],
5-
"forked_from": ["csharp/cars-assemble"],
2+
"authors": [
3+
"dvik1950"
4+
],
5+
"contributors": [
6+
"kotp",
7+
"iHiD"
8+
],
69
"files": {
7-
"solution": ["assembly_line.rb"],
8-
"test": ["assembly_line_test.rb"],
9-
"exemplar": [".meta/exemplar.rb"]
10-
}
10+
"solution": [
11+
"assembly_line.rb"
12+
],
13+
"test": [
14+
"assembly_line_test.rb"
15+
],
16+
"exemplar": [
17+
".meta/exemplar.rb"
18+
]
19+
},
20+
"forked_from": [
21+
"csharp/cars-assemble"
22+
],
23+
"blurb": "Learn about numbers by analyzing the production of an assembly line."
1124
}
Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
{
2-
"blurb": "Learn about arrays by keeping track of how many birds visit your garden.",
3-
"authors": ["pvcarrera"],
4-
"forked_from": ["csharp/bird-watcher"],
2+
"authors": [
3+
"pvcarrera"
4+
],
55
"files": {
6-
"solution": ["bird_count.rb"],
7-
"test": ["bird_count_test.rb"],
8-
"exemplar": [".meta/exemplar.rb"]
9-
}
6+
"solution": [
7+
"bird_count.rb"
8+
],
9+
"test": [
10+
"bird_count_test.rb"
11+
],
12+
"exemplar": [
13+
".meta/exemplar.rb"
14+
]
15+
},
16+
"forked_from": [
17+
"csharp/bird-watcher"
18+
],
19+
"blurb": "Learn about arrays by keeping track of how many birds visit your garden."
1020
}
Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
2-
"blurb": "Learn about ostruct by refactoring your online fashion boutique's inventory management system.",
3-
"authors": ["iHiD"],
2+
"authors": [
3+
"iHiD"
4+
],
45
"files": {
5-
"solution": ["boutique_inventory.rb"],
6-
"test": ["boutique_inventory_test.rb"],
7-
"exemplar": [".meta/exemplar.rb"]
8-
}
6+
"solution": [
7+
"boutique_inventory.rb"
8+
],
9+
"test": [
10+
"boutique_inventory_test.rb"
11+
],
12+
"exemplar": [
13+
".meta/exemplar.rb"
14+
]
15+
},
16+
"blurb": "Learn about ostruct by refactoring your online fashion boutique's inventory management system."
917
}
Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
2-
"blurb": "Learn advanced enumeration functionality by preparing your online fashion boutique for its big annual sale.",
3-
"authors": ["iHiD"],
2+
"authors": [
3+
"iHiD"
4+
],
45
"files": {
5-
"solution": ["boutique_inventory.rb"],
6-
"test": ["boutique_inventory_test.rb"],
7-
"exemplar": [".meta/exemplar.rb"]
8-
}
6+
"solution": [
7+
"boutique_inventory.rb"
8+
],
9+
"test": [
10+
"boutique_inventory_test.rb"
11+
],
12+
"exemplar": [
13+
".meta/exemplar.rb"
14+
]
15+
},
16+
"blurb": "Learn advanced enumeration functionality by preparing your online fashion boutique for its big annual sale."
917
}
Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
{
2-
"blurb": "Learn about the basics of Ruby by following a lasagna recipe.",
3-
"authors": ["iHiD", "pvcarrera"],
2+
"authors": [
3+
"iHiD",
4+
"pvcarrera"
5+
],
46
"files": {
5-
"solution": ["lasagna.rb"],
6-
"test": ["lasagna_test.rb"],
7-
"exemplar": [".meta/exemplar.rb"]
8-
}
7+
"solution": [
8+
"lasagna.rb"
9+
],
10+
"test": [
11+
"lasagna_test.rb"
12+
],
13+
"exemplar": [
14+
".meta/exemplar.rb"
15+
]
16+
},
17+
"blurb": "Learn about the basics of Ruby by following a lasagna recipe."
918
}
Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
{
2-
"blurb": "Learn about strings by processing logs.",
3-
"icon": "logs-logs-logs",
4-
"authors": ["pvcarrera"],
2+
"authors": [
3+
"pvcarrera"
4+
],
55
"files": {
6-
"solution": ["log_line_parser.rb"],
7-
"test": ["log_line_parser_test.rb"],
8-
"exemplar": [".meta/exemplar.rb"]
9-
}
6+
"solution": [
7+
"log_line_parser.rb"
8+
],
9+
"test": [
10+
"log_line_parser_test.rb"
11+
],
12+
"exemplar": [
13+
".meta/exemplar.rb"
14+
]
15+
},
16+
"icon": "logs-logs-logs",
17+
"blurb": "Learn about strings by processing logs."
1018
}
Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
{
2-
"blurb": "Learn about the ternary operator by building out rules for a movie theater's website.",
3-
"icon": "movie-goer",
4-
"authors": ["lxmrc", "iHiD"],
2+
"authors": [
3+
"lxmrc",
4+
"iHiD"
5+
],
56
"files": {
6-
"solution": ["moviegoer.rb"],
7-
"test": ["moviegoer_test.rb"],
8-
"exemplar": [".meta/exemplar.rb"]
9-
}
7+
"solution": [
8+
"moviegoer.rb"
9+
],
10+
"test": [
11+
"moviegoer_test.rb"
12+
],
13+
"exemplar": [
14+
".meta/exemplar.rb"
15+
]
16+
},
17+
"icon": "movie-goer",
18+
"blurb": "Learn about the ternary operator by building out rules for a movie theater's website."
1019
}
Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
{
2-
"blurb": "Learn about floating point numbers by adding interest to savings accounts.",
3-
"authors": ["TBD"],
4-
"contributors": ["dvik1950"],
5-
"forked_from": ["csharp/interest-is-interesting"],
2+
"authors": [
3+
"TBD"
4+
],
5+
"contributors": [
6+
"dvik1950"
7+
],
68
"files": {
7-
"solution": ["savings_account.rb"],
8-
"test": ["savings_account_test.rb"],
9-
"exemplar": [".meta/exemplar.rb"]
10-
}
9+
"solution": [
10+
"savings_account.rb"
11+
],
12+
"test": [
13+
"savings_account_test.rb"
14+
],
15+
"exemplar": [
16+
".meta/exemplar.rb"
17+
]
18+
},
19+
"forked_from": [
20+
"csharp/interest-is-interesting"
21+
],
22+
"blurb": "Learn about floating point numbers by adding interest to savings accounts."
1123
}

0 commit comments

Comments
 (0)