trackler 2.2.1.170 → 2.2.1.171

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/lib/trackler/version.rb +1 -1
  3. data/problem-specifications/exercises/simple-cipher/canonical-data.json +5 -4
  4. data/tracks/cfml/config.json +1 -0
  5. data/tracks/coffeescript/config.json +43 -87
  6. data/tracks/coffeescript/config/maintainers.json +8 -2
  7. data/tracks/common-lisp/config.json +1 -0
  8. data/tracks/coq/config.json +7 -15
  9. data/tracks/coq/config/maintainers.json +5 -5
  10. data/tracks/crystal/config.json +51 -99
  11. data/tracks/crystal/config/maintainers.json +8 -8
  12. data/tracks/d/config.json +58 -60
  13. data/tracks/d/config/maintainers.json +8 -8
  14. data/tracks/delphi/config.json +12 -0
  15. data/tracks/delphi/exercises/isbn-verifier/uTestISBNVerifier.pas +30 -3
  16. data/tracks/delphi/exercises/word-count/README.md +39 -0
  17. data/tracks/delphi/exercises/word-count/WordCount.dpr +60 -0
  18. data/tracks/delphi/exercises/word-count/uWordCountExample.pas +67 -0
  19. data/tracks/delphi/exercises/word-count/uWordCountTests.pas +247 -0
  20. data/tracks/elisp/config.json +1 -0
  21. data/tracks/erlang/config.json +1 -1
  22. data/tracks/fortran/config.json +16 -32
  23. data/tracks/fortran/config/maintainers.json +5 -5
  24. data/tracks/go/config.json +1 -0
  25. data/tracks/go/exercises/bank-account/bank_account_test.go +3 -3
  26. data/tracks/go/exercises/parallel-letter-frequency/parallel_letter_frequency_test.go +17 -1
  27. data/tracks/groovy/config.json +89 -89
  28. data/tracks/groovy/config/maintainers.json +6 -6
  29. data/tracks/haxe/config.json +17 -17
  30. data/tracks/haxe/config/maintainers.json +1 -1
  31. data/tracks/java/scripts/insert-ignores.sh +33 -11
  32. data/tracks/julia/config.json +1 -0
  33. data/tracks/lua/config.json +1 -0
  34. data/tracks/lua/docs/ABOUT.md +7 -3
  35. data/tracks/nim/config.json +14 -2
  36. data/tracks/nim/exercises/sum-of-multiples/README.md +15 -0
  37. data/tracks/nim/exercises/sum-of-multiples/example.nim +6 -0
  38. data/tracks/nim/exercises/sum-of-multiples/sum_of_multiples_test.nim +44 -0
  39. data/tracks/objective-c/config.json +1 -0
  40. data/tracks/ocaml/config.json +1 -0
  41. data/tracks/perl5/config.json +138 -258
  42. data/tracks/perl5/config/maintainers.json +8 -8
  43. data/tracks/pharo/.travis.yml +1 -1
  44. data/tracks/pharo/config.json +3 -4
  45. data/tracks/pharo/config/maintainers.json +1 -1
  46. data/tracks/pharo/exercises/.keep +0 -0
  47. data/tracks/php/config.json +191 -211
  48. data/tracks/php/config/maintainers.json +11 -11
  49. data/tracks/plsql/config.json +49 -49
  50. data/tracks/plsql/config/maintainers.json +5 -5
  51. data/tracks/pony/config.json +27 -26
  52. data/tracks/pony/config/maintainers.json +5 -5
  53. data/tracks/prolog/config.json +1 -0
  54. data/tracks/purescript/config.json +49 -51
  55. data/tracks/purescript/config/maintainers.json +11 -11
  56. data/tracks/racket/config.json +1 -0
  57. data/tracks/scala/config.json +1 -0
  58. data/tracks/scheme/config.json +1 -0
  59. data/tracks/swift/config.json +1 -0
  60. data/tracks/typescript/config.json +1 -0
  61. data/tracks/vbnet/config.json +16 -32
  62. data/tracks/vbnet/config/maintainers.json +5 -5
  63. data/tracks/vimscript/config.json +1 -0
  64. metadata +10 -2
@@ -1,35 +1,35 @@
1
1
  {
2
+ "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md",
2
3
  "maintainers": [
3
4
  {
4
5
  "github_username": "paf31",
5
- "show_on_website": false,
6
6
  "alumnus": false,
7
+ "show_on_website": false,
7
8
  "name": null,
8
- "bio": null,
9
9
  "link_text": null,
10
10
  "link_url": null,
11
- "avatar_url": null
11
+ "avatar_url": null,
12
+ "bio": null
12
13
  },
13
14
  {
14
15
  "github_username": "joshburgess",
15
- "show_on_website": false,
16
16
  "alumnus": false,
17
+ "show_on_website": false,
17
18
  "name": null,
18
- "bio": null,
19
19
  "link_text": null,
20
20
  "link_url": null,
21
- "avatar_url": null
21
+ "avatar_url": null,
22
+ "bio": null
22
23
  },
23
24
  {
24
25
  "github_username": "lpil",
25
- "show_on_website": false,
26
26
  "alumnus": false,
27
+ "show_on_website": false,
27
28
  "name": null,
28
- "bio": null,
29
29
  "link_text": null,
30
30
  "link_url": null,
31
- "avatar_url": null
31
+ "avatar_url": null,
32
+ "bio": null
32
33
  }
33
- ],
34
- "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md"
34
+ ]
35
35
  }
@@ -7,6 +7,7 @@
7
7
  "slug": "hello-world",
8
8
  "uuid": "4fb471fc-4e6d-486d-abf5-939e89f028fc",
9
9
  "core": false,
10
+ "auto_approve": true,
10
11
  "unlocked_by": null,
11
12
  "difficulty": 1,
12
13
  "topics": [
@@ -7,6 +7,7 @@
7
7
  "slug": "hello-world",
8
8
  "uuid": "1fadd9c3-a7c9-4355-aef9-82e0df3d45b9",
9
9
  "core": true,
10
+ "auto_approve": true,
10
11
  "unlocked_by": null,
11
12
  "difficulty": 1,
12
13
  "topics": [
@@ -7,6 +7,7 @@
7
7
  "slug": "hello-world",
8
8
  "uuid": "f2936612-edc4-44f9-a403-c60f7c6486e4",
9
9
  "core": false,
10
+ "auto_approve": true,
10
11
  "unlocked_by": null,
11
12
  "difficulty": 1,
12
13
  "topics": null
@@ -7,6 +7,7 @@
7
7
  "slug": "hello-world",
8
8
  "uuid": "63906530-1e13-491a-ab17-aee66d619fd8",
9
9
  "core": false,
10
+ "auto_approve": true,
10
11
  "unlocked_by": null,
11
12
  "difficulty": 1,
12
13
  "topics": [
@@ -8,6 +8,7 @@
8
8
  "slug": "hello-world",
9
9
  "uuid": "755f6f85-9ab3-4af6-9e35-dbb9d64be9c5",
10
10
  "core": true,
11
+ "auto_approve": true,
11
12
  "unlocked_by": null,
12
13
  "difficulty": 1,
13
14
  "topics": [
@@ -1,80 +1,64 @@
1
1
  {
2
2
  "language": "VB.NET",
3
- "checklist_issue": 3,
4
3
  "active": false,
5
- "foregone": [
6
-
7
- ],
4
+ "blurb": "",
5
+ "checklist_issue": 3,
8
6
  "exercises": [
9
7
  {
10
- "uuid": "c26876c4-060e-4870-b20c-a4a3ebbfcf7c",
11
8
  "slug": "bob",
9
+ "uuid": "c26876c4-060e-4870-b20c-a4a3ebbfcf7c",
12
10
  "core": false,
13
11
  "unlocked_by": null,
14
12
  "difficulty": 1,
15
- "topics": [
16
-
17
- ]
13
+ "topics": []
18
14
  },
19
15
  {
20
- "uuid": "ff07d780-2531-4728-9432-bd786652ad51",
21
16
  "slug": "anagram",
17
+ "uuid": "ff07d780-2531-4728-9432-bd786652ad51",
22
18
  "core": false,
23
19
  "unlocked_by": null,
24
20
  "difficulty": 1,
25
- "topics": [
26
-
27
- ]
21
+ "topics": []
28
22
  },
29
23
  {
30
- "uuid": "b5363091-1350-428f-b709-550f9352d562",
31
24
  "slug": "binary",
25
+ "uuid": "b5363091-1350-428f-b709-550f9352d562",
32
26
  "core": false,
33
27
  "unlocked_by": null,
34
28
  "difficulty": 1,
35
- "topics": [
36
-
37
- ]
29
+ "topics": []
38
30
  },
39
31
  {
40
- "uuid": "0488d664-0386-4471-b569-01f847ec6054",
41
32
  "slug": "allergies",
33
+ "uuid": "0488d664-0386-4471-b569-01f847ec6054",
42
34
  "core": false,
43
35
  "unlocked_by": null,
44
36
  "difficulty": 1,
45
- "topics": [
46
-
47
- ]
37
+ "topics": []
48
38
  },
49
39
  {
50
- "uuid": "cd829c1c-8e35-4cf7-a47e-3b394a036637",
51
40
  "slug": "atbash-cipher",
41
+ "uuid": "cd829c1c-8e35-4cf7-a47e-3b394a036637",
52
42
  "core": false,
53
43
  "unlocked_by": null,
54
44
  "difficulty": 1,
55
- "topics": [
56
-
57
- ]
45
+ "topics": []
58
46
  },
59
47
  {
60
- "uuid": "b2e12f15-5cae-4848-9ee8-2e1b0992b69c",
61
48
  "slug": "accumulate",
49
+ "uuid": "b2e12f15-5cae-4848-9ee8-2e1b0992b69c",
62
50
  "core": false,
63
51
  "unlocked_by": null,
64
52
  "difficulty": 1,
65
- "topics": [
66
-
67
- ]
53
+ "topics": []
68
54
  },
69
55
  {
70
- "uuid": "5f6ed6d3-fd66-406a-9a92-544745a5e4ee",
71
56
  "slug": "crypto-square",
57
+ "uuid": "5f6ed6d3-fd66-406a-9a92-544745a5e4ee",
72
58
  "core": false,
73
59
  "unlocked_by": null,
74
60
  "difficulty": 1,
75
- "topics": [
76
-
77
- ]
61
+ "topics": []
78
62
  }
79
63
  ]
80
64
  }
@@ -1,15 +1,15 @@
1
1
  {
2
+ "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md",
2
3
  "maintainers": [
3
4
  {
4
5
  "github_username": "brent113",
5
- "show_on_website": false,
6
6
  "alumnus": false,
7
+ "show_on_website": false,
7
8
  "name": null,
8
- "bio": null,
9
9
  "link_text": null,
10
10
  "link_url": null,
11
- "avatar_url": null
11
+ "avatar_url": null,
12
+ "bio": null
12
13
  }
13
- ],
14
- "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md"
14
+ ]
15
15
  }
@@ -8,6 +8,7 @@
8
8
  "slug": "hello-world",
9
9
  "uuid": "a0d099f9-eda7-42d4-a4f6-284ae3178df1",
10
10
  "core": false,
11
+ "auto_approve": true,
11
12
  "unlocked_by": null,
12
13
  "difficulty": 1,
13
14
  "topics": []
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.170
4
+ version: 2.2.1.171
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-06-19 00:00:00.000000000 Z
11
+ date: 2018-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip
@@ -3734,6 +3734,10 @@ files:
3734
3734
  - tracks/delphi/exercises/two-fer/twofer.dpr
3735
3735
  - tracks/delphi/exercises/two-fer/utwoferExample.pas
3736
3736
  - tracks/delphi/exercises/two-fer/utwoferTest.pas
3737
+ - tracks/delphi/exercises/word-count/README.md
3738
+ - tracks/delphi/exercises/word-count/WordCount.dpr
3739
+ - tracks/delphi/exercises/word-count/uWordCountExample.pas
3740
+ - tracks/delphi/exercises/word-count/uWordCountTests.pas
3737
3741
  - tracks/delphi/exercises/wordy/README.md
3738
3742
  - tracks/delphi/exercises/wordy/Wordy.dpr
3739
3743
  - tracks/delphi/exercises/wordy/uWordyExample.pas
@@ -10027,6 +10031,9 @@ files:
10027
10031
  - tracks/nim/exercises/space-age/README.md
10028
10032
  - tracks/nim/exercises/space-age/example.nim
10029
10033
  - tracks/nim/exercises/space-age/space_age_test.nim
10034
+ - tracks/nim/exercises/sum-of-multiples/README.md
10035
+ - tracks/nim/exercises/sum-of-multiples/example.nim
10036
+ - tracks/nim/exercises/sum-of-multiples/sum_of_multiples_test.nim
10030
10037
  - tracks/nim/exercises/triangle/README.md
10031
10038
  - tracks/nim/exercises/triangle/example.nim
10032
10039
  - tracks/nim/exercises/triangle/triangle_test.nim
@@ -11189,6 +11196,7 @@ files:
11189
11196
  - tracks/pharo/docs/LEARNING.md
11190
11197
  - tracks/pharo/docs/RESOURCES.md
11191
11198
  - tracks/pharo/docs/TESTS.md
11199
+ - tracks/pharo/exercises/.keep
11192
11200
  - tracks/pharo/img/.keep
11193
11201
  - tracks/php/.editorconfig
11194
11202
  - tracks/php/.git