trackler 2.2.1.145 → 2.2.1.146

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d67e5c7c00f7f6776b7e1c4843b30da5f7601088
4
- data.tar.gz: 1ea5d1e6fe8a943e76d309ddc17e34880fc367cd
3
+ metadata.gz: a6606046e8fb1cd5b4e280709c0a0ad4ca920b93
4
+ data.tar.gz: 633bd9d2df7d1d3c5a1b7c295e724fe2efb7cb6a
5
5
  SHA512:
6
- metadata.gz: 272e5a9ee51e278e70ba7571d415a9309c1dcb793257d78bbe139929494a88b93e7df4611df3005866e2236c5c91b3e86d2015df9ea254af99b2992a76087052
7
- data.tar.gz: 93956c4bfd558f6eefe88691a11b7f579412b66b5b359c41950bf6b7ff36c0a9f653373f6527a5a9a0ba5abad3e5a60d4e516f5f2e26074ac1777d7d757ccfb8
6
+ metadata.gz: b4969ee9c29b0866a122abd0c5cbe9e6735c8d6dc3e26f063ccc961b1b968d9510f65df8068276c30e577e844b17c6da391d779faea0a44bca312453d3b6cf2b
7
+ data.tar.gz: 29a6832591db39b3df017157c325550ca96134ab7a19b9ff3e996ee1536cf1df58c161ccaae1a38f9080139c6d10826c03e5b5aeb12e2eaf8ca6e61bcdd3018f
@@ -1,3 +1,3 @@
1
1
  module Trackler
2
- VERSION = "2.2.1.145"
2
+ VERSION = "2.2.1.146"
3
3
  end
@@ -376,7 +376,7 @@ Optional keys:
376
376
  * `solution_pattern` - A (case sensitive) regex pattern that matches solution files in the track repository. Used by [configlet](https://github.com/exercism/configlet) to check for the presence of an example solution for each problem implemented by the track. The default value used if this key is not present is `[Ee]xample`.
377
377
 
378
378
  ### Git Basics
379
- See [Git Basics](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/git-basics.md) in [docs](https://github.com/exercism/docs) repository.
379
+ See [Git Basics](https://github.com/exercism/docs/blob/master/contributing/git-basics.md) in [docs](https://github.com/exercism/docs) repository.
380
380
 
381
381
  ### et cetera
382
382
 
@@ -1,376 +1,376 @@
1
1
  {
2
+ "language": "Delphi Pascal",
2
3
  "active": true,
3
4
  "blurb": "Object Pascal based, Delphi is great for developing cross-platform desktop, mobile, web, and console applications.",
4
5
  "exercises": [
5
6
  {
7
+ "slug": "hello-world",
8
+ "uuid": "497011b8-4dcf-4084-a7d1-11ea954e605f",
6
9
  "core": true,
10
+ "unlocked_by": null,
7
11
  "difficulty": 1,
8
- "slug": "hello-world",
9
12
  "topics": [
10
13
  "text_formatting"
11
- ],
12
- "unlocked_by": null,
13
- "uuid": "497011b8-4dcf-4084-a7d1-11ea954e605f"
14
+ ]
14
15
  },
15
16
  {
17
+ "slug": "two-fer",
18
+ "uuid": "60eb0882-495d-45f4-8d38-5b10d8851cf6",
16
19
  "core": false,
17
20
  "difficulty": 1,
18
- "slug": "two-fer",
19
21
  "topics": [
20
22
  "optional_values",
21
23
  "text_formatting"
22
- ],
23
- "uuid": "60eb0882-495d-45f4-8d38-5b10d8851cf6"
24
+ ]
24
25
  },
25
26
  {
27
+ "slug": "reverse-string",
28
+ "uuid": "8bdf3796-592c-48f1-b2ef-8e4deb40cc37",
26
29
  "core": false,
30
+ "unlocked_by": null,
27
31
  "difficulty": 1,
28
- "slug": "reverse-string",
29
32
  "topics": [
30
33
  "strings"
31
- ],
32
- "unlocked_by": null,
33
- "uuid": "8bdf3796-592c-48f1-b2ef-8e4deb40cc37"
34
+ ]
34
35
  },
35
36
  {
37
+ "slug": "bob",
38
+ "uuid": "afbc3955-d9be-4842-9697-e778e5d23d1c",
36
39
  "core": true,
40
+ "unlocked_by": null,
37
41
  "difficulty": 1,
38
- "slug": "bob",
39
42
  "topics": [
40
43
  "control_flow_if_else_statements",
41
44
  "strings"
42
- ],
43
- "unlocked_by": null,
44
- "uuid": "afbc3955-d9be-4842-9697-e778e5d23d1c"
45
+ ]
45
46
  },
46
47
  {
48
+ "slug": "leap",
49
+ "uuid": "9e54a998-450c-4020-834e-eaa77f909744",
47
50
  "core": true,
48
51
  "difficulty": 1,
49
- "slug": "leap",
50
52
  "topics": [
51
53
  "integers"
52
- ],
53
- "uuid": "9e54a998-450c-4020-834e-eaa77f909744"
54
+ ]
54
55
  },
55
56
  {
57
+ "slug": "space-age",
58
+ "uuid": "471559bf-ffa9-442b-9e4e-b452c82e703a",
56
59
  "core": false,
60
+ "unlocked_by": "leap",
57
61
  "difficulty": 1,
58
- "slug": "space-age",
59
62
  "topics": [
60
- "floating_point_numbers",
61
- "64 bit integers"
62
- ],
63
- "unlocked_by": "leap",
64
- "uuid": "471559bf-ffa9-442b-9e4e-b452c82e703a"
63
+ "_bit_integers",
64
+ "floating_point_numbers"
65
+ ]
65
66
  },
66
67
  {
68
+ "slug": "isbn-verifier",
69
+ "uuid": "4cdb8216-4526-49ac-8ab5-68d70060a54e",
67
70
  "core": false,
71
+ "unlocked_by": "bob",
68
72
  "difficulty": 4,
69
- "slug": "isbn-verifier",
70
73
  "topics": [
71
74
  "conditionals",
72
75
  "loops",
73
76
  "pattern_matching",
74
77
  "strings"
75
- ],
76
- "unlocked_by": "bob",
77
- "uuid": "4cdb8216-4526-49ac-8ab5-68d70060a54e"
78
+ ]
78
79
  },
79
80
  {
81
+ "slug": "rna-transcription",
82
+ "uuid": "4a50bfd2-f6c9-480e-af82-d468cf585f0d",
80
83
  "core": false,
84
+ "unlocked_by": "roman-numerals",
81
85
  "difficulty": 1,
82
- "slug": "rna-transcription",
83
86
  "topics": [
84
87
  "strings",
85
88
  "transforming"
86
- ],
87
- "unlocked_by": "roman-numerals",
88
- "uuid": "4a50bfd2-f6c9-480e-af82-d468cf585f0d"
89
+ ]
89
90
  },
90
91
  {
92
+ "slug": "raindrops",
93
+ "uuid": "2617f4a3-cf0e-4690-a464-45eac3f97317",
91
94
  "core": true,
95
+ "unlocked_by": null,
92
96
  "difficulty": 2,
93
- "slug": "raindrops",
94
97
  "topics": [
95
98
  "filtering",
96
99
  "text_formatting"
97
- ],
98
- "unlocked_by": null,
99
- "uuid": "2617f4a3-cf0e-4690-a464-45eac3f97317"
100
+ ]
100
101
  },
101
102
  {
103
+ "slug": "hamming",
104
+ "uuid": "c623f1f2-8e54-4c46-a577-2570fa2f317b",
102
105
  "core": false,
106
+ "unlocked_by": "hello-world",
103
107
  "difficulty": 1,
104
- "slug": "hamming",
105
108
  "topics": [
106
109
  "filtering",
107
110
  "strings"
108
- ],
109
- "unlocked_by": "hello-world",
110
- "uuid": "c623f1f2-8e54-4c46-a577-2570fa2f317b"
111
+ ]
111
112
  },
112
113
  {
114
+ "slug": "bank-account",
115
+ "uuid": "777f9f9e-acf8-4b73-89c7-ee08d4ff49e3",
113
116
  "core": false,
117
+ "unlocked_by": "clock",
114
118
  "difficulty": 2,
115
- "slug": "bank-account",
116
119
  "topics": [
117
120
  "classes"
118
- ],
119
- "unlocked_by": "clock",
120
- "uuid": "777f9f9e-acf8-4b73-89c7-ee08d4ff49e3"
121
+ ]
121
122
  },
122
123
  {
124
+ "slug": "nucleotide-count",
125
+ "uuid": "f2fae277-db73-482c-ac3a-496237ad5a42",
123
126
  "core": true,
124
127
  "difficulty": 2,
125
- "slug": "nucleotide-count",
126
128
  "topics": [
127
129
  "dictionaries",
128
130
  "strings"
129
- ],
130
- "uuid": "f2fae277-db73-482c-ac3a-496237ad5a42"
131
+ ]
131
132
  },
132
133
  {
134
+ "slug": "etl",
135
+ "uuid": "f22f0ac1-3836-4ece-9c47-491929c8fc85",
133
136
  "core": false,
137
+ "unlocked_by": "nucleotide-count",
134
138
  "difficulty": 2,
135
- "slug": "etl",
136
139
  "topics": [
137
140
  "dictionaries",
138
141
  "lists",
139
142
  "transforming"
140
- ],
141
- "unlocked_by": "nucleotide-count",
142
- "uuid": "f22f0ac1-3836-4ece-9c47-491929c8fc85"
143
+ ]
143
144
  },
144
145
  {
146
+ "slug": "grains",
147
+ "uuid": "d0ddd5dc-30cd-4876-937d-9e89bae7dc93",
145
148
  "core": false,
149
+ "unlocked_by": "leap",
146
150
  "difficulty": 2,
147
- "slug": "grains",
148
151
  "topics": [
149
152
  "integers",
150
153
  "recursion"
151
- ],
152
- "unlocked_by": "leap",
153
- "uuid": "d0ddd5dc-30cd-4876-937d-9e89bae7dc93"
154
+ ]
154
155
  },
155
156
  {
157
+ "slug": "collatz-conjecture",
158
+ "uuid": "edfc2903-1165-4029-9901-0be72b32865f",
156
159
  "core": true,
160
+ "unlocked_by": null,
157
161
  "difficulty": 2,
158
- "slug": "collatz-conjecture",
159
162
  "topics": [
160
163
  "algorithms",
161
164
  "looping",
162
165
  "raising_exceptions"
163
- ],
164
- "unlocked_by": null,
165
- "uuid": "edfc2903-1165-4029-9901-0be72b32865f"
166
+ ]
166
167
  },
167
168
  {
169
+ "slug": "armstrong-numbers",
170
+ "uuid": "5315f8b0-f2a2-4750-8dc3-b4d182111036",
168
171
  "core": false,
172
+ "unlocked_by": "collatz-conjecture",
169
173
  "difficulty": 2,
170
- "slug": "armstrong-numbers",
171
174
  "topics": [
172
175
  "algorithms"
173
- ],
174
- "unlocked_by": "collatz-conjecture",
175
- "uuid": "5315f8b0-f2a2-4750-8dc3-b4d182111036"
176
+ ]
176
177
  },
177
178
  {
179
+ "slug": "beer-song",
180
+ "uuid": "48f443f6-3bbc-4086-9f47-f46bcfa0623a",
178
181
  "core": false,
182
+ "unlocked_by": "raindrops",
179
183
  "difficulty": 3,
180
- "slug": "beer-song",
181
184
  "topics": [
182
185
  "algorithms",
183
186
  "text_formatting"
184
- ],
185
- "unlocked_by": "raindrops",
186
- "uuid": "48f443f6-3bbc-4086-9f47-f46bcfa0623a"
187
+ ]
187
188
  },
188
189
  {
190
+ "slug": "phone-number",
191
+ "uuid": "cba5cf99-8001-4113-af80-cf9c041f1b21",
189
192
  "core": false,
193
+ "unlocked_by": "collatz-conjecture",
190
194
  "difficulty": 3,
191
- "slug": "phone-number",
192
195
  "topics": [
193
196
  "parsing",
194
197
  "transforming"
195
- ],
196
- "unlocked_by": "collatz-conjecture",
197
- "uuid": "cba5cf99-8001-4113-af80-cf9c041f1b21"
198
+ ]
198
199
  },
199
200
  {
201
+ "slug": "secret-handshake",
202
+ "uuid": "2032ba03-845a-460b-ad93-0958e97eb7cc",
200
203
  "core": false,
204
+ "unlocked_by": "collatz-conjecture",
201
205
  "difficulty": 3,
202
- "slug": "secret-handshake",
203
206
  "topics": [
204
207
  "arrays",
205
208
  "bitwise_operations"
206
- ],
207
- "unlocked_by": "collatz-conjecture",
208
- "uuid": "2032ba03-845a-460b-ad93-0958e97eb7cc"
209
+ ]
209
210
  },
210
211
  {
212
+ "slug": "perfect-numbers",
213
+ "uuid": "964abaeb-b1b6-4609-bb9e-ca569302f406",
211
214
  "core": false,
215
+ "unlocked_by": "leap",
212
216
  "difficulty": 3,
213
- "slug": "perfect-numbers",
214
217
  "topics": [
215
218
  "integers"
216
- ],
217
- "unlocked_by": "leap",
218
- "uuid": "964abaeb-b1b6-4609-bb9e-ca569302f406"
219
+ ]
219
220
  },
220
221
  {
222
+ "slug": "binary-search",
223
+ "uuid": "b1cfe374-4881-4e06-9333-d5d9b367580f",
221
224
  "core": true,
225
+ "unlocked_by": null,
222
226
  "difficulty": 3,
223
- "slug": "binary-search",
224
227
  "topics": [
225
228
  "arrays",
226
229
  "recursion",
227
230
  "searching"
228
- ],
229
- "unlocked_by": null,
230
- "uuid": "b1cfe374-4881-4e06-9333-d5d9b367580f"
231
+ ]
231
232
  },
232
233
  {
234
+ "slug": "clock",
235
+ "uuid": "0223dfe4-3ff4-4f4e-8cd2-821e1fd50217",
233
236
  "core": true,
234
237
  "difficulty": 3,
235
- "slug": "clock",
236
238
  "topics": [
237
239
  "structural_equality",
238
240
  "time"
239
- ],
240
- "uuid": "0223dfe4-3ff4-4f4e-8cd2-821e1fd50217"
241
+ ]
241
242
  },
242
243
  {
244
+ "slug": "triangle",
245
+ "uuid": "f5d43bcd-34fe-4b96-a687-254f7c0f5601",
243
246
  "core": false,
247
+ "unlocked_by": "leap",
244
248
  "difficulty": 3,
245
- "slug": "triangle",
246
249
  "topics": [
247
250
  "enumerations",
248
251
  "integers"
249
- ],
250
- "unlocked_by": "leap",
251
- "uuid": "f5d43bcd-34fe-4b96-a687-254f7c0f5601"
252
+ ]
252
253
  },
253
254
  {
255
+ "slug": "allergies",
256
+ "uuid": "65214085-edfc-4ee7-a286-eca225b57ea3",
254
257
  "core": true,
255
258
  "difficulty": 4,
256
- "slug": "allergies",
257
259
  "topics": [
258
260
  "bitwise_operations",
259
261
  "filtering"
260
- ],
261
- "uuid": "65214085-edfc-4ee7-a286-eca225b57ea3"
262
+ ]
262
263
  },
263
264
  {
265
+ "slug": "saddle-points",
266
+ "uuid": "78166582-6df9-4076-bd37-53230cd78f71",
264
267
  "core": true,
265
268
  "difficulty": 4,
266
- "slug": "saddle-points",
267
269
  "topics": [
268
270
  "arrays",
269
271
  "matrices",
270
272
  "tuples"
271
- ],
272
- "uuid": "78166582-6df9-4076-bd37-53230cd78f71"
273
+ ]
273
274
  },
274
275
  {
276
+ "slug": "circular-buffer",
277
+ "uuid": "f949b958-d2e0-4f21-a6db-12ba89f8ab57",
275
278
  "core": true,
276
279
  "difficulty": 5,
277
- "slug": "circular-buffer",
278
280
  "topics": [
279
281
  "classes",
280
282
  "queues"
281
- ],
282
- "uuid": "f949b958-d2e0-4f21-a6db-12ba89f8ab57"
283
+ ]
283
284
  },
284
285
  {
286
+ "slug": "minesweeper",
287
+ "uuid": "5ab52a90-8a72-42f8-b430-042436041348",
285
288
  "core": true,
289
+ "unlocked_by": null,
286
290
  "difficulty": 5,
287
- "slug": "minesweeper",
288
291
  "topics": [
289
292
  "parsing",
290
293
  "transforming"
291
- ],
292
- "unlocked_by": null,
293
- "uuid": "5ab52a90-8a72-42f8-b430-042436041348"
294
+ ]
294
295
  },
295
296
  {
297
+ "slug": "bracket-push",
298
+ "uuid": "81e0a0f7-b97d-4ff0-90b2-a43eb933f68f",
296
299
  "core": false,
300
+ "unlocked_by": "bob",
297
301
  "difficulty": 5,
298
- "slug": "bracket-push",
299
302
  "topics": [
300
303
  "parsing",
301
304
  "strings"
302
- ],
303
- "unlocked_by": "bob",
304
- "uuid": "81e0a0f7-b97d-4ff0-90b2-a43eb933f68f"
305
+ ]
305
306
  },
306
307
  {
308
+ "slug": "roman-numerals",
309
+ "uuid": "51d6c5fc-6bde-4b78-842b-518346649431",
307
310
  "core": true,
308
311
  "difficulty": 5,
309
- "slug": "roman-numerals",
310
312
  "topics": [
311
313
  "control_flow_loops",
312
314
  "record_helpers"
313
- ],
314
- "uuid": "51d6c5fc-6bde-4b78-842b-518346649431"
315
+ ]
315
316
  },
316
317
  {
318
+ "slug": "bowling",
319
+ "uuid": "88f7ab7d-30c1-4cb5-81ff-1114b5f78291",
317
320
  "core": false,
321
+ "unlocked_by": "circular-buffer",
318
322
  "difficulty": 6,
319
- "slug": "bowling",
320
323
  "topics": [
321
324
  "algorithms",
322
325
  "control_flow_loops"
323
- ],
324
- "unlocked_by": "circular-buffer",
325
- "uuid": "88f7ab7d-30c1-4cb5-81ff-1114b5f78291"
326
+ ]
326
327
  },
327
328
  {
329
+ "slug": "pig-latin",
330
+ "uuid": "67bd22f2-b707-48c7-b0a1-a0413e543959",
328
331
  "core": false,
332
+ "unlocked_by": "book-store",
329
333
  "difficulty": 6,
330
- "slug": "pig-latin",
331
334
  "topics": [
332
335
  "strings",
333
336
  "transforming"
334
- ],
335
- "unlocked_by": "book-store",
336
- "uuid": "67bd22f2-b707-48c7-b0a1-a0413e543959"
337
+ ]
337
338
  },
338
339
  {
340
+ "slug": "book-store",
341
+ "uuid": "d471f0d3-6d7c-4abe-bf31-712fb0cadea7",
339
342
  "core": true,
340
343
  "difficulty": 6,
341
- "slug": "book-store",
342
344
  "topics": [
343
345
  "arrays",
344
346
  "classes",
345
347
  "control_flow_loops",
346
348
  "sequences"
347
- ],
348
- "uuid": "d471f0d3-6d7c-4abe-bf31-712fb0cadea7"
349
+ ]
349
350
  },
350
351
  {
352
+ "slug": "wordy",
353
+ "uuid": "24d81651-de3b-4cc8-8a4a-67cefc0453f6",
351
354
  "core": false,
355
+ "unlocked_by": "minesweeper",
352
356
  "difficulty": 7,
353
- "slug": "wordy",
354
357
  "topics": [
355
358
  "parsing",
356
359
  "strings",
357
360
  "transforming"
358
- ],
359
- "unlocked_by": "minesweeper",
360
- "uuid": "24d81651-de3b-4cc8-8a4a-67cefc0453f6"
361
+ ]
361
362
  },
362
363
  {
364
+ "slug": "poker",
365
+ "uuid": "d4f0509b-2687-4ee2-adbb-2a1a295a9975",
363
366
  "core": false,
367
+ "unlocked_by": "minesweeper",
364
368
  "difficulty": 7,
365
- "slug": "poker",
366
369
  "topics": [
367
370
  "games",
368
371
  "parsing",
369
372
  "sorting"
370
- ],
371
- "unlocked_by": "minesweeper",
372
- "uuid": "d4f0509b-2687-4ee2-adbb-2a1a295a9975"
373
+ ]
373
374
  }
374
- ],
375
- "language": "Delphi Pascal"
375
+ ]
376
376
  }
@@ -22,4 +22,4 @@
22
22
  "show_on_website": true
23
23
  }
24
24
  ]
25
- }
25
+ }
@@ -5,7 +5,7 @@ An [Armstrong number](https://en.wikipedia.org/wiki/Narcissistic_number) is a nu
5
5
  For example:
6
6
 
7
7
  - 9 is an Armstrong number, because `9 = 9^1 = 9`
8
- - 10 is *not* an Armstrong number, because `10 != 1^2 + 0^2 = 2`
8
+ - 10 is *not* an Armstrong number, because `10 != 1^2 + 0^2 = 1`
9
9
  - 153 is an Armstrong number, because: `153 = 1^3 + 5^3 + 3^3 = 1 + 125 + 27 = 153`
10
10
  - 154 is *not* an Armstrong number, because: `154 != 1^3 + 5^3 + 4^3 = 1 + 125 + 64 = 190`
11
11
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1.145
4
+ version: 2.2.1.146
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katrina Owen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-09 00:00:00.000000000 Z
11
+ date: 2018-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip