How to install Convenient Service?

Via Bundler

  • Add the following line to your Gemfile:

    gem "convenient_service", "~> 0.24.0"

    Then run:

    bundle install

Without Bundler

  • Run:

    gem install convenient_service -v 0.24.0

Sources