Gem Monokera::SDK
Resources available in this SDK
Service Name | Service Class | API Version | Docs |
---|
Document Service | Document | v1 | Docs |
Policy Service | Policy | v1 | Docs |
Pricing Service | Pricing | v1 | TODO: add reference to documentation |
Product Definition | ProductDefinition | v1 | Docs |
Development
After checking out the repo, run bin/setup
to install dependencies. Then, run bin/rspec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
.
Include the changes description just below [Unreleased]
title.
Versioning
This project uses semantic versioning. You can safely
express a dependency on a major version and expect all minor and patch versions
to be backwards compatible.
How to release a new version
NOTE: Avoid updating CHANGELOG.md
and version.rb
files manually to release the new version.
After squash and merge your changes to master, you need to follow these steps:
- Run
$ bin/bump minor
- To release a major or a patch version you can pass
major
or patch
argument to bin/bump
- Ex:
$ bin/bump patch
or $ bin/bump major
- Open a Pull Request named
Bump version to x.y.z
and tag it as release
If any error is found updating CHANGELOG.md
, any change related with versioning is reverted.