Skip to content

Commit

Permalink
Remove 'problems' key (#468)
Browse files Browse the repository at this point in the history
The 'problems' key is deprecated in favour of 'exercises' so we can
remove the unused 'problems'
  • Loading branch information
Insti authored Oct 24, 2016
1 parent 19f3de5 commit f6b99b2
Showing 1 changed file with 0 additions and 84 deletions.
84 changes: 0 additions & 84 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,90 +4,6 @@
"repository": "https://github.com/exercism/xruby",
"active": true,
"gitter": "xruby",
"problems": [
"hello-world",
"hamming",
"gigasecond",
"rna-transcription",
"raindrops",
"difference-of-squares",
"pangram",
"sieve",
"roman-numerals",
"robot-name",
"nth-prime",
"leap",
"grains",
"word-count",
"bob",
"run-length-encoding",
"binary",
"accumulate",
"sum-of-multiples",
"grade-school",
"series",
"phone-number",
"prime-factors",
"strain",
"etl",
"trinary",
"beer-song",
"bowling",
"space-age",
"anagram",
"binary-search-tree",
"crypto-square",
"clock",
"alphametics",
"rail-fence-cipher",
"acronym",
"scrabble-score",
"nucleotide-count",
"flatten-array",
"hexadecimal",
"say",
"meetup",
"queen-attack",
"palindrome-products",
"bracket-push",
"food-chain",
"matrix",
"saddle-points",
"triangle",
"atbash-cipher",
"house",
"secret-handshake",
"proverb",
"ocr-numbers",
"pig-latin",
"simple-linked-list",
"luhn",
"simple-cipher",
"wordy",
"allergies",
"poker",
"kindergarten-garden",
"linked-list",
"pythagorean-triplet",
"robot-simulator",
"twelve-days",
"circular-buffer",
"largest-series-product",
"binary-search",
"two-bucket",
"pascals-triangle",
"custom-set",
"minesweeper",
"scale-generator",
"protein-translation",
"perfect-numbers",
"connect",
"list-ops",
"diamond",
"all-your-base",
"isogram",
"transpose"
],
"exercises": [
{
"slug": "hello-world",
Expand Down

0 comments on commit f6b99b2

Please sign in to comment.