Exercism

Client gem for the warmup-exercise app exercism.io.

$ gem install exercism

Usage

$ exercism  YOUR_GITHUB_USERNAME -s YOUR_EXERCISM_SECRET
$ exercism fetch
$ exercism submit -f example.rb

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request