TODO: Write a gem description
- Install Ruby 2.2.2
bundle install
bundle exec rake benchmark[12]
To run as a server, run bundle exec rake server
- Fork it ( https://github.com/[my-github-username]/yars/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request