Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to raise error, if .env file does not exist #1 #2

Merged
merged 6 commits into from
Feb 11, 2018

Commits on Feb 11, 2018

  1. Configuration menu
    Copy the full SHA
    f5f007f View commit details
    Browse the repository at this point in the history
  2. Add with expetion when .env file does not exist:

    - Add Envy#load and Envy#load! with block, that takes a hash of
    configuration '{ raise_exception: true }'.
    thegreyfellow committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    ba7a6f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2659083 View commit details
    Browse the repository at this point in the history
  4. Update README.

    thegreyfellow committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    74959c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ba2212 View commit details
    Browse the repository at this point in the history
  6. Rename hash to option.

    thegreyfellow committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    9c35a2b View commit details
    Browse the repository at this point in the history