Next | Query returned 5 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2023-01-09 06:18:49 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Kdevel/ruby-dotenv: add package version 2.8.1

Required by forthcoming sysutils/ruby-repofetch pacakge.

dotenv

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

Storing configuration in the environment is one of the tenets of a
twelve-factor app.  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.
   2017-06-21 16:50:40 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove ruby-dotenv package.  it was required by ruby-celluloid but it dose
not any more.
   2016-02-16 15:55:34 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-dotenv to 2.1.0.

2.1.0 - Jan 13, 2016

* Relax dependency on railties to allow Rails 5.0 apps. (#226)
* Fix scenario where some escaped $ would not be unescaped. (#222)
* Gracefully handle files with UTF-8 BOM (#225)
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-09-13 15:57:25 by Takahiro Kambe | Files touched by this commit (4)
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.

Next | Query returned 5 messages, browsing 1 to 10 | previous