To release a new version

Update lib/docker_rails_proxy/version.rb with the new version and commit that change.

Git Tag

git tag v0.0.1
git push origin v0.0.1

Gem Build

The user on rubygems.org is [email protected]. Credentials are in 1password "Eureka Tech" vault

gem build docker_rails_proxy.gemspec
gem push docker_rails_proxy-0.0.1.gem