[DRE-commits] [ruby-dotenv] branch master updated (65c97d0 -> efa699f)

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Aug 1 17:53:40 UTC 2017


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

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

      from  65c97d0   Run wrap-and-sort on packaging files
      adds  e65633b   New upstream version 2.2.1
       new  598c70e   Updated version 2.2.1 from 'upstream/2.2.1'
       new  4d3860b   debian/rules: remove code to remove `dotenv` program
       new  64de4d0   packaging updates
       new  402b33d   drop patch
       new  efa699f   release

The 5 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:
 .github/issue_template.md                          | 21 ++++++
 .github/stale.yml                                  | 17 +++++
 .gitignore                                         |  2 +
 .rubocop.yml                                       |  2 +-
 .travis.yml                                        | 13 ++--
 Changelog.md                                       | 43 +++++++++++-
 Gemfile                                            | 14 +++-
 Guardfile                                          |  2 +-
 OWNERS                                             |  5 ++
 README.md                                          | 79 +++++++++++++++++-----
 Rakefile                                           | 15 ++--
 debian/changelog                                   | 21 ++++++
 debian/compat                                      |  2 +-
 debian/control                                     |  9 +--
 debian/gemspec                                     |  1 +
 ...ser_spec-don-t-assume-being-run-with-ruby.patch | 37 ----------
 debian/patches/series                              |  1 -
 debian/rules                                       |  5 --
 debian/tests/control                               |  2 -
 dotenv-rails.gemspec                               |  7 +-
 dotenv.gemspec                                     |  8 +--
 lib/dotenv.rb                                      | 12 ++--
 lib/dotenv/environment.rb                          |  4 +-
 lib/dotenv/load.rb                                 |  2 +
 lib/dotenv/parser.rb                               | 10 +--
 lib/dotenv/rails-now.rb                            |  2 +-
 lib/dotenv/rails.rb                                | 36 +++++++---
 lib/dotenv/substitutions/variable.rb               | 15 ++--
 lib/dotenv/tasks.rb                                |  2 +-
 lib/dotenv/version.rb                              |  2 +-
 spec/dotenv/parser_spec.rb                         | 44 ++++++++++--
 spec/dotenv/rails_spec.rb                          | 32 ++++++---
 spec/dotenv_spec.rb                                | 19 +++++-
 spec/fixtures/.env.development                     |  2 +
 spec/fixtures/.env.development.local               |  3 +
 spec/fixtures/.env.test                            |  1 +
 spec/fixtures/bom.env                              |  1 +
 37 files changed, 357 insertions(+), 136 deletions(-)
 create mode 100644 .github/issue_template.md
 create mode 100644 .github/stale.yml
 create mode 100644 OWNERS
 create mode 120000 debian/gemspec
 delete mode 100644 debian/patches/0001-parser_spec-don-t-assume-being-run-with-ruby.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/tests/control
 create mode 100644 lib/dotenv/load.rb
 create mode 100644 spec/fixtures/.env.development
 create mode 100644 spec/fixtures/.env.development.local
 create mode 100644 spec/fixtures/bom.env

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