trackler 2.2.0.6 → 2.2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c01a1f87bf36c0dda5c6dda215561d9aab7f404f
4
- data.tar.gz: 0a4cc995dcc8b75e502196695e9c3cde56e838fb
3
+ metadata.gz: c951018b0fc7f4a87a5e136c734e4adf16cc7c46
4
+ data.tar.gz: 4d73f5f35d46263ee97f76c83ed7ec332e7487ce
5
5
  SHA512:
6
- metadata.gz: 15312570345615c7f7ad2b1f0132ec8c86a76985c29c315a6ca0686800a11f44e4def5039e2e4cc41f349b2c2dae502f302c0f79ce3271bc5cf856227953a5d5
7
- data.tar.gz: 0bba7ef3ede35c23798163a1f1e7ba8f43bfe8c07cf2548aa90d9cabefed2f6905f30434f9b661bc9577c06797bc36258e1ed4efbd3aaed803a34ae3b163d0a4
6
+ metadata.gz: d044edfe4f38fca5cd9bd80cc85cb52106bb16b499c147d90cfcadde6500451d7c6e888b257f1455e5eb8da9d157df881653e6ab052bc16ae5d85616057909ea
7
+ data.tar.gz: 93d7802d7e103589cad4fad96786503437f01b79335ee8b32531420573c35846f949c35fd285cf39cec7c2585b99b1cc4122e785cca7e3069ba55095dad2cbdf
data/bin/bump-content CHANGED
@@ -24,7 +24,7 @@ end
24
24
  cmds = [
25
25
  "git add lib/trackler/version.rb",
26
26
  "git add tracks",
27
- "git add common",
27
+ "git add problem-specifications",
28
28
  "git commit -m 'Bump to v%s'" % version,
29
29
  "git tag v%s" % version,
30
30
  "git push origin master",
@@ -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,3 +1,5 @@
1
1
  {
2
- "slug": "coins"
2
+ "exercises": [
3
+
4
+ ]
3
5
  }
@@ -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
- "slug": "hello-world" ,
11
- "difficulty": 1,
12
- "topics": [
13
- "control-flow (if-statements)",
14
- "optional values",
15
- "text formatting"
16
- ]
17
- },
18
- {
19
- "difficulty": 3,
20
- "slug": "one",
21
- "topics": [
22
- "strings",
23
- "filtering"
24
- ]
25
- },
26
- {
27
- "difficulty": 1,
28
- "slug": "two",
29
- "topics": [
30
- "parsing",
31
- "transforming"
32
- ]
33
- },
34
- {
35
- "slug": "three" ,
36
- "difficulty": 1,
37
- "topics": [
38
- "control-flow (if-statements)",
39
- "optional values",
40
- "text formatting"
41
- ]
42
- },
43
- {
44
- "slug": "dog",
45
- "deprecated": true
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
- "foregone": []
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
- "foregone": []
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
- "deprecated": [],
8
- "foregone": []
4
+ "exercises": [
5
+
6
+ ],
7
+ "deprecated": [
8
+
9
+ ],
10
+ "foregone": [
11
+
12
+ ]
9
13
  }
@@ -1,3 +1,3 @@
1
1
  module Trackler
2
- VERSION = "2.2.0.6"
2
+ VERSION = "2.2.1.0"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "exercise": "list-ops",
3
- "version": "2.0.0",
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": "(x, y) -> x * y",
116
+ "function": "value / accumulator",
117
117
  "expected": 2
118
118
  },
119
119
  {
120
- "description": "direction independent function applied to non-empty list",
120
+ "description": "division of integers",
121
121
  "property": "foldl",
122
122
  "list": [1, 2, 3, 4],
123
- "initial": 5,
124
- "function": "(x, y) -> x + y",
125
- "expected": 15
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": "(x, y) -> x * y",
137
+ "function": "value / accumulator",
146
138
  "expected": 2
147
139
  },
148
140
  {
149
- "description": "direction independent function applied to non-empty list",
141
+ "description": "division of integers",
150
142
  "property": "foldr",
151
143
  "list": [1, 2, 3, 4],
152
- "initial": 5,
153
- "function": "(x, y) -> x + y",
154
- "expected": 15
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.1.0",
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",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0.6
4
+ version: 2.2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katrina Owen