trackler 2.2.1.5 → 2.2.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/.gitmodules +0 -8
  3. data/lib/trackler/version.rb +1 -1
  4. metadata +1 -55
  5. data/tracks/clojurescript/.gitignore +0 -4
  6. data/tracks/clojurescript/.travis.yml +0 -5
  7. data/tracks/clojurescript/LICENSE +0 -21
  8. data/tracks/clojurescript/README.md +0 -72
  9. data/tracks/clojurescript/bin/fetch-configlet +0 -32
  10. data/tracks/clojurescript/config.json +0 -16
  11. data/tracks/clojurescript/docs/ABOUT.md +0 -0
  12. data/tracks/clojurescript/docs/EXERCISE_README_INSERT.md +0 -0
  13. data/tracks/clojurescript/docs/INSTALLATION.md +0 -0
  14. data/tracks/clojurescript/docs/LEARNING.md +0 -0
  15. data/tracks/clojurescript/docs/RESOURCES.md +0 -0
  16. data/tracks/clojurescript/docs/TESTS.md +0 -0
  17. data/tracks/clojurescript/exercises/.keep +0 -0
  18. data/tracks/clojurescript/img/.keep +0 -0
  19. data/tracks/smalltalk/.gitignore +0 -4
  20. data/tracks/smalltalk/.travis.yml +0 -5
  21. data/tracks/smalltalk/LICENSE +0 -21
  22. data/tracks/smalltalk/README.md +0 -11
  23. data/tracks/smalltalk/bin/fetch-configlet +0 -32
  24. data/tracks/smalltalk/config.json +0 -16
  25. data/tracks/smalltalk/docs/ABOUT.md +0 -0
  26. data/tracks/smalltalk/docs/EXERCISE_README_INSERT.md +0 -0
  27. data/tracks/smalltalk/docs/INSTALLATION.md +0 -0
  28. data/tracks/smalltalk/docs/LEARNING.md +0 -0
  29. data/tracks/smalltalk/docs/RESOURCES.md +0 -0
  30. data/tracks/smalltalk/docs/TESTS.md +0 -0
  31. data/tracks/smalltalk/exercises/.keep +0 -0
  32. data/tracks/smalltalk/img/.keep +0 -0
  33. data/tracks/tcl/.gitignore +0 -5
  34. data/tracks/tcl/.travis.yml +0 -5
  35. data/tracks/tcl/LICENSE +0 -21
  36. data/tracks/tcl/README.md +0 -16
  37. data/tracks/tcl/bin/fetch-configlet +0 -32
  38. data/tracks/tcl/config.json +0 -16
  39. data/tracks/tcl/docs/EXERCISE_README_INSERT.md +0 -0
  40. data/tracks/tcl/exercises/.keep +0 -0
  41. data/tracks/tcl/img/icon.png +0 -0
  42. data/tracks/teco/.gitignore +0 -5
  43. data/tracks/teco/.travis.yml +0 -5
  44. data/tracks/teco/LICENSE +0 -21
  45. data/tracks/teco/README.md +0 -13
  46. data/tracks/teco/bin/fetch-configlet +0 -32
  47. data/tracks/teco/config.json +0 -16
  48. data/tracks/teco/docs/ABOUT.md +0 -0
  49. data/tracks/teco/docs/EXERCISE_README_INSERT.md +0 -0
  50. data/tracks/teco/docs/INSTALLATION.md +0 -0
  51. data/tracks/teco/docs/LEARNING.md +0 -0
  52. data/tracks/teco/docs/RESOURCES.md +0 -0
  53. data/tracks/teco/docs/TESTS.md +0 -0
  54. data/tracks/teco/exercises/.keep +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ca0b077a829bb41d6bc3bea119e7c89f7f5d667
4
- data.tar.gz: 91b463ed006ff3d9f584d6cb5ec225d3d10c38cf
3
+ metadata.gz: ad7c183b1a988973d59b92a618d9804a447431ec
4
+ data.tar.gz: 415c0a4e86d226d3129ddd5f1b75bd0b717be1e4
5
5
  SHA512:
6
- metadata.gz: ebbae24739309ab9021324ba995e51ef94e6561e9c130a1dc4e1b954613d8f479e22063d65459afc824da17bab25f418973536e64535614d39e64d1e42e2ab6b
7
- data.tar.gz: 777b6096a0a4511b9e949e21e6848d4dacd42146323104c11174d42a42e93df7be67bb33c2f80da14c5ab759c1aa65afe613971bcae18f307f5a0a23d48f3ed3
6
+ metadata.gz: aaea7330191d3729d945896d0b7dfd01e0f3d5968220765946ee32b7c56baeeef513e7b81a6a1545176d9365da6dfe731e78fc0aabaf19a37cf42098c00365f5
7
+ data.tar.gz: bf6f24c5df9ed3cd2bad26eb1fda61102c1d43abbb37861821b3d9542c06b0452e154ab0e8d899643cf9d25dffbb13a5ea2924bb8950ac69e8cc12fb89c241fb
data/.gitmodules CHANGED
@@ -13,8 +13,6 @@
13
13
  [submodule "tracks/clojure"]
14
14
  path = tracks/clojure
15
15
  url = https://github.com/exercism/clojure
16
- [submodule "tracks/clojurescript"]
17
- path = tracks/clojurescript
18
16
  url = https://github.com/exercism/clojurescript
19
17
  [submodule "tracks/coffeescript"]
20
18
  path = tracks/coffeescript
@@ -163,8 +161,6 @@
163
161
  [submodule "tracks/scheme"]
164
162
  path = tracks/scheme
165
163
  url = https://github.com/exercism/scheme
166
- [submodule "tracks/smalltalk"]
167
- path = tracks/smalltalk
168
164
  url = https://github.com/exercism/smalltalk
169
165
  [submodule "tracks/sml"]
170
166
  path = tracks/sml
@@ -172,11 +168,7 @@
172
168
  [submodule "tracks/swift"]
173
169
  path = tracks/swift
174
170
  url = https://github.com/exercism/swift
175
- [submodule "tracks/tcl"]
176
- path = tracks/tcl
177
171
  url = https://github.com/exercism/tcl
178
- [submodule "tracks/teco"]
179
- path = tracks/teco
180
172
  url = https://github.com/exercism/teco
181
173
  [submodule "tracks/typescript"]
182
174
  path = tracks/typescript
@@ -1,3 +1,3 @@
1
1
  module Trackler
2
- VERSION = "2.2.1.5"
2
+ VERSION = "2.2.1.6"
3
3
  end
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.1.5
4
+ version: 2.2.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katrina Owen
@@ -1296,21 +1296,6 @@ files:
1296
1296
  - tracks/clojure/exercises/wordy/test/wordy_test.clj
1297
1297
  - tracks/clojure/img/icon.png
1298
1298
  - tracks/clojure/project.clj
1299
- - tracks/clojurescript/.git
1300
- - tracks/clojurescript/.gitignore
1301
- - tracks/clojurescript/.travis.yml
1302
- - tracks/clojurescript/LICENSE
1303
- - tracks/clojurescript/README.md
1304
- - tracks/clojurescript/bin/fetch-configlet
1305
- - tracks/clojurescript/config.json
1306
- - tracks/clojurescript/docs/ABOUT.md
1307
- - tracks/clojurescript/docs/EXERCISE_README_INSERT.md
1308
- - tracks/clojurescript/docs/INSTALLATION.md
1309
- - tracks/clojurescript/docs/LEARNING.md
1310
- - tracks/clojurescript/docs/RESOURCES.md
1311
- - tracks/clojurescript/docs/TESTS.md
1312
- - tracks/clojurescript/exercises/.keep
1313
- - tracks/clojurescript/img/.keep
1314
1299
  - tracks/coffeescript/.git
1315
1300
  - tracks/coffeescript/.gitignore
1316
1301
  - tracks/coffeescript/.travis.yml
@@ -11079,21 +11064,6 @@ files:
11079
11064
  - tracks/scheme/exercises/scrabble-score/scrabble-score-test.scm
11080
11065
  - tracks/scheme/exercises/scrabble-score/scrabble-score.scm
11081
11066
  - tracks/scheme/img/icon.png
11082
- - tracks/smalltalk/.git
11083
- - tracks/smalltalk/.gitignore
11084
- - tracks/smalltalk/.travis.yml
11085
- - tracks/smalltalk/LICENSE
11086
- - tracks/smalltalk/README.md
11087
- - tracks/smalltalk/bin/fetch-configlet
11088
- - tracks/smalltalk/config.json
11089
- - tracks/smalltalk/docs/ABOUT.md
11090
- - tracks/smalltalk/docs/EXERCISE_README_INSERT.md
11091
- - tracks/smalltalk/docs/INSTALLATION.md
11092
- - tracks/smalltalk/docs/LEARNING.md
11093
- - tracks/smalltalk/docs/RESOURCES.md
11094
- - tracks/smalltalk/docs/TESTS.md
11095
- - tracks/smalltalk/exercises/.keep
11096
- - tracks/smalltalk/img/.keep
11097
11067
  - tracks/sml/.git
11098
11068
  - tracks/sml/.github/stale.yml
11099
11069
  - tracks/sml/.gitignore
@@ -11694,30 +11664,6 @@ files:
11694
11664
  - tracks/swift/exercises/wordy/Tests/WordyTests/WordyTests.swift
11695
11665
  - tracks/swift/img/icon.png
11696
11666
  - tracks/swift/xswift-test-spm
11697
- - tracks/tcl/.git
11698
- - tracks/tcl/.gitignore
11699
- - tracks/tcl/.travis.yml
11700
- - tracks/tcl/LICENSE
11701
- - tracks/tcl/README.md
11702
- - tracks/tcl/bin/fetch-configlet
11703
- - tracks/tcl/config.json
11704
- - tracks/tcl/docs/EXERCISE_README_INSERT.md
11705
- - tracks/tcl/exercises/.keep
11706
- - tracks/tcl/img/icon.png
11707
- - tracks/teco/.git
11708
- - tracks/teco/.gitignore
11709
- - tracks/teco/.travis.yml
11710
- - tracks/teco/LICENSE
11711
- - tracks/teco/README.md
11712
- - tracks/teco/bin/fetch-configlet
11713
- - tracks/teco/config.json
11714
- - tracks/teco/docs/ABOUT.md
11715
- - tracks/teco/docs/EXERCISE_README_INSERT.md
11716
- - tracks/teco/docs/INSTALLATION.md
11717
- - tracks/teco/docs/LEARNING.md
11718
- - tracks/teco/docs/RESOURCES.md
11719
- - tracks/teco/docs/TESTS.md
11720
- - tracks/teco/exercises/.keep
11721
11667
  - tracks/typescript/.git
11722
11668
  - tracks/typescript/.github/stale.yaml
11723
11669
  - tracks/typescript/.gitignore
@@ -1,4 +0,0 @@
1
- *.swp
2
- .DS_Store
3
- bin/configlet
4
- bin/configlet.exe
@@ -1,5 +0,0 @@
1
- language: bash
2
-
3
- script:
4
- - bin/fetch-configlet
5
- - bin/configlet lint .
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2017 Exercism, Inc
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,72 +0,0 @@
1
- # Exercism ClojureScript Track
2
-
3
- ![build status](https://travis-ci.org/exercism/clojurescript.svg?branch=master)
4
-
5
- Exercism exercises in ClojureScript.
6
-
7
- ## Setup
8
-
9
- The simplest way to install ClojureScript is ...
10
-
11
- ## Contributing
12
-
13
- Thank you so much for contributing! :tada:
14
-
15
- Please start by reading how to [get involved in a track](https://github.com/exercism/exercism.io/blob/master/docs/getting-involved-in-a-track.md). Comprehensive details on contributing can be found [here](https://github.com/exercism/problem-specifications/blob/master/CONTRIBUTING.md). Be sure to read the Exercism [Code of Conduct](https://github.com/exercism/exercism.io/blob/master/CODE_OF_CONDUCT.md).
16
-
17
- We welcome pull requests of all kinds. No contribution is too small.
18
-
19
- We encourage contributions that provide fixes and improvements to existing exercises. Please note that this track's exercises must conform to the standards determined in the [exercism/problem-specifications](https://github.com/exercism/problem-specifications) repo. Changes to the tests or documentation of a common exercise will often warrant a PR in that repo before it can be incorporated into this track's exercises. If you're unsure, then go ahead and open a GitHub issue, and we'll discuss the change.
20
-
21
- ## Exercise Tests ##
22
-
23
- At the most basic level, Exercism is all about the tests. They drive the user's implementation forward and tell them when the exercise is complete.
24
-
25
- The utmost care and attention should be used when adding or making changes to the tests for an exercise. When implementing an exercise test suite, we want to provide a good user experience for the people writing a solution to the exercise. People should not be confused or overwhelmed.
26
-
27
- We simulate Test-Driven Development (TDD) by implementing the tests in order of increasing complexity. We try to ensure that each test either
28
-
29
- - helps triangulate a solution to be more generic, or
30
- - requires new functionality incrementally.
31
-
32
- Test files should use the following format:
33
-
34
- ```
35
- # include the body of an example test
36
- ```
37
-
38
- ## Submitting a Pull Request ##
39
-
40
- Please keep the following in mind:
41
-
42
- - Pull requests should be focused on a single exercise, issue, or change.
43
-
44
- - We welcome changes to code style, and wording. Please open a separate PR for these changes if possible.
45
-
46
- - Please open an issue before creating a PR that makes significant (breaking) changes to an existing exercise or makes changes across many exercises. It is best to discuss these changes before doing the work. Discussions related to exercises that are not track specific can be found in [exercism/discussions](https://github.com/exercism/discussions/issues).
47
-
48
- - Follow the coding standards for ClojureScript. (If there is a formatter for the track's language, add instructions for using it here.)
49
-
50
- - Watch out for trailing spaces, extra blank lines, and spaces in blank lines.
51
-
52
- - All the tests for ClojureScript exercises can be run from the top level of the repo with ... Please run this command before submitting your PR.
53
-
54
- ## Contributing a New Exercise ##
55
-
56
- - All Exercism exercises must be defined in [problem-specifications](https://github.com/exercism/problem-specifications/tree/master/exercises) before they are implemented for a specific track. Please submit a PR there if your exercise is new to Exercism.
57
-
58
- - Please make sure the new exercise conforms to specifications in the [exercism/problem-specifications](https://github.com/exercism/problem-specifications) repo.
59
-
60
- - Each exercise must stand on its own. Do not reference files outside the exercise directory. They will not be included when the user fetches the exercise.
61
-
62
- - Exercises should use only the ClojureScript core libraries.
63
-
64
- - Please do not add a README or README.md file to the exercise directory. The READMEs are constructed using shared metadata, which lives in the
65
- [exercism/problem-specifications](https://github.com/exercism/problem-specifications) repository. Further explanation can be found in [fixing-exercise-readmes](https://github.com/exercism/docs/blob/master/language-tracks/exercises/anatomy/readmes.md).
66
-
67
- - Each exercise should have a test suite, an example solution, a template file for the real implementation and ... (anything else that needs to go with each exercise for this track). The CI build expects files to be named using the following convention: (describe the ClojureScript convention for naming the various files that make up an exercise).
68
-
69
- - Please do not commit any configuration files or directories inside the exercise other than ...
70
-
71
- - Be sure to add it to the appropriate place in the `config.json` file. Also, please run `bin/fetch-configlet && bin/configlet lint .` to ensure the exercise is configured correctly.
72
-
@@ -1,32 +0,0 @@
1
- #!/bin/bash
2
-
3
- LATEST=https://github.com/exercism/configlet/releases/latest
4
-
5
- OS=$(
6
- case $(uname) in
7
- (Darwin*)
8
- echo "mac";;
9
- (Linux*)
10
- echo "linux";;
11
- (Windows*)
12
- echo "windows";;
13
- (*)
14
- echo "linux";;
15
- esac)
16
-
17
- ARCH=$(
18
- case $(uname -m) in
19
- (*64*)
20
- echo 64bit;;
21
- (*686*)
22
- echo 32bit;;
23
- (*386*)
24
- echo 32bit;;
25
- (*)
26
- echo 64bit;;
27
- esac)
28
-
29
- VERSION="$(curl --head --silent $LATEST | awk -v FS=/ '/Location:/{print $NF}' | tr -d '\r')"
30
- URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-$OS-${ARCH}.tgz
31
-
32
- curl -s --location $URL | tar xz -C bin/
@@ -1,16 +0,0 @@
1
- {
2
- "slug": "clojurescript",
3
- "language": "ClojureScript",
4
- "repository": "https://github.com/exercism/clojurescript",
5
- "active": false,
6
- "test_pattern": "TODO",
7
- "exercises": [
8
-
9
- ],
10
- "deprecated": [
11
-
12
- ],
13
- "foregone": [
14
-
15
- ]
16
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,4 +0,0 @@
1
- *.swp
2
- .DS_Store
3
- bin/configlet
4
- bin/configlet.exe
@@ -1,5 +0,0 @@
1
- language: bash
2
-
3
- script:
4
- - bin/fetch-configlet
5
- - bin/configlet lint .
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2017 Exercism, Inc
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,11 +0,0 @@
1
- # Exercism Smalltalk Track
2
-
3
- Exercism exercises in Smalltalk.
4
-
5
- ## TODO
6
-
7
- _Document how to contribute to the Smalltalk track._
8
-
9
- ## Contributing Guide
10
-
11
- Please see the [contributing guide](https://github.com/exercism/x-common/blob/master/CONTRIBUTING.md).
@@ -1,32 +0,0 @@
1
- #!/bin/bash
2
-
3
- LATEST=https://github.com/exercism/configlet/releases/latest
4
-
5
- OS=$(
6
- case $(uname) in
7
- (Darwin*)
8
- echo "mac";;
9
- (Linux*)
10
- echo "linux";;
11
- (Windows*)
12
- echo "windows";;
13
- (*)
14
- echo "linux";;
15
- esac)
16
-
17
- ARCH=$(
18
- case $(uname -m) in
19
- (*64*)
20
- echo 64bit;;
21
- (*686*)
22
- echo 32bit;;
23
- (*386*)
24
- echo 32bit;;
25
- (*)
26
- echo 64bit;;
27
- esac)
28
-
29
- VERSION="$(curl --head --silent $LATEST | awk -v FS=/ '/Location:/{print $NF}' | tr -d '\r')"
30
- URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-$OS-${ARCH}.tgz
31
-
32
- curl -s --location $URL | tar xz -C bin/
@@ -1,16 +0,0 @@
1
- {
2
- "slug": "smalltalk",
3
- "language": "Smalltalk",
4
- "repository": "https://github.com/exercism/smalltalk",
5
- "active": false,
6
- "test_pattern": "TODO",
7
- "exercises": [
8
-
9
- ],
10
- "deprecated": [
11
-
12
- ],
13
- "foregone": [
14
-
15
- ]
16
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,5 +0,0 @@
1
- *.swp
2
- .DS_Store
3
- bin/configlet
4
- bin/configlet.exe
5
- CHECKLIST
@@ -1,5 +0,0 @@
1
- language: bash
2
-
3
- script:
4
- - bin/fetch-configlet
5
- - bin/configlet lint .
data/tracks/tcl/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2017 Exercism, Inc
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
data/tracks/tcl/README.md DELETED
@@ -1,16 +0,0 @@
1
- # Exercism Tcl Track
2
-
3
- Exercism problems in Tcl.
4
-
5
- ## TODO
6
-
7
- _Document how to contribute to the Tcl track._
8
-
9
- ## Contributing Guide
10
-
11
- Please see the [contributing guide](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data)
12
-
13
-
14
- ### Tcl icon
15
- The Tcl icon was created by [Fant0men at en.wikipedia](https://en.wikipedia.org/wiki/User:Fant0men) and released under the [Creative Commons Attribution-ShareAlike 3.0 Unported](https://creativecommons.org/licenses/by-sa/3.0/) license.
16
- We adapted the icon, creating a black, pink and white version of it to use on Exercism.
@@ -1,32 +0,0 @@
1
- #!/bin/bash
2
-
3
- LATEST=https://github.com/exercism/configlet/releases/latest
4
-
5
- OS=$(
6
- case $(uname) in
7
- (Darwin*)
8
- echo "mac";;
9
- (Linux*)
10
- echo "linux";;
11
- (Windows*)
12
- echo "windows";;
13
- (*)
14
- echo "linux";;
15
- esac)
16
-
17
- ARCH=$(
18
- case $(uname -m) in
19
- (*64*)
20
- echo 64bit;;
21
- (*686*)
22
- echo 32bit;;
23
- (*386*)
24
- echo 32bit;;
25
- (*)
26
- echo 64bit;;
27
- esac)
28
-
29
- VERSION="$(curl --head --silent $LATEST | awk -v FS=/ '/Location:/{print $NF}' | tr -d '\r')"
30
- URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-$OS-${ARCH}.tgz
31
-
32
- curl -s --location $URL | tar xz -C bin/
@@ -1,16 +0,0 @@
1
- {
2
- "slug": "tcl",
3
- "language": "Tcl",
4
- "repository": "https://github.com/exercism/tcl",
5
- "active": false,
6
- "test_pattern": "TODO",
7
- "deprecated": [
8
-
9
- ],
10
- "foregone": [
11
-
12
- ],
13
- "exercises": [
14
-
15
- ]
16
- }
File without changes
File without changes
Binary file
@@ -1,5 +0,0 @@
1
- *.swp
2
- .DS_Store
3
- bin/configlet
4
- bin/configlet.exe
5
- CHECKLIST
@@ -1,5 +0,0 @@
1
- language: bash
2
-
3
- script:
4
- - bin/fetch-configlet
5
- - bin/configlet lint .
data/tracks/teco/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2017 Exercism, Inc
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,13 +0,0 @@
1
- # xTECO
2
-
3
- Exercism problems in TECO.
4
-
5
- ## TODO
6
-
7
- _Document how to contribute to the TECO track._
8
-
9
- ## Contributing Guide
10
-
11
- Please see the [contributing guide](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data)
12
-
13
-
@@ -1,32 +0,0 @@
1
- #!/bin/bash
2
-
3
- LATEST=https://github.com/exercism/configlet/releases/latest
4
-
5
- OS=$(
6
- case $(uname) in
7
- (Darwin*)
8
- echo "mac";;
9
- (Linux*)
10
- echo "linux";;
11
- (Windows*)
12
- echo "windows";;
13
- (*)
14
- echo "linux";;
15
- esac)
16
-
17
- ARCH=$(
18
- case $(uname -m) in
19
- (*64*)
20
- echo 64bit;;
21
- (*686*)
22
- echo 32bit;;
23
- (*386*)
24
- echo 32bit;;
25
- (*)
26
- echo 64bit;;
27
- esac)
28
-
29
- VERSION="$(curl --head --silent $LATEST | awk -v FS=/ '/Location:/{print $NF}' | tr -d '\r')"
30
- URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-$OS-${ARCH}.tgz
31
-
32
- curl -s --location $URL | tar xz -C bin/
@@ -1,16 +0,0 @@
1
- {
2
- "slug": "teco",
3
- "language": "TECO",
4
- "repository": "https://github.com/exercism/teco",
5
- "active": false,
6
- "test_pattern": "TODO",
7
- "deprecated": [
8
-
9
- ],
10
- "foregone": [
11
-
12
- ],
13
- "exercises": [
14
-
15
- ]
16
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes