[DRE-commits] [ruby-nenv] branch master updated (0acd06b -> 8261676)

Daisuke Higuchi dai at moszumanska.debian.org
Mon Nov 27 01:57:03 UTC 2017


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

dai pushed a change to branch master
in repository ruby-nenv.

      from  0acd06b   Run wrap-and-sort on packaging files
      adds  19ceeb6   New upstream version 0.3.0
       new  022c41d   Update upstream source from tag 'upstream/0.3.0'
       new  1d5ad4d   remove patch.
       new  b159d34   eliminate lintian warning: debian-watch-uses-insecure-uri
       new  10a8879   Bump Standards-Version to 4.1.1 (no changes needed)
       new  086aebc   Bump debhelper compatibility level to 10
       new  981284c   new patches.
       new  feb329f   Support autopkgtest-pkg-ruby
       new  8261676   update debian/changelog

The 8 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:
 .rspec                                             |   2 -
 .rubocop.yml                                       |   1 -
 .rubocop_todo.yml                                  |  33 --
 .travis.yml                                        |  13 -
 Gemfile                                            |  12 -
 Guardfile                                          |  32 --
 Rakefile                                           |  17 -
 debian/changelog                                   |  22 +
 debian/compat                                      |   2 +-
 debian/control                                     |   5 +-
 debian/patches/add_specs.patch                     | 449 +++++++++++++++++++++
 debian/patches/disable-coveralls                   |  15 -
 debian/patches/reset_instance_before_create.patch  |  16 +
 debian/patches/series                              |   3 +-
 debian/tests/control                               |   3 +
 debian/tests/run-test                              |   7 +
 debian/watch                                       |   2 +-
 lib/nenv/environment.rb                            |  55 ++-
 lib/nenv/environment/dumper.rb                     |  13 +-
 .../environment/{dumper.rb => dumper/default.rb}   |   5 +-
 lib/nenv/environment/loader.rb                     |  31 +-
 lib/nenv/environment/loader/default.rb             |   9 +
 .../environment/{loader.rb => loader/predicate.rb} |  15 +-
 lib/nenv/version.rb                                |   2 +-
 spec/lib/nenv/builder_spec.rb                      |  27 --
 spec/lib/nenv/environment/dumper_spec.rb           |  34 --
 spec/lib/nenv/environment/loader_spec.rb           |  59 ---
 spec/lib/nenv/environment_spec.rb                  | 220 ----------
 spec/lib/nenv_spec.rb                              |  84 ----
 spec/spec_helper.rb                                |  49 ---
 30 files changed, 576 insertions(+), 661 deletions(-)
 delete mode 100644 .rspec
 delete mode 100644 .rubocop.yml
 delete mode 100644 .rubocop_todo.yml
 delete mode 100644 .travis.yml
 delete mode 100644 Gemfile
 delete mode 100644 Guardfile
 delete mode 100644 Rakefile
 create mode 100644 debian/patches/add_specs.patch
 delete mode 100644 debian/patches/disable-coveralls
 create mode 100644 debian/patches/reset_instance_before_create.patch
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/run-test
 copy lib/nenv/environment/{dumper.rb => dumper/default.rb} (50%)
 create mode 100644 lib/nenv/environment/loader/default.rb
 copy lib/nenv/environment/{loader.rb => loader/predicate.rb} (51%)
 delete mode 100644 spec/lib/nenv/builder_spec.rb
 delete mode 100644 spec/lib/nenv/environment/dumper_spec.rb
 delete mode 100644 spec/lib/nenv/environment/loader_spec.rb
 delete mode 100644 spec/lib/nenv/environment_spec.rb
 delete mode 100644 spec/lib/nenv_spec.rb
 delete mode 100644 spec/spec_helper.rb

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



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