[DRE-commits] [ruby-riot] branch master updated (7b7cdfd -> b9c10d0)

Cédric Boutillier boutil at moszumanska.debian.org
Fri Jun 20 21:50:27 UTC 2014


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

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

      from  7b7cdfd   changelog: prepare for upload to unstable, edit ITP bug number
      adds  b483e8d   Imported Upstream version 0.12.7
       new  ad0cece   Merge tag 'upstream/0.12.7'
       new  34ce16c   drop 01_fix_test_suite_for_ruby18.patch, add no_bundler.patch
       new  8af3e88   Bump Standards-Version to 3.9.5
       new  b9c10d0   prepare changelog

The 4 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:
 .gitignore                                        |   2 +
 .travis.yml                                       |  10 +
 CHANGELOG                                         | 531 ++++++++++++----------
 Gemfile                                           |   4 +
 README.markdown                                   | 501 +++++++++++---------
 debian/changelog                                  |  11 +
 debian/control                                    |   2 +-
 debian/patches/01_fix_test_suite_for_ruby18.patch |  24 -
 debian/patches/no_bundler.patch                   |  16 +
 debian/patches/series                             |   2 +-
 lib/riot/context.rb                               |  17 +-
 lib/riot/message.rb                               |   2 +-
 lib/riot/middleware.rb                            |  40 +-
 lib/riot/reporter.rb                              |   9 +-
 lib/riot/reporter/io.rb                           |  20 +-
 lib/riot/reporter/pretty_dot_matrix.rb            |   1 -
 lib/riot/rr.rb                                    |   5 +
 lib/riot/runnable.rb                              |  16 +-
 lib/riot/situation.rb                             |   2 +-
 lib/riot/version.rb                               |   2 +-
 metadata.yml                                      |  79 ++--
 test/core/assertion_macros/raises_kind_of_test.rb |   2 +-
 test/core/assertion_macros/raises_test.rb         |   2 +-
 test/core/middleware/context_middleware_test.rb   |  20 +
 test/core/reports/basic_reporter_test.rb          |   6 +
 test/core/reports/dot_matrix_reporter_test.rb     |   8 +-
 test/core/reports/story_reporter_test.rb          |  10 +-
 test/core/runnable/erroring_gracefully_test.rb    |  47 ++
 test/teststrap.rb                                 |   4 +-
 29 files changed, 806 insertions(+), 589 deletions(-)
 create mode 100644 .travis.yml
 delete mode 100644 debian/patches/01_fix_test_suite_for_ruby18.patch
 create mode 100644 debian/patches/no_bundler.patch
 create mode 100644 test/core/runnable/erroring_gracefully_test.rb

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



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