Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 777 Bytes

CONTRIBUTING.md

File metadata and controls

48 lines (30 loc) · 777 Bytes

Contributing

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.

Set up

Install the dependencies:

bundle

Done.

Tests

We have 100% test coverage using rspec and SimpleCov.

You can run the tests by simply running

rspec

Deploying

If you have write access to the repository, you can deploy the gem to RubyGems.org.

Steps:

  1. Make sure the Changelog is up to date.

  2. Tag the version

    git tag -a 1.0.1
  3. Push to Github

    git push origin 1.0.1