[DRE-commits] [ruby-dotenv] branch master updated (2a0f1aa -> 223fa04)

Markus Tornow nadir-guest at alioth.debian.org
Fri Oct 11 23:22:54 UTC 2013


This is an automated email from the git hooks/post-receive script.

nadir-guest pushed a change to branch master
in repository ruby-dotenv.

      from  2a0f1aa   adding override_dh_installchangelogs to debian/rules
      adds  ab15278   Imported Upstream version 0.9.0
       new  8e33360   Merge tag 'upstream/0.9.0'
       new  223fa04   adding new entry for upstream Release in debian/changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                       |    1 +
 .travis.yml                      |    4 +-
 Changelog.md                     |   32 +++++++++++++++
 README.md                        |   25 +++++++++---
 bin/dotenv                       |   12 ++++++
 debian/changelog                 |    6 +++
 lib/dotenv.rb                    |    2 +
 lib/dotenv/capistrano.rb         |    5 +++
 lib/dotenv/capistrano/recipes.rb |   10 +++++
 lib/dotenv/environment.rb        |   61 ++++++++++++++++++++++++----
 lib/dotenv/format_error.rb       |    4 ++
 lib/dotenv/railtie.rb            |    2 -
 lib/dotenv/version.rb            |    2 +-
 metadata.yml                     |   11 +++--
 spec/dotenv/environment_spec.rb  |   82 ++++++++++++++++++++++++++++++++++----
 spec/dotenv_spec.rb              |   27 +++++++++++--
 spec/fixtures/plain.env          |    3 ++
 17 files changed, 258 insertions(+), 31 deletions(-)
 create mode 100755 bin/dotenv
 create mode 100644 lib/dotenv/capistrano.rb
 create mode 100644 lib/dotenv/capistrano/recipes.rb
 create mode 100644 lib/dotenv/format_error.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-dotenv.git



More information about the Pkg-ruby-extras-commits mailing list