I see you are interested in contributing. That is wonderful. I love contributions.
I guarantee that there are bugs in this software. And I guarantee that there is a feature you want that is not in here yet. As such, any and all bugs reports are gratefully accepted, bugfixes even more so. Helping out with bugs is the easiest way to contribute.
ruby -e 'puts RUBY_DESCRIPTION'
ruby -rubygems -e "require 'hitimes'; puts Hitimes::VERSION"
git checkout -b issue/my-issue
rake develop
to get started, or if you prefer bundler rake develop:using_bunder && bundle
.rake test
to run testsrake test
passes. Its important, I said it twice.