Contributions are welcome! We basically follow the Github flow and welcome any PR.
For any small changes, feel free to go ahead and open a PR. If it is a bigger change, please consider opening an issue to discuss it first.
Install the dependencies:
bundleDone.
We have 100% test coverage using rspec and SimpleCov.
You can run the tests by simply running
rspecIf you have write access to the repository, you can deploy the gem to RubyGems.org.
Steps:
-
Make sure the Changelog is up to date.
-
Tag the version
git tag -a 1.0.1
-
Push to Github
git push origin 1.0.1