[DRE-commits] [ruby-test-unit] branch master updated (dc79487 -> 2f0e3f4)

Cédric Boutillier boutil at moszumanska.debian.org
Fri Aug 29 20:59:42 UTC 2014


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

boutil pushed a change to branch master
in repository ruby-test-unit.

      from  dc79487   Add git-buildpackage configuration
      adds  788d7c9   Imported Upstream version 3.0.1
       new  4fd7d2a   Merge tag 'upstream/3.0.1'
       new  6a33ead   README is now Markdown
       new  d61c2db   add a missig copyright assignment
       new  645725f   bump Standards-Version to 3.9.5
       new  2f0e3f4   prepare changelog

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:
 README.textile => README.md                        |  27 +-
 Rakefile                                           |  21 +-
 checksums.yaml.gz                                  | Bin 0 -> 268 bytes
 debian/changelog                                   |  13 +
 debian/control                                     |   2 +-
 debian/copyright                                   |   1 +
 debian/ruby-test-unit.docs                         |   2 +-
 doc/text/how-to.md                                 |  88 +++
 doc/text/news.md                                   | 745 +++++++++++++++++++++
 ...ionfailederror.rb => assertion-failed-error.rb} |   0
 lib/test/unit/assertions.rb                        | 521 +++++++++-----
 lib/test/unit/attribute.rb                         |   3 +-
 lib/test/unit/autorunner.rb                        |  22 +-
 lib/test/unit/collector/dir.rb                     |  16 +-
 lib/test/unit/collector/load.rb                    |  14 +-
 lib/test/unit/collector/objectspace.rb             |   6 +-
 .../{exceptionhandler.rb => exception-handler.rb}  |   2 +-
 .../{testsuitecreator.rb => test-suite-creator.rb} |   7 +-
 lib/test/unit/testcase.rb                          |  21 +-
 lib/test/unit/util/backtracefilter.rb              |  10 +-
 lib/test/unit/version.rb                           |   2 +-
 metadata.yml                                       | 276 ++++----
 test/test-assertions.rb                            | 434 +++++++-----
 test/test-attribute.rb                             |  11 +
 test/{test_error.rb => test-error.rb}              |   0
 test/{test_failure.rb => test-failure.rb}          |   0
 test/{test-testcase.rb => test-test-case.rb}       | 639 ++++++++++++------
 test/{test_testresult.rb => test-test-result.rb}   |   0
 test/test-test-suite-creator.rb                    |  97 +++
 test/{test_testsuite.rb => test-test-suite.rb}     |   0
 30 files changed, 2261 insertions(+), 719 deletions(-)
 rename README.textile => README.md (85%)
 mode change 100644 => 100755
 create mode 100644 checksums.yaml.gz
 create mode 100644 doc/text/how-to.md
 create mode 100644 doc/text/news.md
 rename lib/test/unit/{assertionfailederror.rb => assertion-failed-error.rb} (100%)
 rename lib/test/unit/{exceptionhandler.rb => exception-handler.rb} (99%)
 rename lib/test/unit/{testsuitecreator.rb => test-suite-creator.rb} (90%)
 rename test/{test_error.rb => test-error.rb} (100%)
 rename test/{test_failure.rb => test-failure.rb} (100%)
 rename test/{test-testcase.rb => test-test-case.rb} (58%)
 rename test/{test_testresult.rb => test-test-result.rb} (100%)
 create mode 100644 test/test-test-suite-creator.rb
 rename test/{test_testsuite.rb => test-test-suite.rb} (100%)

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