minion-common

The Minion project has multiple separate codebases which have some dependencies on the same set of helper libraries and utilities. Those should be extracted into this common library which the various other codebases can just depend on as a shard.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      minion-common:
        github: joshsoftware/minion-common
  2. Run shards install

Usage

require "minion-common"

Contributors