trackler 2.2.1.131 → 2.2.1.132

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/lib/trackler/version.rb +1 -1
  3. data/problem-specifications/exercises/react/canonical-data.json +95 -74
  4. data/tracks/ceylon/exercises/react/source/react/ReactorTest.ceylon +19 -1
  5. data/tracks/perl5/.travis.yml +1 -0
  6. data/tracks/perl5/exercises/bob/.meta/exercise-data.yaml +3 -3
  7. data/tracks/perl5/exercises/bob/.meta/solutions/Bob.pm +3 -1
  8. data/tracks/perl5/exercises/bob/Bob.pm +3 -1
  9. data/tracks/perl5/exercises/bob/bob.t +6 -11
  10. data/tracks/perl5/exercises/clock/.meta/exercise-data.yaml +8 -8
  11. data/tracks/perl5/exercises/clock/.meta/solutions/Clock.pm +1 -1
  12. data/tracks/perl5/exercises/clock/Clock.pm +1 -1
  13. data/tracks/perl5/exercises/clock/clock.t +10 -15
  14. data/tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml +3 -3
  15. data/tracks/perl5/exercises/hello-world/.meta/solutions/HelloWorld.pm +3 -1
  16. data/tracks/perl5/exercises/hello-world/HelloWorld.pm +3 -1
  17. data/tracks/perl5/exercises/hello-world/hello-world.t +6 -11
  18. data/tracks/perl5/exercises/leap/.meta/exercise-data.yaml +3 -3
  19. data/tracks/perl5/exercises/leap/.meta/solutions/Leap.pm +3 -1
  20. data/tracks/perl5/exercises/leap/Leap.pm +3 -1
  21. data/tracks/perl5/exercises/leap/leap.t +6 -11
  22. data/tracks/perl5/exercises/luhn/.meta/exercise-data.yaml +3 -3
  23. data/tracks/perl5/exercises/luhn/.meta/solutions/Luhn.pm +3 -1
  24. data/tracks/perl5/exercises/luhn/Luhn.pm +3 -1
  25. data/tracks/perl5/exercises/luhn/luhn.t +6 -11
  26. data/tracks/perl5/exercises/phone-number/.meta/exercise-data.yaml +3 -3
  27. data/tracks/perl5/exercises/phone-number/.meta/solutions/PhoneNumber.pm +3 -1
  28. data/tracks/perl5/exercises/phone-number/PhoneNumber.pm +3 -1
  29. data/tracks/perl5/exercises/phone-number/phone-number.t +6 -11
  30. data/tracks/perl5/templates/module.mustache +3 -1
  31. data/tracks/perl5/templates/test.mustache +7 -11
  32. data/tracks/typescript/config.json +17 -0
  33. data/tracks/typescript/exercises/custom-set/README.md +36 -0
  34. data/tracks/typescript/exercises/custom-set/custom-set.example.ts +79 -0
  35. data/tracks/typescript/exercises/custom-set/custom-set.test.ts +222 -0
  36. data/tracks/typescript/exercises/custom-set/custom-set.ts +0 -0
  37. data/tracks/typescript/exercises/custom-set/package.json +36 -0
  38. data/tracks/typescript/exercises/custom-set/tsconfig.json +22 -0
  39. data/tracks/typescript/exercises/custom-set/tslint.json +127 -0
  40. data/tracks/typescript/exercises/custom-set/yarn.lock +2624 -0
  41. metadata +10 -2
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.131
4
+ version: 2.2.1.132
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-04-12 00:00:00.000000000 Z
11
+ date: 2018-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip
@@ -14895,6 +14895,14 @@ files:
14895
14895
  - tracks/typescript/exercises/crypto-square/tsconfig.json
14896
14896
  - tracks/typescript/exercises/crypto-square/tslint.json
14897
14897
  - tracks/typescript/exercises/crypto-square/yarn.lock
14898
+ - tracks/typescript/exercises/custom-set/README.md
14899
+ - tracks/typescript/exercises/custom-set/custom-set.example.ts
14900
+ - tracks/typescript/exercises/custom-set/custom-set.test.ts
14901
+ - tracks/typescript/exercises/custom-set/custom-set.ts
14902
+ - tracks/typescript/exercises/custom-set/package.json
14903
+ - tracks/typescript/exercises/custom-set/tsconfig.json
14904
+ - tracks/typescript/exercises/custom-set/tslint.json
14905
+ - tracks/typescript/exercises/custom-set/yarn.lock
14898
14906
  - tracks/typescript/exercises/diamond/README.md
14899
14907
  - tracks/typescript/exercises/diamond/diamond.example.ts
14900
14908
  - tracks/typescript/exercises/diamond/diamond.test.ts