File rubygem-dotenv.changes of Package rubygem-dotenv
-------------------------------------------------------------------
Thu Aug 4 13:07:21 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.8.1
no changelog found
-------------------------------------------------------------------
Fri Sep 25 13:52:52 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 2.7.6
no changelog found
-------------------------------------------------------------------
Mon Feb 10 14:29:43 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 2.7.5
no changelog found
-------------------------------------------------------------------
Fri Jul 19 09:04:57 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.7.4
no changelog found
-------------------------------------------------------------------
Fri Mar 29 05:59:38 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.7.2
no changelog found
-------------------------------------------------------------------
Sat Mar 2 15:12:06 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.7.1
no changelog found
-------------------------------------------------------------------
Mon Jan 14 13:35:48 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.6.0
no changelog found
-------------------------------------------------------------------
Thu Jun 21 23:03:18 UTC 2018 - factory-auto@kulow.org
- updated to version 2.5.0
no changelog found
-------------------------------------------------------------------
Tue Apr 24 05:03:59 UTC 2018 - factory-auto@kulow.org
- updated to version 2.4.0
no changelog found
-------------------------------------------------------------------
Fri Apr 20 08:05:05 UTC 2018 - factory-auto@kulow.org
- updated to version 2.3.0
no changelog found
-------------------------------------------------------------------
Tue Apr 10 14:07:56 UTC 2018 - factory-auto@kulow.org
- updated to version 2.2.2
no changelog found
-------------------------------------------------------------------
Tue May 23 09:50:03 UTC 2017 - coolo@suse.com
- updated to version 2.2.1
no changelog found
-------------------------------------------------------------------
Sat Jan 28 05:35:27 UTC 2017 - coolo@suse.com
- updated to version 2.2.0
no changelog found
-------------------------------------------------------------------
Mon Jan 16 05:31:19 UTC 2017 - coolo@suse.com
- updated to version 2.1.2
no changelog found
-------------------------------------------------------------------
Wed Apr 6 06:16:45 UTC 2016 - coolo@suse.com
- updated to version 2.1.1
no changelog found
-------------------------------------------------------------------
Thu Jan 21 05:33:12 UTC 2016 - coolo@suse.com
- updated to version 2.1.0
no changelog found
-------------------------------------------------------------------
Sat Jun 20 04:29:47 UTC 2015 - coolo@suse.com
- updated to version 2.0.2
no changelog found
-------------------------------------------------------------------
Sun Apr 5 04:33:25 UTC 2015 - coolo@suse.com
- updated to version 2.0.1
-------------------------------------------------------------------
Fri Mar 6 05:30:26 UTC 2015 - coolo@suse.com
- updated to version 2.0.0
-------------------------------------------------------------------
Tue Nov 11 13:08:54 UTC 2014 - tboerger@suse.com
- Updated to 1.0.2
- 1.0.2
- Define #load on Dotenv::Railtie, which can be called to manually load dotenv before Rails has initialized.
- add dotenv/rails-now, which can be required in the Gemfile to immidately load dotenv.
- 1.0.1
- Fix load error with Spring when running rails server (#140)
- 1.0.0
- dotenv-rails is now loaded during the before_configuration callback, which is fired when the Application constant is defined (class Application < Rails::Application).
- Remove deprecated features. Upgrade to 0.11.0 and fix deprecation warnings before upgrading to 1.0.0.
- Watch .env for changes with Spring in Rails 4 (#118)
- Fix deprecation warnings for File.exists? (#121)
- Use Rails.root to find .env (#122)
- Avoid substitutions inside single quotes (#124)
-------------------------------------------------------------------
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