Sha256: 2d3139840888b1286c73e956e1ce4d38f32282624fd73ea53b4713fd94b7b645

Contents?: true

Size: 524 Bytes

Versions: 40

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 auth0-publish-rubygem .
docker run --rm -e RUBYGEMS_EMAIL="$RUBYGEMS_EMAIL" -e RUBYGEMS_PASSWORD="$RUBYGEMS_PASSWORD" -it auth0-publish-rubygem /bin/sh publish_rubygem.sh
```

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
auth0-5.18.0 RUBYGEM.md
auth0-5.16.0 RUBYGEM.md
auth0-5.15.0 RUBYGEM.md
auth0-5.14.2 RUBYGEM.md
auth0-5.14.1 RUBYGEM.md
auth0-5.14.0 RUBYGEM.md
auth0-5.13.0 RUBYGEM.md
auth0-5.12.0 RUBYGEM.md
auth0-5.11.0 RUBYGEM.md
auth0-5.10.0 RUBYGEM.md
auth0-5.9.0 RUBYGEM.md
auth0-5.8.1 RUBYGEM.md
auth0-5.8.0 RUBYGEM.md
auth0-5.7.0 RUBYGEM.md
auth0-5.6.1 RUBYGEM.md
auth0-5.6.0 RUBYGEM.md
auth0-5.5.0 RUBYGEM.md
auth0-5.4.0 RUBYGEM.md
auth0-5.3.0 RUBYGEM.md
auth0-5.2.0 RUBYGEM.md