-
Merge changes from 0.2.6 and 0.2.6 into 0.3.0.
-
Load the .env files in lexicographical order.
-
Make a bunch of changes suggested by Rubocop lints.
-
Silence some debugging lines.
-
(unknown)
-
Handle empty key or value when loading environment variables
-
Borrow some code from dotenv to load a .env file as the defualt variables. Its a rough implementation.
-
Assume anything that started with ^SEC_\ is secret and purge from regular ENV.
-
Fork from origional
-
Don’t store vars in /tmp file. Directly suck them into memory.
-
FIX: All environment variables had a trailing /n
-
NEW: Added method override to override the default ENV object
-
FIX: Store environment variable in /tmp
-
FIX: Environment file spelling
-
Initial release