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
-
Add the dependency to your
shard.yml
:dependencies: minion-common: github: joshsoftware/minion-common
-
Run
shards install
Usage
require "minion-common"
Contributors
- Kirk Haines - creator and maintainer