trackler 2.0.8.47 → 2.0.8.48

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/lib/trackler/version.rb +1 -1
  3. data/tracks/c/config.json +9 -0
  4. data/tracks/c/exercises/palindrome-products/makefile +16 -0
  5. data/tracks/c/exercises/palindrome-products/src/example.c +36 -0
  6. data/tracks/c/exercises/palindrome-products/src/example.h +12 -0
  7. data/tracks/c/exercises/palindrome-products/test/test_palindrome_products.c +25 -0
  8. data/tracks/c/exercises/palindrome-products/test/vendor/unity.c +1300 -0
  9. data/tracks/c/exercises/palindrome-products/test/vendor/unity.h +274 -0
  10. data/tracks/c/exercises/palindrome-products/test/vendor/unity_internals.h +701 -0
  11. data/tracks/go/exercises/luhn/.meta/gen.go +3 -5
  12. data/tracks/go/exercises/luhn/cases_test.go +2 -1
  13. data/tracks/java/exercises/atbash-cipher/src/example/java/Atbash.java +5 -5
  14. data/tracks/java/exercises/atbash-cipher/src/test/java/AtbashTest.java +18 -18
  15. data/tracks/lfe/docs/INSTALLATION.md +34 -0
  16. data/tracks/objective-c/config.json +8 -0
  17. data/tracks/objective-c/exercises/sieve/SieveExample.h +7 -0
  18. data/tracks/objective-c/exercises/sieve/SieveExample.m +31 -0
  19. data/tracks/objective-c/exercises/sieve/SieveTest.m +38 -0
  20. data/tracks/objective-c/xcodeProject/ObjectiveC.xcodeproj/project.pbxproj +18 -0
  21. data/tracks/purescript/.travis.yml +1 -1
  22. data/tracks/purescript/bin/test-one.sh +4 -4
  23. data/tracks/purescript/exercises/accumulate/bower.json +3 -3
  24. data/tracks/purescript/exercises/acronym/bower.json +4 -4
  25. data/tracks/purescript/exercises/all-your-base/bower.json +3 -3
  26. data/tracks/purescript/exercises/allergies/bower.json +5 -5
  27. data/tracks/purescript/exercises/atbash-cipher/bower.json +5 -5
  28. data/tracks/purescript/exercises/binary-search/bower.json +3 -3
  29. data/tracks/purescript/exercises/bob/bower.json +4 -4
  30. data/tracks/purescript/exercises/bracket-push/bower.json +4 -4
  31. data/tracks/purescript/exercises/difference-of-squares/bower.json +3 -3
  32. data/tracks/purescript/exercises/hello-world/bower.json +4 -4
  33. data/tracks/purescript/exercises/leap/bower.json +3 -3
  34. data/tracks/purescript/exercises/meetup/bower.json +4 -4
  35. data/tracks/purescript/exercises/pangram/bower.json +4 -4
  36. data/tracks/purescript/exercises/raindrops/bower.json +3 -3
  37. data/tracks/purescript/exercises/scrabble-score/bower.json +3 -3
  38. data/tracks/purescript/exercises/triangle/bower.json +6 -6
  39. data/tracks/purescript/exercises/word-count/bower.json +4 -4
  40. metadata +12 -2
@@ -7,12 +7,12 @@
7
7
  "output"
8
8
  ],
9
9
  "dependencies": {
10
- "purescript-prelude": "^2.5.0",
11
- "purescript-maps": "^2.1.2",
12
- "purescript-integers": "^2.1.1"
10
+ "purescript-prelude": "^3.0.0",
11
+ "purescript-maps": "^3.0.0",
12
+ "purescript-integers": "^3.0.0"
13
13
  },
14
14
  "devDependencies": {
15
- "purescript-psci-support": "^2.0.0",
16
- "purescript-test-unit": "^10.1.0"
15
+ "purescript-psci-support": "^3.0.0",
16
+ "purescript-test-unit": "^11.0.0"
17
17
  }
18
18
  }
@@ -7,12 +7,12 @@
7
7
  "output"
8
8
  ],
9
9
  "dependencies": {
10
- "purescript-prelude": "^2.5.0",
11
- "purescript-maps": "^2.1.2",
12
- "purescript-unicode": "^2.0.2"
10
+ "purescript-prelude": "^3.0.0",
11
+ "purescript-maps": "^3.0.0",
12
+ "purescript-unicode": "^3.0.1"
13
13
  },
14
14
  "devDependencies": {
15
- "purescript-psci-support": "^2.0.0",
16
- "purescript-test-unit": "^10.1.0"
15
+ "purescript-psci-support": "^3.0.0",
16
+ "purescript-test-unit": "^11.0.0"
17
17
  }
18
18
  }
@@ -7,10 +7,10 @@
7
7
  "output"
8
8
  ],
9
9
  "dependencies": {
10
- "purescript-prelude": "^2.5.0"
10
+ "purescript-prelude": "^3.0.0"
11
11
  },
12
12
  "devDependencies": {
13
- "purescript-psci-support": "^2.0.0",
14
- "purescript-test-unit": "^10.1.0"
13
+ "purescript-psci-support": "^3.0.0",
14
+ "purescript-test-unit": "^11.0.0"
15
15
  }
16
16
  }
@@ -7,11 +7,11 @@
7
7
  "output"
8
8
  ],
9
9
  "dependencies": {
10
- "purescript-prelude": "^2.1.0",
11
- "purescript-console": "^2.0.0"
10
+ "purescript-prelude": "^3.0.0",
11
+ "purescript-console": "^3.0.0"
12
12
  },
13
13
  "devDependencies": {
14
- "purescript-psci-support": "^2.0.0",
15
- "purescript-test-unit": "^10.0.1"
14
+ "purescript-psci-support": "^3.0.0",
15
+ "purescript-test-unit": "^11.0.0"
16
16
  }
17
17
  }
@@ -7,11 +7,11 @@
7
7
  "output"
8
8
  ],
9
9
  "dependencies": {
10
- "purescript-prelude": "^2.5.0",
11
- "purescript-lists": "^3.4.0"
10
+ "purescript-prelude": "^3.0.0",
11
+ "purescript-lists": "^4.0.1"
12
12
  },
13
13
  "devDependencies": {
14
- "purescript-psci-support": "^2.0.0",
15
- "purescript-test-unit": "^10.1.0"
14
+ "purescript-psci-support": "^3.0.0",
15
+ "purescript-test-unit": "^11.0.0"
16
16
  }
17
17
  }
@@ -7,10 +7,10 @@
7
7
  "output"
8
8
  ],
9
9
  "dependencies": {
10
- "purescript-prelude": "^2.5.0"
10
+ "purescript-prelude": "^3.0.0"
11
11
  },
12
12
  "devDependencies": {
13
- "purescript-psci-support": "^2.0.0",
14
- "purescript-test-unit": "^10.1.0"
13
+ "purescript-psci-support": "^3.0.0",
14
+ "purescript-test-unit": "^11.0.0"
15
15
  }
16
16
  }
@@ -7,11 +7,11 @@
7
7
  "output"
8
8
  ],
9
9
  "dependencies": {
10
- "purescript-prelude": "^2.1.0",
11
- "purescript-console": "^2.0.0"
10
+ "purescript-prelude": "^3.0.0",
11
+ "purescript-console": "^3.0.0"
12
12
  },
13
13
  "devDependencies": {
14
- "purescript-psci-support": "^2.0.0",
15
- "purescript-test-unit": "^10.0.1"
14
+ "purescript-psci-support": "^3.0.0",
15
+ "purescript-test-unit": "^11.0.0"
16
16
  }
17
17
  }
@@ -7,10 +7,10 @@
7
7
  "output"
8
8
  ],
9
9
  "dependencies": {
10
- "purescript-prelude": "^2.1.0"
10
+ "purescript-prelude": "^3.0.0"
11
11
  },
12
12
  "devDependencies": {
13
- "purescript-psci-support": "^2.0.0",
14
- "purescript-test-unit": "^10.0.1"
13
+ "purescript-psci-support": "^3.0.0",
14
+ "purescript-test-unit": "^11.0.0"
15
15
  }
16
16
  }
@@ -7,11 +7,11 @@
7
7
  "output"
8
8
  ],
9
9
  "dependencies": {
10
- "purescript-prelude": "^2.5.0",
11
- "purescript-datetime": "^2.2.0"
10
+ "purescript-prelude": "^3.0.0",
11
+ "purescript-datetime": "^3.0.0"
12
12
  },
13
13
  "devDependencies": {
14
- "purescript-psci-support": "^2.0.0",
15
- "purescript-test-unit": "^10.1.0"
14
+ "purescript-psci-support": "^3.0.0",
15
+ "purescript-test-unit": "^11.0.0"
16
16
  }
17
17
  }
@@ -7,11 +7,11 @@
7
7
  "output"
8
8
  ],
9
9
  "dependencies": {
10
- "purescript-prelude": "^2.1.0",
11
- "purescript-sets": "^2.0.0"
10
+ "purescript-prelude": "^3.0.0",
11
+ "purescript-sets": "^3.0.0"
12
12
  },
13
13
  "devDependencies": {
14
- "purescript-psci-support": "^2.0.0",
15
- "purescript-test-unit": "^10.0.1"
14
+ "purescript-psci-support": "^3.0.0",
15
+ "purescript-test-unit": "^11.0.0"
16
16
  }
17
17
  }
@@ -7,10 +7,10 @@
7
7
  "output"
8
8
  ],
9
9
  "dependencies": {
10
- "purescript-prelude": "^2.1.0"
10
+ "purescript-prelude": "^3.0.0"
11
11
  },
12
12
  "devDependencies": {
13
- "purescript-psci-support": "^2.0.0",
14
- "purescript-test-unit": "^10.0.1"
13
+ "purescript-psci-support": "^3.0.0",
14
+ "purescript-test-unit": "^11.0.0"
15
15
  }
16
16
  }
@@ -7,10 +7,10 @@
7
7
  "output"
8
8
  ],
9
9
  "dependencies": {
10
- "purescript-prelude": "^2.1.0"
10
+ "purescript-prelude": "^3.0.0"
11
11
  },
12
12
  "devDependencies": {
13
- "purescript-psci-support": "^2.0.0",
14
- "purescript-test-unit": "^10.0.1"
13
+ "purescript-psci-support": "^3.0.0",
14
+ "purescript-test-unit": "^11.0.0"
15
15
  }
16
16
  }
@@ -7,13 +7,13 @@
7
7
  "output"
8
8
  ],
9
9
  "dependencies": {
10
- "purescript-prelude": "^2.1.0",
11
- "purescript-console": "^2.0.0",
12
- "purescript-either": "^2.0.0",
13
- "purescript-sets": "^2.0.0"
10
+ "purescript-prelude": "^3.0.0",
11
+ "purescript-console": "^3.0.0",
12
+ "purescript-either": "^3.0.0",
13
+ "purescript-sets": "^3.0.0"
14
14
  },
15
15
  "devDependencies": {
16
- "purescript-psci-support": "^2.0.0",
17
- "purescript-test-unit": "^10.0.1"
16
+ "purescript-psci-support": "^3.0.0",
17
+ "purescript-test-unit": "^11.0.0"
18
18
  }
19
19
  }
@@ -7,11 +7,11 @@
7
7
  "output"
8
8
  ],
9
9
  "dependencies": {
10
- "purescript-prelude": "^2.5.0",
11
- "purescript-maps": "^2.1.2"
10
+ "purescript-prelude": "^3.0.0",
11
+ "purescript-maps": "^3.0.0"
12
12
  },
13
13
  "devDependencies": {
14
- "purescript-psci-support": "^2.0.0",
15
- "purescript-test-unit": "^10.1.0"
14
+ "purescript-psci-support": "^3.0.0",
15
+ "purescript-test-unit": "^11.0.0"
16
16
  }
17
17
  }
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.0.8.47
4
+ version: 2.0.8.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katrina Owen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-11 00:00:00.000000000 Z
11
+ date: 2017-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip
@@ -699,6 +699,13 @@ files:
699
699
  - tracks/c/exercises/nucleotide-count/test/vendor/unity.c
700
700
  - tracks/c/exercises/nucleotide-count/test/vendor/unity.h
701
701
  - tracks/c/exercises/nucleotide-count/test/vendor/unity_internals.h
702
+ - tracks/c/exercises/palindrome-products/makefile
703
+ - tracks/c/exercises/palindrome-products/src/example.c
704
+ - tracks/c/exercises/palindrome-products/src/example.h
705
+ - tracks/c/exercises/palindrome-products/test/test_palindrome_products.c
706
+ - tracks/c/exercises/palindrome-products/test/vendor/unity.c
707
+ - tracks/c/exercises/palindrome-products/test/vendor/unity.h
708
+ - tracks/c/exercises/palindrome-products/test/vendor/unity_internals.h
702
709
  - tracks/c/exercises/pangram/makefile
703
710
  - tracks/c/exercises/pangram/src/example.c
704
711
  - tracks/c/exercises/pangram/src/example.h
@@ -5781,6 +5788,9 @@ files:
5781
5788
  - tracks/objective-c/exercises/secret-handshake/SecretHandshakeExample.h
5782
5789
  - tracks/objective-c/exercises/secret-handshake/SecretHandshakeExample.m
5783
5790
  - tracks/objective-c/exercises/secret-handshake/SecretHandshakeTest.m
5791
+ - tracks/objective-c/exercises/sieve/SieveExample.h
5792
+ - tracks/objective-c/exercises/sieve/SieveExample.m
5793
+ - tracks/objective-c/exercises/sieve/SieveTest.m
5784
5794
  - tracks/objective-c/exercises/space-age/SpaceAgeExample.h
5785
5795
  - tracks/objective-c/exercises/space-age/SpaceAgeExample.m
5786
5796
  - tracks/objective-c/exercises/space-age/SpaceAgeTest.m