trackler 2.2.0.6 → 2.2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/bump-content +1 -1
- data/fixtures/tracks/animal/config.json +9 -4
- data/fixtures/tracks/coins/config.json +3 -1
- data/fixtures/tracks/fake/config.json +57 -39
- data/fixtures/tracks/fruit/config.json +25 -5
- data/fixtures/tracks/jewels/config.json +12 -5
- data/fixtures/tracks/shoes/config.json +12 -5
- data/fixtures/tracks/snowflake/config.json +26 -5
- data/fixtures/tracks/vehicles/config.json +9 -5
- data/lib/trackler/version.rb +1 -1
- data/problem-specifications/exercises/list-ops/canonical-data.json +11 -27
- data/problem-specifications/exercises/rotational-cipher/canonical-data.json +8 -8
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c951018b0fc7f4a87a5e136c734e4adf16cc7c46
|
4
|
+
data.tar.gz: 4d73f5f35d46263ee97f76c83ed7ec332e7487ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d044edfe4f38fca5cd9bd80cc85cb52106bb16b499c147d90cfcadde6500451d7c6e888b257f1455e5eb8da9d157df881653e6ab052bc16ae5d85616057909ea
|
7
|
+
data.tar.gz: 93d7802d7e103589cad4fad96786503437f01b79335ee8b32531420573c35846f949c35fd285cf39cec7c2585b99b1cc4122e785cca7e3069ba55095dad2cbdf
|
data/bin/bump-content
CHANGED
@@ -1,18 +1,23 @@
|
|
1
1
|
{
|
2
|
-
"slug": "animal",
|
3
2
|
"language": "Animal",
|
4
|
-
"repository": "https://github.com/exercism/xanimal",
|
5
3
|
"active": true,
|
6
4
|
"test_pattern": "a.*animal",
|
7
5
|
"ignore_pattern": "[^_]example",
|
8
6
|
"exercises": [
|
9
7
|
{
|
8
|
+
"uuid": "e541e3de-099d-4af8-b11a-614196338356",
|
10
9
|
"slug": "dog",
|
10
|
+
"core": false,
|
11
|
+
"unlocked_by": null,
|
11
12
|
"difficulty": 1,
|
12
|
-
"topics": [
|
13
|
+
"topics": [
|
14
|
+
|
15
|
+
]
|
13
16
|
}
|
14
17
|
],
|
15
|
-
"deprecated": [
|
18
|
+
"deprecated": [
|
19
|
+
|
20
|
+
],
|
16
21
|
"foregone": [
|
17
22
|
"hello-world"
|
18
23
|
]
|
@@ -1,49 +1,67 @@
|
|
1
1
|
{
|
2
|
-
"slug": "fake",
|
3
2
|
"language": "Fake",
|
4
3
|
"repository": "https://github.com/exercism/xfake",
|
5
4
|
"image": "fake.png",
|
6
5
|
"checklist_issue": 5,
|
7
6
|
"active": true,
|
8
7
|
"exercises": [
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
"
|
29
|
-
"
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
8
|
+
{
|
9
|
+
"uuid": "6bef4a04-2200-4478-a22e-1f3117a2f8f1",
|
10
|
+
"slug": "hello-world",
|
11
|
+
"core": false,
|
12
|
+
"unlocked_by": null,
|
13
|
+
"difficulty": 1,
|
14
|
+
"topics": [
|
15
|
+
"control-flow (if-statements)",
|
16
|
+
"optional values",
|
17
|
+
"text formatting"
|
18
|
+
]
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"uuid": "db76797c-517e-4b1a-bd95-6e49beb0760e",
|
22
|
+
"slug": "one",
|
23
|
+
"core": false,
|
24
|
+
"unlocked_by": null,
|
25
|
+
"difficulty": 3,
|
26
|
+
"topics": [
|
27
|
+
"strings",
|
28
|
+
"filtering"
|
29
|
+
]
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"uuid": "8baf68b9-9f4b-4fca-9a88-9eb17e9ed4fd",
|
33
|
+
"slug": "two",
|
34
|
+
"core": false,
|
35
|
+
"unlocked_by": null,
|
36
|
+
"difficulty": 1,
|
37
|
+
"topics": [
|
38
|
+
"parsing",
|
39
|
+
"transforming"
|
40
|
+
]
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"uuid": "579eb391-7ce9-4223-a955-378314ed46c7",
|
44
|
+
"slug": "three",
|
45
|
+
"core": false,
|
46
|
+
"unlocked_by": null,
|
47
|
+
"difficulty": 1,
|
48
|
+
"topics": [
|
49
|
+
"control-flow (if-statements)",
|
50
|
+
"optional values",
|
51
|
+
"text formatting"
|
52
|
+
]
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"uuid": "2065d986-d304-4215-8425-fc291e815569",
|
56
|
+
"slug": "dog",
|
57
|
+
"core": false,
|
58
|
+
"unlocked_by": null,
|
59
|
+
"difficulty": 1,
|
60
|
+
"topics": [
|
61
|
+
|
62
|
+
],
|
63
|
+
"deprecated": true
|
64
|
+
}
|
47
65
|
],
|
48
66
|
"foregone": [
|
49
67
|
"apple"
|
@@ -1,29 +1,49 @@
|
|
1
1
|
{
|
2
|
-
"slug": "fruit",
|
3
2
|
"language": "Fruit",
|
4
|
-
"repository": "https://example.com/exercism/xfruit",
|
5
3
|
"image": "fruit.svg",
|
6
4
|
"active": true,
|
7
5
|
"test_pattern": "\\.tst$",
|
8
6
|
"gitter": "xfruit",
|
9
7
|
"exercises": [
|
10
8
|
{
|
9
|
+
"uuid": "35731947-f4f8-44af-9b20-543ffd4173a2",
|
11
10
|
"slug": "apple",
|
11
|
+
"core": false,
|
12
|
+
"unlocked_by": null,
|
12
13
|
"difficulty": 1,
|
13
|
-
"topics": [
|
14
|
+
"topics": [
|
15
|
+
|
16
|
+
]
|
14
17
|
},
|
15
18
|
{
|
19
|
+
"uuid": "3fc612aa-e401-4ac2-aaf2-1171c245d609",
|
16
20
|
"slug": "banana",
|
21
|
+
"core": false,
|
22
|
+
"unlocked_by": null,
|
17
23
|
"difficulty": 1,
|
18
|
-
"topics": [
|
24
|
+
"topics": [
|
25
|
+
|
26
|
+
]
|
19
27
|
},
|
20
28
|
{
|
29
|
+
"uuid": "aa0c556c-b7b6-4fb5-92cd-60a543afef25",
|
21
30
|
"slug": "cherry",
|
31
|
+
"core": false,
|
32
|
+
"unlocked_by": null,
|
22
33
|
"difficulty": 1,
|
23
|
-
"topics": [
|
34
|
+
"topics": [
|
35
|
+
|
36
|
+
]
|
24
37
|
},
|
25
38
|
{
|
39
|
+
"uuid": "32fbd4f9-cf80-4e0d-8a89-a8ad41eeabcd",
|
26
40
|
"slug": "four",
|
41
|
+
"core": false,
|
42
|
+
"unlocked_by": null,
|
43
|
+
"difficulty": 1,
|
44
|
+
"topics": [
|
45
|
+
|
46
|
+
],
|
27
47
|
"deprecated": true
|
28
48
|
}
|
29
49
|
],
|
@@ -1,15 +1,22 @@
|
|
1
1
|
{
|
2
|
-
"slug": "jewels",
|
3
2
|
"language": "Fancy Stones",
|
4
|
-
"repository": "https://github.com/exercism/xjewels",
|
5
3
|
"active": true,
|
6
4
|
"exercises": [
|
7
5
|
{
|
6
|
+
"uuid": "237dfdef-84c9-4cf3-afd7-08604915f79d",
|
8
7
|
"slug": "hello-world",
|
8
|
+
"core": false,
|
9
|
+
"unlocked_by": null,
|
9
10
|
"difficulty": 1,
|
10
|
-
"topics": [
|
11
|
+
"topics": [
|
12
|
+
|
13
|
+
]
|
11
14
|
}
|
12
15
|
],
|
13
|
-
"deprecated": [
|
14
|
-
|
16
|
+
"deprecated": [
|
17
|
+
|
18
|
+
],
|
19
|
+
"foregone": [
|
20
|
+
|
21
|
+
]
|
15
22
|
}
|
@@ -1,15 +1,22 @@
|
|
1
1
|
{
|
2
|
-
"slug": "shoes",
|
3
2
|
"language": "Shoes & Boots",
|
4
|
-
"repository": "https://github.com/exercism/xshoes",
|
5
3
|
"active": false,
|
6
4
|
"exercises": [
|
7
5
|
{
|
6
|
+
"uuid": "5ea2e5bf-1143-4e09-b1d8-cd1eab063641",
|
8
7
|
"slug": "hello-world",
|
8
|
+
"core": false,
|
9
|
+
"unlocked_by": null,
|
9
10
|
"difficulty": 1,
|
10
|
-
"topics": [
|
11
|
+
"topics": [
|
12
|
+
|
13
|
+
]
|
11
14
|
}
|
12
15
|
],
|
13
|
-
"deprecated": [
|
14
|
-
|
16
|
+
"deprecated": [
|
17
|
+
|
18
|
+
],
|
19
|
+
"foregone": [
|
20
|
+
|
21
|
+
]
|
15
22
|
}
|
@@ -1,33 +1,54 @@
|
|
1
1
|
{
|
2
|
-
"slug": "snowflake",
|
3
2
|
"language": "Snowflake",
|
4
3
|
"repository": "https://example.com/exercism/xsnowflake",
|
5
4
|
"active": true,
|
6
5
|
"test_pattern": "\\.tst$",
|
7
6
|
"exercises": [
|
8
7
|
{
|
8
|
+
"uuid": "bd94e4d8-6dea-4eb5-8f04-5fdd3ca9c7b4",
|
9
9
|
"slug": "apple",
|
10
|
+
"core": false,
|
11
|
+
"unlocked_by": null,
|
10
12
|
"difficulty": 1,
|
11
|
-
"topics": [
|
13
|
+
"topics": [
|
14
|
+
|
15
|
+
]
|
12
16
|
},
|
13
17
|
{
|
18
|
+
"uuid": "524e4668-2edd-481f-98a5-ba789982e061",
|
14
19
|
"slug": "banana",
|
20
|
+
"core": false,
|
21
|
+
"unlocked_by": null,
|
15
22
|
"difficulty": 1,
|
16
|
-
"topics": [
|
23
|
+
"topics": [
|
24
|
+
|
25
|
+
]
|
17
26
|
},
|
18
27
|
{
|
28
|
+
"uuid": "44165a8f-49cf-4826-ac2f-bd2ff06b5154",
|
19
29
|
"slug": "cherry",
|
30
|
+
"core": false,
|
31
|
+
"unlocked_by": null,
|
20
32
|
"difficulty": 1,
|
21
|
-
"topics": [
|
33
|
+
"topics": [
|
34
|
+
|
35
|
+
]
|
22
36
|
},
|
23
37
|
{
|
38
|
+
"uuid": "37fccc16-5df7-4571-8965-85bdcf82f37e",
|
24
39
|
"slug": "snowflake-only",
|
40
|
+
"core": false,
|
41
|
+
"unlocked_by": null,
|
25
42
|
"difficulty": 1,
|
26
|
-
"topics": [
|
43
|
+
"topics": [
|
44
|
+
|
45
|
+
]
|
27
46
|
}
|
28
47
|
],
|
29
48
|
"deprecated": [
|
49
|
+
|
30
50
|
],
|
31
51
|
"foregone": [
|
52
|
+
|
32
53
|
]
|
33
54
|
}
|
@@ -1,9 +1,13 @@
|
|
1
1
|
{
|
2
|
-
"slug": "vehicles",
|
3
2
|
"language": "Transportation Services",
|
4
|
-
"repository": "https://github.com/exercism/xvehicles",
|
5
3
|
"active": false,
|
6
|
-
"exercises": [
|
7
|
-
|
8
|
-
|
4
|
+
"exercises": [
|
5
|
+
|
6
|
+
],
|
7
|
+
"deprecated": [
|
8
|
+
|
9
|
+
],
|
10
|
+
"foregone": [
|
11
|
+
|
12
|
+
]
|
9
13
|
}
|
data/lib/trackler/version.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"exercise": "list-ops",
|
3
|
-
"version": "
|
3
|
+
"version": "1.0.0",
|
4
4
|
"comments": [
|
5
5
|
"Though there are no specifications here for dealing with large lists,",
|
6
6
|
"implementers may add tests for handling large lists to ensure that the",
|
@@ -113,24 +113,16 @@
|
|
113
113
|
"property": "foldl",
|
114
114
|
"list": [],
|
115
115
|
"initial": 2,
|
116
|
-
"function": "
|
116
|
+
"function": "value / accumulator",
|
117
117
|
"expected": 2
|
118
118
|
},
|
119
119
|
{
|
120
|
-
"description": "
|
120
|
+
"description": "division of integers",
|
121
121
|
"property": "foldl",
|
122
122
|
"list": [1, 2, 3, 4],
|
123
|
-
"initial":
|
124
|
-
"function": "
|
125
|
-
"expected":
|
126
|
-
},
|
127
|
-
{
|
128
|
-
"description": "direction dependent function applied to non-empty list",
|
129
|
-
"property": "foldl",
|
130
|
-
"list": [2, 5],
|
131
|
-
"initial": 5,
|
132
|
-
"function": "(x, y) -> x / y",
|
133
|
-
"expected": 0
|
123
|
+
"initial": 24,
|
124
|
+
"function": "value / accumulator",
|
125
|
+
"expected": 64
|
134
126
|
}
|
135
127
|
]
|
136
128
|
},
|
@@ -142,24 +134,16 @@
|
|
142
134
|
"property": "foldr",
|
143
135
|
"list": [],
|
144
136
|
"initial": 2,
|
145
|
-
"function": "
|
137
|
+
"function": "value / accumulator",
|
146
138
|
"expected": 2
|
147
139
|
},
|
148
140
|
{
|
149
|
-
"description": "
|
141
|
+
"description": "division of integers",
|
150
142
|
"property": "foldr",
|
151
143
|
"list": [1, 2, 3, 4],
|
152
|
-
"initial":
|
153
|
-
"function": "
|
154
|
-
"expected":
|
155
|
-
},
|
156
|
-
{
|
157
|
-
"description": "direction dependent function applied to non-empty list",
|
158
|
-
"property": "foldr",
|
159
|
-
"list": [2, 5],
|
160
|
-
"initial": 5,
|
161
|
-
"function": "(x, y) -> x / y",
|
162
|
-
"expected": 2
|
144
|
+
"initial": 24,
|
145
|
+
"function": "value / accumulator",
|
146
|
+
"expected": 9
|
163
147
|
}
|
164
148
|
]
|
165
149
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"exercise": "rotational-cipher",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.0.0",
|
4
4
|
"comments": [
|
5
5
|
"The tests are a series of rotation tests: "
|
6
6
|
],
|
@@ -8,13 +8,6 @@
|
|
8
8
|
{
|
9
9
|
"description": "Test rotation from English to ROTn",
|
10
10
|
"cases": [
|
11
|
-
{
|
12
|
-
"description": "rotate a by 0, same output as input",
|
13
|
-
"property": "rotate",
|
14
|
-
"text": "a",
|
15
|
-
"shiftKey": 0,
|
16
|
-
"expected": "a"
|
17
|
-
},
|
18
11
|
{
|
19
12
|
"description": "rotate a by 1",
|
20
13
|
"property": "rotate",
|
@@ -29,6 +22,13 @@
|
|
29
22
|
"shiftKey": 26,
|
30
23
|
"expected": "a"
|
31
24
|
},
|
25
|
+
{
|
26
|
+
"description": "rotate a by 0, same output as input",
|
27
|
+
"property": "rotate",
|
28
|
+
"text": "a",
|
29
|
+
"shiftKey": 0,
|
30
|
+
"expected": "a"
|
31
|
+
},
|
32
32
|
{
|
33
33
|
"description": "rotate m by 13",
|
34
34
|
"property": "rotate",
|