Nothing has been indexed for 0.1.3 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  minion-common:
    github: joshsoftware/minion-common
    version: ~> 0.1.3

Then run:

shards install

shard.yml

No shard.yml has been indexed for 0.1.3. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

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