[DRE-commits] [ruby-test-unit] branch master updated (de239c0 ->	87dafda)
    Lucas Nussbaum 
    lucas at moszumanska.debian.org
       
    Tue Jul  4 20:51:20 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
lucas pushed a change to branch master
in repository ruby-test-unit.
      from  de239c0   Run wrap-and-sort on packaging files
       new  83a7a0a   New upstream version 3.2.5
       new  e50e57d   Refresh packaging using dh-make-ruby
       new  87dafda   Prepare changelog
The 3 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:
 COPYING                                |   5 +-
 README.md                              |  18 +--
 Rakefile                               |  11 +-
 debian/changelog                       |  14 ++
 debian/control                         |   8 +-
 debian/rules                           |  14 --
 doc/text/getting-started.md            | 246 +++++++++++++++++++++++++++++
 doc/text/news.md                       | 177 ++++++++++++++++++++-
 lib/test/unit/assertions.rb            | 148 +++++++++++-------
 lib/test/unit/attribute.rb             |  64 ++++++++
 lib/test/unit/autorunner.rb            |  30 +++-
 lib/test/unit/collector/load.rb        |   2 +
 lib/test/unit/diff.rb                  |  22 +--
 lib/test/unit/fixture.rb               |   3 +
 lib/test/unit/testcase.rb              | 141 +++++++++++------
 lib/test/unit/testresult.rb            |   7 +
 lib/test/unit/ui/console/testrunner.rb |  10 +-
 lib/test/unit/ui/emacs/testrunner.rb   |  10 +-
 lib/test/unit/ui/testrunnermediator.rb |  16 +-
 lib/test/unit/util/backtracefilter.rb  |   4 +-
 lib/test/unit/version.rb               |   2 +-
 metadata.yml                           | 277 ---------------------------------
 test-unit.gemspec                      |  49 ++++++
 test/collector/test-descendant.rb      |   4 +
 test/collector/test_dir.rb             |   9 +-
 test/collector/test_objectspace.rb     |  12 +-
 test/test-assertions.rb                | 223 ++++++++++++++------------
 test/test-test-case.rb                 | 113 +++++++++++++-
 test/test-test-suite.rb                |   1 +
 29 files changed, 1084 insertions(+), 556 deletions(-)
 create mode 100644 doc/text/getting-started.md
 delete mode 100644 metadata.yml
 create mode 100644 test-unit.gemspec
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-test-unit.git
    
    
More information about the Pkg-ruby-extras-commits
mailing list