File rubygem-dotenv-0_11.changes of Package rubygem-dotenv-0_11
-------------------------------------------------------------------
Fri Nov 21 08:47:53 UTC 2014 - tboerger@suse.com
- Added a new suffixed package
-------------------------------------------------------------------
Mon Oct 13 12:03:47 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Sun May 18 09:04:36 UTC 2014 - coolo@suse.com
- updated to version 0.11.1
* Depend on dotenv-deployment ~>0.0.2, which fixes issues with 0.0.1
-------------------------------------------------------------------
Sun Feb 23 09:24:50 UTC 2014 - coolo@suse.com
- updated to version 0.10.0
* Add support for executing interpolated commands. (Ruby >= 1.9 only)
HEAD_SHA=$(git rev-parse HEAD)
* Add `dotenv_role` option in Capistrano.
set :dotenv_role, [:app, web]
* Add `Dotenv.overload` to overwrite existing environment values.
-------------------------------------------------------------------
Fri Aug 30 10:00:30 UTC 2013 - coolo@suse.com
- updated to version 0.9.0
* Add support for variable expansion.
HOST="example.com"
URL="http://${USER}@${HOST}"
ESCAPED_VARIABLE="this is \$NOT replaced"
* Allow setting variables without a value.
BLANK=
* Add `dotenv` executable to load `.env` for other scripts.
$ dotenv ./script.py
-------------------------------------------------------------------
Wed Jul 31 05:45:56 UTC 2013 - coolo@suse.com
- updated to version 0.8.0
* Added a capistrano recipe to symlink in `.env` on deploy.
* Allow inline comments
VARIABLE=value # this is a comment
* Raises Dotenv::FormatError when parsing fails
[Full Changelog](https://github.com/bkeepers/dotenv/compare/v0.7.0...v0.8.0)
-------------------------------------------------------------------
Tue Jun 4 18:41:14 UTC 2013 - coolo@suse.com
- initial package