Sha256: a0a4edc726677ba5fbc3819f68450f21597a725c0f327c23bf5538984613e63f

Contents?: true

Size: 524 Bytes

Versions: 2

Compression:

Stored size: 524 Bytes

Contents

# Publish the Gem on RubyGems.org

To publish the gem set `RUBYGEMS_EMAIL` and `RUBYGEMS_PASSWORD` environment variables with your email and password from your RubyGems account respectively.
Then run the following [Docker](https://docs.docker.com/engine/installation/) commands in the terminal to build and publish the gem.

```bash
docker build -t minty-publish-rubygem .
docker run --rm -e RUBYGEMS_EMAIL="$RUBYGEMS_EMAIL" -e RUBYGEMS_PASSWORD="$RUBYGEMS_PASSWORD" -it minty-publish-rubygem /bin/sh publish_rubygem.sh
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
minty-1.0.1 RUBYGEM.md
minty-1.0.0 RUBYGEM.md