trackler 2.2.1.9 → 2.2.1.10

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.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/lib/trackler/version.rb +1 -1
  3. data/problem-specifications/CONTRIBUTING.md +1 -1
  4. data/problem-specifications/TOPICS.txt +1 -0
  5. data/tracks/coffeescript/config/maintainers.json +15 -0
  6. data/tracks/coldfusion/config/maintainers.json +6 -0
  7. data/tracks/coq/config/maintainers.json +15 -0
  8. data/tracks/cpp/config/maintainers.json +25 -0
  9. data/tracks/delphi/config.json +1 -0
  10. data/tracks/delphi/config/maintainers.json +1 -1
  11. data/tracks/delphi/docs/SNIPPET.txt +14 -0
  12. data/tracks/ecmascript/config.json +711 -300
  13. data/tracks/elisp/config/maintainers.json +15 -0
  14. data/tracks/elm/config/maintainers.json +25 -0
  15. data/tracks/erlang/exercises/triangle/test/triangle_tests.erl +3 -3
  16. data/tracks/fortran/config/maintainers.json +15 -0
  17. data/tracks/go/config.json +3 -1
  18. data/tracks/go/config/maintainers.json +3 -1
  19. data/tracks/go/docs/ABOUT.md +3 -3
  20. data/tracks/groovy/config.json +1 -3
  21. data/tracks/groovy/config/maintainers.json +15 -0
  22. data/tracks/groovy/exercises/grains/Grains.groovy +9 -0
  23. data/tracks/groovy/exercises/grains/GrainsSpec.groovy +43 -0
  24. data/tracks/groovy/exercises/grains/README.md +1 -1
  25. data/tracks/groovy/exercises/word-count/Phrase.groovy +10 -0
  26. data/tracks/groovy/exercises/word-count/PhraseSpec.groovy +47 -0
  27. data/tracks/groovy/exercises/word-count/README.md +1 -1
  28. data/tracks/haxe/config/maintainers.json +6 -0
  29. data/tracks/idris/config/maintainers.json +15 -0
  30. data/tracks/java/CONTRIBUTING.md +1 -1
  31. data/tracks/java/exercises/series/src/example/java/Series.java +7 -9
  32. data/tracks/julia/config.json +12 -0
  33. data/tracks/julia/config/exercise_readme.go.tmpl +2 -0
  34. data/tracks/julia/exercises/anagram/README.md +1 -0
  35. data/tracks/julia/exercises/atbash-cipher/README.md +1 -0
  36. data/tracks/julia/exercises/bob/README.md +1 -0
  37. data/tracks/julia/exercises/collatz-conjecture/README.md +34 -0
  38. data/tracks/julia/exercises/collatz-conjecture/collatz-conjecture.jl +0 -0
  39. data/tracks/julia/exercises/collatz-conjecture/example.jl +14 -0
  40. data/tracks/julia/exercises/collatz-conjecture/runtests.jl +11 -0
  41. data/tracks/julia/exercises/complex-numbers/README.md +1 -0
  42. data/tracks/julia/exercises/custom-set/README.md +1 -0
  43. data/tracks/julia/exercises/difference-of-squares/README.md +1 -0
  44. data/tracks/julia/exercises/etl/README.md +1 -0
  45. data/tracks/julia/exercises/gigasecond/README.md +1 -0
  46. data/tracks/julia/exercises/hamming/README.md +1 -0
  47. data/tracks/julia/exercises/hello-world/README.md +1 -0
  48. data/tracks/julia/exercises/isogram/README.md +1 -0
  49. data/tracks/julia/exercises/leap/README.md +1 -0
  50. data/tracks/julia/exercises/luhn/README.md +1 -0
  51. data/tracks/julia/exercises/nucleotide-count/README.md +1 -0
  52. data/tracks/julia/exercises/pangram/README.md +1 -0
  53. data/tracks/julia/exercises/pascals-triangle/README.md +1 -0
  54. data/tracks/julia/exercises/raindrops/README.md +1 -0
  55. data/tracks/julia/exercises/rna-transcription/README.md +1 -0
  56. data/tracks/julia/exercises/robot-name/README.md +1 -0
  57. data/tracks/julia/exercises/roman-numerals/README.md +1 -0
  58. data/tracks/julia/exercises/rotational-cipher/README.md +1 -0
  59. data/tracks/julia/exercises/scrabble-score/README.md +1 -0
  60. data/tracks/julia/exercises/secret-handshake/README.md +1 -0
  61. data/tracks/julia/exercises/sieve/README.md +1 -0
  62. data/tracks/julia/exercises/transpose/README.md +1 -0
  63. data/tracks/julia/exercises/trinary/README.md +1 -0
  64. data/tracks/julia/exercises/word-count/README.md +1 -0
  65. data/tracks/lisp/.travis.yml +1 -1
  66. data/tracks/lisp/config/maintainers.json +5 -5
  67. data/tracks/mips/config.json +22 -22
  68. data/tracks/mips/config/maintainers.json +15 -0
  69. data/tracks/nim/config/maintainers.json +15 -0
  70. data/tracks/php/config/maintainers.json +35 -0
  71. data/tracks/plsql/config/maintainers.json +15 -0
  72. data/tracks/powershell/config/maintainers.json +25 -0
  73. data/tracks/prolog/config/maintainers.json +15 -0
  74. data/tracks/python/config/maintainers.json +25 -0
  75. data/tracks/racket/config/maintainers.json +35 -0
  76. data/tracks/scheme/config/maintainers.json +25 -0
  77. data/tracks/sml/config.json +1 -1
  78. data/tracks/sml/exercises/accumulate/{test_accumulate.sml → test.sml} +0 -0
  79. data/tracks/sml/exercises/allergies/{test_allergies.sml → test.sml} +0 -0
  80. data/tracks/sml/exercises/anagram/{test_anagram.sml → test.sml} +0 -0
  81. data/tracks/sml/exercises/binary/{test_binary.sml → test.sml} +0 -0
  82. data/tracks/sml/exercises/flatten-array/{test_flatten_array.sml → test.sml} +0 -0
  83. data/tracks/sml/exercises/hamming/{test_hamming.sml → test.sml} +0 -0
  84. data/tracks/sml/exercises/nth-prime/{test_nth_prime.sml → test.sml} +0 -0
  85. data/tracks/sml/exercises/raindrops/{test_raindrops.sml → test.sml} +0 -0
  86. data/tracks/vbnet/config/maintainers.json +15 -0
  87. metadata +39 -12
  88. data/tracks/groovy/exercises/grains/GrainsTest.groovy +0 -45
  89. data/tracks/groovy/exercises/word-count/PhraseTest.groovy +0 -69
@@ -0,0 +1,14 @@
1
+ function collatz(n::Integer)
2
+ n <= 0 && throw(DomainError())
3
+ iseven(n) ? div(n, 2) : 3n + 1
4
+ end
5
+
6
+ function collatz_steps(n::Integer)
7
+ i = 0
8
+ while n != 1
9
+ n = collatz(n)
10
+ i += 1
11
+ end
12
+
13
+ i
14
+ end
@@ -0,0 +1,11 @@
1
+ using Base.Test
2
+
3
+ include("collatz-conjecture.jl")
4
+
5
+ # canonical data
6
+ @test collatz_steps(1) == 0
7
+ @test collatz_steps(16) == 4
8
+ @test collatz_steps(12) == 9
9
+ @test collatz_steps(1000000) == 152
10
+ @test_throws DomainError collatz_steps(0)
11
+ @test_throws DomainError collatz_steps(-15)
@@ -20,5 +20,6 @@ Implement `jm` analogous to `im` so that `1 + 1jm == ComplexNumber(1, 1)`.
20
20
 
21
21
  Wikipedia [https://en.wikipedia.org/wiki/Complex_number](https://en.wikipedia.org/wiki/Complex_number)
22
22
 
23
+
23
24
  ## Submitting Incomplete Solutions
24
25
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -12,5 +12,6 @@ The tests require a constructor that takes an array. The internals of your custo
12
12
  Certain methods have a unicode operator equivalent. E.g. `intersect(CustomSet([1, 2, 3, 4]), CustomSet([]))` is equivalent to `CustomSet([1, 2, 3, 4]) ∩ CustomSet([])`.
13
13
 
14
14
 
15
+
15
16
  ## Submitting Incomplete Solutions
16
17
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -15,5 +15,6 @@ natural numbers is 3025 - 385 = 2640.
15
15
 
16
16
  Problem 6 at Project Euler [http://projecteuler.net/problem=6](http://projecteuler.net/problem=6)
17
17
 
18
+
18
19
  ## Submitting Incomplete Solutions
19
20
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -47,5 +47,6 @@ game while being scored at 4 in the Hawaiian-language version.
47
47
 
48
48
  The Jumpstart Lab team [http://jumpstartlab.com](http://jumpstartlab.com)
49
49
 
50
+
50
51
  ## Submitting Incomplete Solutions
51
52
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -7,5 +7,6 @@ A gigasecond is 10^9 (1,000,000,000) seconds.
7
7
 
8
8
  Chapter 9 in Chris Pine's online Learn to Program tutorial. [http://pine.fm/LearnToProgram/?Chapter=09](http://pine.fm/LearnToProgram/?Chapter=09)
9
9
 
10
+
10
11
  ## Submitting Incomplete Solutions
11
12
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -38,5 +38,6 @@ of equal length differently.
38
38
 
39
39
  The Calculating Point Mutations problem at Rosalind [http://rosalind.info/problems/hamm/](http://rosalind.info/problems/hamm/)
40
40
 
41
+
41
42
  ## Submitting Incomplete Solutions
42
43
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -17,5 +17,6 @@ If everything goes well, you will be ready to fetch your first real exercise.
17
17
 
18
18
  This is an exercise to introduce users to using Exercism [http://en.wikipedia.org/wiki/%22Hello,_world!%22_program](http://en.wikipedia.org/wiki/%22Hello,_world!%22_program)
19
19
 
20
+
20
21
  ## Submitting Incomplete Solutions
21
22
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -15,5 +15,6 @@ The word *isograms*, however, is not an isogram, because the s repeats.
15
15
 
16
16
  Wikipedia [https://en.wikipedia.org/wiki/Isogram](https://en.wikipedia.org/wiki/Isogram)
17
17
 
18
+
18
19
  ## Submitting Incomplete Solutions
19
20
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -29,5 +29,6 @@ phenomenon, go watch [this youtube video][video].
29
29
 
30
30
  JavaRanch Cattle Drive, exercise 3 [http://www.javaranch.com/leap.jsp](http://www.javaranch.com/leap.jsp)
31
31
 
32
+
32
33
  ## Submitting Incomplete Solutions
33
34
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -67,5 +67,6 @@ Sum the digits
67
67
 
68
68
  The Luhn Algorithm on Wikipedia [http://en.wikipedia.org/wiki/Luhn_algorithm](http://en.wikipedia.org/wiki/Luhn_algorithm)
69
69
 
70
+
70
71
  ## Submitting Incomplete Solutions
71
72
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -29,5 +29,6 @@ about that for now.
29
29
 
30
30
  The Calculating DNA Nucleotides_problem at Rosalind [http://rosalind.info/problems/dna/](http://rosalind.info/problems/dna/)
31
31
 
32
+
32
33
  ## Submitting Incomplete Solutions
33
34
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -11,5 +11,6 @@ insensitive. Input will not contain non-ASCII symbols.
11
11
 
12
12
  Wikipedia [https://en.wikipedia.org/wiki/Pangram](https://en.wikipedia.org/wiki/Pangram)
13
13
 
14
+
14
15
  ## Submitting Incomplete Solutions
15
16
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -17,5 +17,6 @@ the right and left of the current position in the previous row.
17
17
 
18
18
  Pascal's Triangle at Wolfram Math World [http://mathworld.wolfram.com/PascalsTriangle.html](http://mathworld.wolfram.com/PascalsTriangle.html)
19
19
 
20
+
20
21
  ## Submitting Incomplete Solutions
21
22
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -20,5 +20,6 @@ Convert a number to a string, the contents of which depend on the number's facto
20
20
 
21
21
  A variation on a famous interview question intended to weed out potential candidates. [http://jumpstartlab.com](http://jumpstartlab.com)
22
22
 
23
+
23
24
  ## Submitting Incomplete Solutions
24
25
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -21,5 +21,6 @@ each nucleotide with its complement:
21
21
 
22
22
  Rosalind [http://rosalind.info/problems/rna](http://rosalind.info/problems/rna)
23
23
 
24
+
24
25
  ## Submitting Incomplete Solutions
25
26
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -37,5 +37,6 @@ there are lots of collisions (like when you generate name one thousand times).
37
37
 
38
38
  A debugging session with Paul Blackwell at gSchool. [http://gschool.it](http://gschool.it)
39
39
 
40
+
40
41
  ## Submitting Incomplete Solutions
41
42
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -45,5 +45,6 @@ See also: http://www.novaroma.org/via_romana/numbers.html
45
45
 
46
46
  The Roman Numeral Kata [http://codingdojo.org/cgi-bin/index.pl?KataRomanNumerals](http://codingdojo.org/cgi-bin/index.pl?KataRomanNumerals)
47
47
 
48
+
48
49
  ## Submitting Incomplete Solutions
49
50
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -55,5 +55,6 @@ R13"abcdefghijklmnopqrstuvwxyz" == "nopqrstuvwxyzabcdefghijklm"
55
55
 
56
56
  Wikipedia [https://en.wikipedia.org/wiki/Caesar_cipher](https://en.wikipedia.org/wiki/Caesar_cipher)
57
57
 
58
+
58
59
  ## Submitting Incomplete Solutions
59
60
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -40,5 +40,6 @@ And to total:
40
40
 
41
41
  Inspired by the Extreme Startup game [https://github.com/rchatley/extreme_startup](https://github.com/rchatley/extreme_startup)
42
42
 
43
+
43
44
  ## Submitting Incomplete Solutions
44
45
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -31,5 +31,6 @@ has caused the array to be reversed.
31
31
 
32
32
  Bert, in Mary Poppins [http://www.imdb.com/character/ch0011238/quotes](http://www.imdb.com/character/ch0011238/quotes)
33
33
 
34
+
34
35
  ## Submitting Incomplete Solutions
35
36
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -30,5 +30,6 @@ correct list of primes.
30
30
 
31
31
  Sieve of Eratosthenes at Wikipedia [http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes](http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes)
32
32
 
33
+
33
34
  ## Submitting Incomplete Solutions
34
35
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -61,5 +61,6 @@ the corresponding output row should contain the spaces in its right-most column(
61
61
 
62
62
  Reddit r/dailyprogrammer challenge #270 [Easy]. [https://www.reddit.com/r/dailyprogrammer/comments/4msu2x/challenge_270_easy_transpose_the_input_text](https://www.reddit.com/r/dailyprogrammer/comments/4msu2x/challenge_270_easy_transpose_the_input_text)
63
63
 
64
+
64
65
  ## Submitting Incomplete Solutions
65
66
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -24,5 +24,6 @@ conversion, pretend it doesn't exist and implement it yourself.
24
24
 
25
25
  All of Computer Science [http://www.wolframalpha.com/input/?i=binary&a=*C.binary-_*MathWorld-](http://www.wolframalpha.com/input/?i=binary&a=*C.binary-_*MathWorld-)
26
26
 
27
+
27
28
  ## Submitting Incomplete Solutions
28
29
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -15,5 +15,6 @@ free: 1
15
15
 
16
16
  This is a classic toy problem, but we were reminded of it by seeing it in the Go Tour.
17
17
 
18
+
18
19
  ## Submitting Incomplete Solutions
19
20
  It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -6,7 +6,7 @@ env:
6
6
  - LISP=sbcl-bin
7
7
  - LISP=ccl-bin
8
8
  - LISP=ecl
9
- - LISP=clisp
9
+ # - LISP=clisp
10
10
  - LISP=abcl-bin
11
11
  - LISP=allegro
12
12
  # - LISP=clasp
@@ -2,12 +2,12 @@
2
2
  "maintainers": [
3
3
  {
4
4
  "github_username": "verdammelt",
5
- "show_on_website": false,
5
+ "show_on_website": true,
6
6
  "alumnus": false,
7
- "name": null,
8
- "bio": null,
9
- "link_text": null,
10
- "link_url": null,
7
+ "name": "Mark Simpson",
8
+ "bio": "I have always been interested in Lisps since taking the SICP course in college. I love the expressiveness and conciseness of the simple syntax, and the ability to build the language upward to meet the domain.",
9
+ "link_text": "Code and Cocktails",
10
+ "link_url": "http://code-and-cocktails.herokuapp.com/",
11
11
  "avatar_url": null
12
12
  },
13
13
  {
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "uuid": "5fd96880-6af2-415d-9b81-8c6eeffc3a38",
11
11
  "slug": "binary",
12
- "core": false,
12
+ "core": true,
13
13
  "unlocked_by": null,
14
14
  "difficulty": 1,
15
15
  "topics": [
@@ -20,7 +20,7 @@
20
20
  "uuid": "9a3501ad-6f6f-4899-af8b-a42379928201",
21
21
  "slug": "octal",
22
22
  "core": false,
23
- "unlocked_by": null,
23
+ "unlocked_by": "binary",
24
24
  "difficulty": 1,
25
25
  "topics": [
26
26
 
@@ -30,7 +30,7 @@
30
30
  "uuid": "69464a1e-3da5-41ad-85fa-46e7cd009a1b",
31
31
  "slug": "trinary",
32
32
  "core": false,
33
- "unlocked_by": null,
33
+ "unlocked_by": "binary",
34
34
  "difficulty": 1,
35
35
  "topics": [
36
36
 
@@ -40,7 +40,7 @@
40
40
  "uuid": "4bb585a0-b217-4e97-87d2-ed573449a51a",
41
41
  "slug": "hexadecimal",
42
42
  "core": false,
43
- "unlocked_by": null,
43
+ "unlocked_by": "binary",
44
44
  "difficulty": 1,
45
45
  "topics": [
46
46
 
@@ -49,7 +49,7 @@
49
49
  {
50
50
  "uuid": "d3026f71-47d0-44d1-92ac-204404d4e26e",
51
51
  "slug": "leap",
52
- "core": false,
52
+ "core": true,
53
53
  "unlocked_by": null,
54
54
  "difficulty": 1,
55
55
  "topics": [
@@ -59,7 +59,7 @@
59
59
  {
60
60
  "uuid": "9eee92a9-cae9-4388-88aa-6779f468e864",
61
61
  "slug": "difference-of-squares",
62
- "core": false,
62
+ "core": true,
63
63
  "unlocked_by": null,
64
64
  "difficulty": 1,
65
65
  "topics": [
@@ -69,9 +69,9 @@
69
69
  {
70
70
  "uuid": "2ba35b0f-e16c-41be-81b4-88985926445a",
71
71
  "slug": "hamming",
72
- "core": false,
72
+ "core": true,
73
73
  "unlocked_by": null,
74
- "difficulty": 1,
74
+ "difficulty": 3,
75
75
  "topics": [
76
76
 
77
77
  ]
@@ -80,8 +80,8 @@
80
80
  "uuid": "e7a3845a-2f5a-455a-9158-0a7d1c1d5979",
81
81
  "slug": "rna-transcription",
82
82
  "core": false,
83
- "unlocked_by": null,
84
- "difficulty": 1,
83
+ "unlocked_by": "hamming",
84
+ "difficulty": 3,
85
85
  "topics": [
86
86
 
87
87
  ]
@@ -90,8 +90,8 @@
90
90
  "uuid": "429467c7-edf4-4010-a696-5fc76d0dd12c",
91
91
  "slug": "isogram",
92
92
  "core": false,
93
- "unlocked_by": null,
94
- "difficulty": 1,
93
+ "unlocked_by": "hamming",
94
+ "difficulty": 3,
95
95
  "topics": [
96
96
 
97
97
  ]
@@ -99,9 +99,9 @@
99
99
  {
100
100
  "uuid": "50cacd4d-56c2-4331-b84f-7c91e4b12c35",
101
101
  "slug": "triangle",
102
- "core": false,
102
+ "core": true,
103
103
  "unlocked_by": null,
104
- "difficulty": 1,
104
+ "difficulty": 2,
105
105
  "topics": [
106
106
 
107
107
  ]
@@ -109,9 +109,9 @@
109
109
  {
110
110
  "uuid": "823ca6fc-369c-468c-914e-b53bb0db4763",
111
111
  "slug": "atbash-cipher",
112
- "core": false,
112
+ "core": true,
113
113
  "unlocked_by": null,
114
- "difficulty": 1,
114
+ "difficulty": 4,
115
115
  "topics": [
116
116
 
117
117
  ]
@@ -119,9 +119,9 @@
119
119
  {
120
120
  "uuid": "42c7d965-c56c-437f-b513-19bcbcedef01",
121
121
  "slug": "scrabble-score",
122
- "core": false,
122
+ "core": true,
123
123
  "unlocked_by": null,
124
- "difficulty": 1,
124
+ "difficulty": 5,
125
125
  "topics": [
126
126
 
127
127
  ]
@@ -129,9 +129,9 @@
129
129
  {
130
130
  "uuid": "d294d722-8ea2-461e-86d8-0fecb6c5637a",
131
131
  "slug": "raindrops",
132
- "core": false,
132
+ "core": true,
133
133
  "unlocked_by": null,
134
- "difficulty": 1,
134
+ "difficulty": 5,
135
135
  "topics": [
136
136
 
137
137
  ]
@@ -139,9 +139,9 @@
139
139
  {
140
140
  "uuid": "cb17b1c8-5559-41bc-ac4f-12bce61d8745",
141
141
  "slug": "nth-prime",
142
- "core": false,
142
+ "core": true,
143
143
  "unlocked_by": null,
144
- "difficulty": 1,
144
+ "difficulty": 7,
145
145
  "topics": [
146
146
 
147
147
  ]
@@ -0,0 +1,15 @@
1
+ {
2
+ "maintainers": [
3
+ {
4
+ "github_username": "ozan",
5
+ "show_on_website": true,
6
+ "alumnus": false,
7
+ "name": "Ozan Onay",
8
+ "bio": "Ozan teaches MIPS assembly as part of the Computer Architecture course at Bradfield, and finds that it's a great excuse to think about how computers actually work!",
9
+ "link_text": "Bradfield School of Computer Science",
10
+ "link_url": "https://bradfieldcs.com",
11
+ "avatar_url": "https://bradfieldcs.com/ozan.jpeg"
12
+ }
13
+ ],
14
+ "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md"
15
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "maintainers": [
3
+ {
4
+ "github_username": "catb0t",
5
+ "show_on_website": false,
6
+ "alumnus": false,
7
+ "name": null,
8
+ "bio": null,
9
+ "link_text": null,
10
+ "link_url": null,
11
+ "avatar_url": null
12
+ }
13
+ ],
14
+ "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md"
15
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "maintainers": [
3
+ {
4
+ "github_username": "jrdnull",
5
+ "show_on_website": false,
6
+ "alumnus": false,
7
+ "name": null,
8
+ "bio": null,
9
+ "link_text": null,
10
+ "link_url": null,
11
+ "avatar_url": null
12
+ },
13
+ {
14
+ "github_username": "petemcfarlane",
15
+ "show_on_website": false,
16
+ "alumnus": false,
17
+ "name": null,
18
+ "bio": null,
19
+ "link_text": null,
20
+ "link_url": null,
21
+ "avatar_url": null
22
+ },
23
+ {
24
+ "github_username": "Dog",
25
+ "show_on_website": false,
26
+ "alumnus": false,
27
+ "name": null,
28
+ "bio": null,
29
+ "link_text": null,
30
+ "link_url": null,
31
+ "avatar_url": null
32
+ }
33
+ ],
34
+ "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md"
35
+ }