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

email and URL validation: use standard regexes #36

Closed cgrothaus closed 3 years ago

cgrothaus commented 3 years ago

Closes #35.

Use regexes provided by ruby standard library for validation of emails and HTTP URLs.

Changes: