trackler 2.2.1.160 → 2.2.1.161

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/lib/trackler/version.rb +1 -1
  3. data/tracks/ballerina/.gitignore +4 -0
  4. data/tracks/ballerina/.travis.yml +5 -0
  5. data/tracks/ballerina/LICENSE +21 -0
  6. data/tracks/ballerina/README.md +67 -0
  7. data/tracks/ballerina/bin/fetch-configlet +32 -0
  8. data/tracks/ballerina/config.json +11 -0
  9. data/tracks/ballerina/config/exercise-readme-insert.md +0 -0
  10. data/tracks/ballerina/config/exercise_readme.go.tmpl +16 -0
  11. data/tracks/ballerina/config/maintainers.json +4 -0
  12. data/tracks/ballerina/docs/ABOUT.md +0 -0
  13. data/tracks/ballerina/docs/INSTALLATION.md +0 -0
  14. data/tracks/ballerina/docs/LEARNING.md +0 -0
  15. data/tracks/ballerina/docs/RESOURCES.md +0 -0
  16. data/tracks/ballerina/docs/TESTS.md +0 -0
  17. data/tracks/ballerina/img/.keep +0 -0
  18. data/tracks/c/config.json +1 -1
  19. data/tracks/kotlin/config.json +400 -86
  20. data/tracks/kotlin/config/maintainers.json +10 -0
  21. data/tracks/objective-c/config.json +208 -208
  22. data/tracks/objective-c/config/maintainers.json +16 -16
  23. data/tracks/objective-c/docs/ABOUT.md +5 -1
  24. data/tracks/powershell/config.json +1 -1
  25. data/tracks/powershell/exercises/reverse-string/ReverseString.example.ps1 +13 -0
  26. data/tracks/powershell/exercises/reverse-string/ReverseString.ps1 +13 -1
  27. data/tracks/powershell/exercises/sum-of-multiples/SumOfMultiples.example.ps1 +18 -0
  28. data/tracks/powershell/exercises/sum-of-multiples/SumOfMultiples.ps1 +18 -0
  29. data/tracks/prolog/config.json +31 -63
  30. data/tracks/prolog/config/maintainers.json +8 -8
  31. data/tracks/prolog/docs/SNIPPET.txt +10 -5
  32. data/tracks/python/config.json +1 -0
  33. data/tracks/python/docs/ABOUT.md +8 -8
  34. data/tracks/python/exercises/all-your-base/all_your_base_test.py +1 -1
  35. data/tracks/python/exercises/allergies/allergies_test.py +1 -1
  36. data/tracks/python/exercises/alphametics/alphametics_test.py +1 -1
  37. data/tracks/python/exercises/anagram/anagram_test.py +1 -1
  38. data/tracks/python/exercises/armstrong-numbers/armstrong_numbers_test.py +1 -1
  39. data/tracks/python/exercises/bank-account/bank_account_test.py +1 -1
  40. data/tracks/python/exercises/beer-song/beer_song_test.py +1 -1
  41. data/tracks/python/exercises/binary-search-tree/binary_search_tree_test.py +1 -1
  42. data/tracks/python/exercises/binary-search/binary_search_test.py +1 -1
  43. data/tracks/python/exercises/binary/binary_test.py +1 -1
  44. data/tracks/python/exercises/bob/bob_test.py +1 -1
  45. data/tracks/python/exercises/book-store/book_store_test.py +1 -1
  46. data/tracks/python/exercises/bowling/bowling_test.py +1 -1
  47. data/tracks/python/exercises/bracket-push/bracket_push_test.py +1 -1
  48. data/tracks/python/exercises/collatz-conjecture/collatz_conjecture_test.py +1 -1
  49. data/tracks/python/exercises/diamond/diamond_test.py +1 -1
  50. data/tracks/python/exercises/etl/etl_test.py +1 -1
  51. data/tracks/python/exercises/flatten-array/flatten_array_test.py +1 -1
  52. data/tracks/python/exercises/grade-school/grade_school_test.py +1 -1
  53. data/tracks/python/exercises/hello-world/hello_world_test.py +1 -1
  54. data/tracks/python/exercises/house/house_test.py +1 -1
  55. data/tracks/python/exercises/isbn-verifier/isbn_verifier_test.py +1 -1
  56. data/tracks/python/exercises/isogram/isogram_test.py +1 -1
  57. data/tracks/python/exercises/kindergarten-garden/kindergarten_garden_test.py +1 -1
  58. data/tracks/python/exercises/largest-series-product/largest_series_product_test.py +1 -1
  59. data/tracks/python/exercises/leap/leap_test.py +1 -1
  60. data/tracks/python/exercises/linked-list/linked_list_test.py +1 -1
  61. data/tracks/python/exercises/luhn/luhn_test.py +1 -1
  62. data/tracks/python/exercises/markdown/markdown_test.py +1 -1
  63. data/tracks/python/exercises/nth-prime/nth_prime_test.py +1 -1
  64. data/tracks/python/exercises/nucleotide-count/nucleotide_count_test.py +1 -1
  65. data/tracks/python/exercises/ocr-numbers/ocr_numbers_test.py +1 -1
  66. data/tracks/python/exercises/palindrome-products/palindrome_products_test.py +1 -1
  67. data/tracks/python/exercises/pangram/pangram_test.py +1 -1
  68. data/tracks/python/exercises/phone-number/phone_number_test.py +1 -1
  69. data/tracks/python/exercises/pig-latin/pig_latin_test.py +1 -1
  70. data/tracks/python/exercises/point-mutations/point_mutations_test.py +1 -1
  71. data/tracks/python/exercises/protein-translation/protein_translation_test.py +1 -1
  72. data/tracks/python/exercises/rail-fence-cipher/rail_fence_cipher_test.py +1 -1
  73. data/tracks/python/exercises/rational-numbers/rational_numbers_test.py +1 -1
  74. data/tracks/python/exercises/react/react_test.py +1 -1
  75. data/tracks/python/exercises/rectangles/rectangles_test.py +1 -1
  76. data/tracks/python/exercises/reverse-string/reverse_string_test.py +1 -1
  77. data/tracks/python/exercises/rna-transcription/rna_transcription_test.py +1 -1
  78. data/tracks/python/exercises/robot-name/robot_name_test.py +1 -1
  79. data/tracks/python/exercises/robot-simulator/robot_simulator_test.py +1 -1
  80. data/tracks/python/exercises/roman-numerals/roman_numerals_test.py +1 -1
  81. data/tracks/python/exercises/rotational-cipher/rotational_cipher_test.py +1 -1
  82. data/tracks/python/exercises/run-length-encoding/run_length_encoding_test.py +1 -1
  83. data/tracks/python/exercises/saddle-points/saddle_points_test.py +1 -1
  84. data/tracks/python/exercises/scrabble-score/scrabble_score_test.py +1 -1
  85. data/tracks/python/exercises/secret-handshake/secret_handshake_test.py +1 -1
  86. data/tracks/python/exercises/simple-cipher/simple_cipher_test.py +1 -1
  87. data/tracks/python/exercises/simple-linked-list/simple_linked_list_test.py +1 -1
  88. data/tracks/python/exercises/tournament/tournament_test.py +1 -1
  89. data/tracks/python/exercises/transpose/transpose_test.py +1 -1
  90. data/tracks/python/exercises/tree-building/tree_building_test.py +1 -1
  91. data/tracks/python/exercises/twelve-days/twelve_days_test.py +1 -3
  92. data/tracks/python/exercises/two-fer/two_fer_test.py +1 -1
  93. data/tracks/python/exercises/variable-length-quantity/variable_length_quantity_test.py +1 -1
  94. data/tracks/python/exercises/word-count/word_count_test.py +1 -1
  95. data/tracks/python/exercises/word-search/word_search_test.py +1 -1
  96. data/tracks/python/exercises/yacht/yacht_test.py +1 -1
  97. data/tracks/swift/config.json +369 -353
  98. data/tracks/swift/config/maintainers.json +16 -16
  99. data/tracks/vimscript/docs/ABOUT.md +23 -34
  100. metadata +18 -2
@@ -2,34 +2,34 @@
2
2
  "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md",
3
3
  "maintainers": [
4
4
  {
5
- "alumnus": false,
6
- "avatar_url": null,
7
- "bio": null,
8
5
  "github_username": "hankturowski",
6
+ "alumnus": false,
7
+ "show_on_website": false,
8
+ "name": null,
9
9
  "link_text": null,
10
10
  "link_url": null,
11
- "name": null,
12
- "show_on_website": false
11
+ "avatar_url": null,
12
+ "bio": null
13
13
  },
14
14
  {
15
- "alumnus": false,
16
- "avatar_url": null,
17
- "bio": null,
18
15
  "github_username": "masters3d",
16
+ "alumnus": false,
17
+ "show_on_website": false,
18
+ "name": null,
19
19
  "link_text": null,
20
20
  "link_url": null,
21
- "name": null,
22
- "show_on_website": false
21
+ "avatar_url": null,
22
+ "bio": null
23
23
  },
24
24
  {
25
- "alumnus": false,
26
- "avatar_url": null,
27
- "bio": null,
28
25
  "github_username": "robtimp",
26
+ "alumnus": false,
27
+ "show_on_website": false,
28
+ "name": null,
29
29
  "link_text": null,
30
30
  "link_url": null,
31
- "name": null,
32
- "show_on_website": false
31
+ "avatar_url": null,
32
+ "bio": null
33
33
  }
34
34
  ]
35
- }
35
+ }
@@ -1,43 +1,32 @@
1
- [Vim](http://www.vim.org) is a decades old text editor that is still wildly
2
- popular among programmers and people who like working in terminal emulators.
1
+ [Vim](http://www.vim.org) is a decades old text editor that is still wildly popular among programmers and people who like working in terminal emulators.
3
2
 
4
- In Vim, keys don't always do the same things. It depends in which mode you're
5
- in. You constantly switch between modes, there is a mode for navigation, a mode
6
- for insertion, a mode for selecting regions of text, a mode for entering
7
- commands, and so on. This sounds complicated, but you quickly get used to it.
3
+ In Vim, keys don't always do the same things.
4
+ It depends in which mode you're in.
5
+ You constantly switch between modes: there is a mode for navigation, a mode for insertion, a mode for selecting regions of text, a mode for entering commands, and so on.
6
+ This sounds complicated, but you quickly get used to it.
8
7
 
9
- The biggest difference to other editors is Vim's modal interface. If you use
10
- Vim, you don't use complicated shortcuts, you speak a language.
8
+ The biggest difference to other editors is Vim's modal interface.
9
+ If you use Vim, you don't use complicated shortcuts, you speak a language.
11
10
 
12
- E.g. when you hit `d` in normal mode, you initiate a delete action. Then
13
- you have to choose the region (or other object) to act upon. E.g. `dw`
14
- deletes until the end of the current word. `dd` deletes the current
15
- line. If the cursor is anywhere in a double quote, you can use `ci"` to
16
- change this quote.
11
+ E.g. when you hit `d` in normal mode, you initiate a delete action.
12
+ Then you have to choose the region (or other object) to act upon.
13
+ E.g. `dw` deletes until the end of the current word. `dd` deletes the current line.
14
+ If the cursor is anywhere in a double quote, you can use `ci"` to change this quote.
17
15
 
18
- You reduce the risk of
19
- [carpal tunnel syndrome](https://en.wikipedia.org/wiki/Carpal_tunnel_syndrome)
20
- by not hitting several keys at once, but by pressing single keys in sequence.
16
+ You reduce the risk of [carpal tunnel syndrome](https://en.wikipedia.org/wiki/Carpal_tunnel_syndrome) by not hitting several keys at once, but by pressing single keys in sequence.
21
17
 
22
- For convenience, often used keys are put on the homerow or near it, so
23
- you don't have to move your hands back and forth all the time.
18
+ For convenience, often used keys are put on the homerow or near it, so you don't have to move your hands back and forth all the time.
24
19
 
25
- Yes, there's a lot to learn at first, but when you get it, you can edit text
26
- faster and more precisely than with most other editors. There is a reason people
27
- are still using Vim!
20
+ Yes, there's a lot to learn at first, but when you get it, you can edit text faster and more precisely than with most other editors.
21
+ There is a reason people are still using Vim!
28
22
 
29
- Vim has its own scripting language built in. It's called `Vimscript`, or `Vim
30
- script`, or `VimL`, depending on who you ask. It's a real programming language
31
- and you also use it to configure Vim. The configuration file, called `vimrc`, is
32
- merely a sequence of Vim commands, functions, and expressions.
23
+ Vim has its own scripting language built in.
24
+ It's called `Vimscript`, or `Vim script`, or `VimL`, depending on who you ask.
25
+ It's a real programming language and you also use it to configure Vim.
26
+ The configuration file, called `vimrc`, is merely a sequence of Vim commands, functions, and expressions.
33
27
 
34
- This means Vim's configuration is
35
- [Turing complete](https://en.wikipedia.org/wiki/Turing_completeness). You can
36
- start small, add a few lines to it, then add more, and you'll end up with entire
37
- plugins. There's nothing you can't do.
28
+ This means Vim's configuration is [Turing complete](https://en.wikipedia.org/wiki/Turing_completeness).
29
+ You can start small, add a few lines to it, then add more, and you'll end up with entire plugins.
30
+ There's nothing you can't do.
38
31
 
39
- #### Bonus
40
-
41
- Take it with a grain of salt, but there is an
42
- [editor war](https://en.wikipedia.org/wiki/Editor_war) going on between Vim
43
- and Emacs for a long time already. :-)
32
+ **Bonus**: Take it with a grain of salt, but there is an [editor war](https://en.wikipedia.org/wiki/Editor_war) going on between Vim and Emacs for a long time already. :-)
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.160
4
+ version: 2.2.1.161
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-12 00:00:00.000000000 Z
11
+ date: 2018-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip
@@ -597,6 +597,22 @@ files:
597
597
  - problem-specifications/package.json
598
598
  - problem-specifications/yarn.lock
599
599
  - trackler.gemspec
600
+ - tracks/ballerina/.git
601
+ - tracks/ballerina/.gitignore
602
+ - tracks/ballerina/.travis.yml
603
+ - tracks/ballerina/LICENSE
604
+ - tracks/ballerina/README.md
605
+ - tracks/ballerina/bin/fetch-configlet
606
+ - tracks/ballerina/config.json
607
+ - tracks/ballerina/config/exercise-readme-insert.md
608
+ - tracks/ballerina/config/exercise_readme.go.tmpl
609
+ - tracks/ballerina/config/maintainers.json
610
+ - tracks/ballerina/docs/ABOUT.md
611
+ - tracks/ballerina/docs/INSTALLATION.md
612
+ - tracks/ballerina/docs/LEARNING.md
613
+ - tracks/ballerina/docs/RESOURCES.md
614
+ - tracks/ballerina/docs/TESTS.md
615
+ - tracks/ballerina/img/.keep
600
616
  - tracks/bash/.git
601
617
  - tracks/bash/.gitattributes
602
618
  - tracks/bash/.github/PULL_REQUEST_TEMPLATE.md