[DRE-commits] [ruby-dotenv] branch master updated (dfe943b -> 9bcf262)

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 change to branch master
in repository ruby-dotenv.

      from  dfe943b   reupload to unstable
       new  5de75f9   debian/watch: point at github
      adds  ad50f15   Imported Upstream version 2.0.2
       new  b50fb73   Merge tag 'upstream/2.0.2'
       new  b63331b   New upstream release
       new  89be5c6   set DH_RUBY_GEMSPEC
       new  d6a4e8e   Refresh packaging with a new dh-make-ruby run
       new  3f1e1d2   fix test suite under the non-default Ruby interpreter.
       new  40f0290   add bug number
       new  a79b555   release to unstable
       new  2f923bd   skip rails tests
       new  9bcf262   add an explicit test suite

The 10 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:
 .env                                               |   1 -
 .rubocop.yml                                       |  20 +++
 .travis.yml                                        |  16 +-
 Changelog.md                                       |  35 ++++-
 Gemfile                                            |  16 +-
 Guardfile                                          |  10 +-
 README.md                                          |  24 ++-
 Rakefile                                           |  21 +--
 bin/dotenv                                         |  11 +-
 debian/changelog                                   |  11 ++
 debian/compat                                      |   2 +-
 debian/control                                     |  12 +-
 ...ser_spec-don-t-assume-being-run-with-ruby.patch |  37 +++++
 debian/patches/series                              |   1 +
 debian/ruby-tests.rake                             |   9 +-
 debian/rules                                       |  14 +-
 debian/tests/control                               |   2 +
 debian/watch                                       |   2 +-
 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 +-
 43 files changed, 774 insertions(+), 389 deletions(-)
 delete mode 100644 .env
 create mode 100644 .rubocop.yml
 create mode 100644 debian/patches/0001-parser_spec-don-t-assume-being-run-with-ruby.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/tests/control
 create mode 100644 dotenv-rails.gemspec
 create mode 100644 lib/dotenv-rails.rb
 create mode 100644 lib/dotenv/cli.rb
 create mode 100644 lib/dotenv/rails-now.rb
 create mode 100644 lib/dotenv/rails.rb
 delete mode 100644 metadata.yml
 create mode 100644 spec/dotenv/cli_spec.rb
 create mode 100644 spec/dotenv/rails_spec.rb
 create mode 100644 spec/fixtures/.env
 create mode 100644 spec/fixtures/.env.local
 create mode 100644 spec/fixtures/.env.test

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