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