[DRE-commits] [ruby-dotenv] 02/10: Merge tag 'upstream/2.0.2'

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Sep 10 23:08:11 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-dotenv.

commit b50fb734033c98f961d768bd2cb846ee099f5c25
Merge: 5de75f9 ad50f15
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Sep 10 19:13:24 2015 -0300

    Merge tag 'upstream/2.0.2'
    
    Upstream version 2.0.2
    
    # gpg: Signature made Qui 10 Set 2015 19:13:22 BRT using RSA key ID CD460BDE
    # gpg: Good signature from "Antonio Terceiro <terceiro at softwarelivre.org>"
    # gpg:                 aka "Antonio Terceiro <terceiro at dcc.ufba.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at colivre.coop.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at debian.org>"

 .env                                 |   1 -
 .rubocop.yml                         |  20 +++++
 .travis.yml                          |  16 +++-
 Changelog.md                         |  35 +++++++-
 Gemfile                              |  16 ++--
 Guardfile                            |  10 +--
 README.md                            |  24 +++++-
 Rakefile                             |  21 ++---
 bin/dotenv                           |  11 +--
 dotenv-rails.gemspec                 |  17 ++++
 dotenv.gemspec                       |  25 +++---
 lib/dotenv-rails.rb                  |   1 +
 lib/dotenv.rb                        |  59 ++++++++++---
 lib/dotenv/cli.rb                    |  36 ++++++++
 lib/dotenv/environment.rb            |   7 +-
 lib/dotenv/parser.rb                 |  82 ++++++++++++------
 lib/dotenv/rails-now.rb              |  10 +++
 lib/dotenv/rails.rb                  |  47 ++++++++++
 lib/dotenv/substitutions/command.rb  |  16 ++--
 lib/dotenv/substitutions/variable.rb |  34 +++-----
 lib/dotenv/tasks.rb                  |   6 +-
 lib/dotenv/version.rb                |   2 +-
 metadata.yml                         | 107 -----------------------
 spec/dotenv/cli_spec.rb              |  53 ++++++++++++
 spec/dotenv/environment_spec.rb      |  46 +++++-----
 spec/dotenv/parser_spec.rb           | 163 +++++++++++++++++++++--------------
 spec/dotenv/rails_spec.rb            |  76 ++++++++++++++++
 spec/dotenv_spec.rb                  | 118 ++++++++++++++++---------
 spec/fixtures/.env                   |   1 +
 spec/fixtures/.env.local             |   2 +
 spec/fixtures/.env.test              |   1 +
 spec/fixtures/plain.env              |   1 +
 spec/fixtures/quoted.env             |   1 +
 spec/spec_helper.rb                  |   8 +-
 34 files changed, 705 insertions(+), 368 deletions(-)

-- 
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