Skip to main content

Installation

There are multiple installation methods. Pick the one that best fits your needs.

Bundler

Add the following line to your Gemfile:

gem "convenient_service", "~> 0.19.0"

And then run:

bundle install

Without Bundler

Execute the command below:

gem install convenient_service -v 0.19.0
info

Convenient Service follows the Semantic Versioning standard.