fastruby / dotenv_validator

This gem check if required env variables are present and its format using the .env and .env.sample files from Dotenv.
https://www.fastruby.io/blog/open-source/introducing-dotenv-validator.html
MIT License
50 stars 4 forks source link

[BUG] README doesn't mention how to install the gem from Rubygems.org #20

Closed etagwerker closed 3 years ago

etagwerker commented 3 years ago

Before we start...:

Version, Branch, or Commit:

main branch.

Expected behavior:

README should mention how to install this gem.

Actual behavior:

README tells people to install from GitHub (which can be a bit risky)

Steps to reproduce:

Read our README.

Context:

dotenv_validator v1.0.0 has been released over here: https://rubygems.org/gems/dotenv_validator

I will abide by the code of conduct