pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-dotenv



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 13 13:57:25 UTC 2015

Added Files:
        pkgsrc/devel/ruby-dotenv: DESCR Makefile PLIST distinfo

Log Message:
Add ruby-dotenv, required by new version of ruby-celluloid.

Shim to load environment variables from `.env` into `ENV` in *development*.

Storing [configuration in the environment](http://www.12factor.net/config) is
one of the tenets of a [twelve-factor app](http://www.12factor.net/). Anything
that is likely to change between deployment environments-such as resource
handles for databases or credentials for external services - should be
extracted from the code into environment variables.

But it is not always practical to set environment variables on development
machines or continuous integration servers where multiple projects are
run. dotenv loads variables from a `.env` file into `ENV` when the environment
is bootstrapped.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-dotenv/DESCR \
    pkgsrc/devel/ruby-dotenv/Makefile pkgsrc/devel/ruby-dotenv/PLIST \
    pkgsrc/devel/ruby-dotenv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index