[DRE-commits] [ruby-cabin] branch master updated (af6f239 -> c27eac7)

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Tue Mar 15 19:54:35 UTC 2016


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

lucasmoura-guest pushed a change to branch master
in repository ruby-cabin.

      from  af6f239   Run wrap-and-sort on packaging files
      adds  3189373   Imported Upstream version 0.8.1
       new  40fc86b   Merge tag 'upstream/0.8.1'
       new  f864420   New upstream release
       new  9be896f   Create ruby-tests.rake file
       new  3035613   Create patch to remove simplecov from test_helper.rb
       new  c27eac7   Create 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:
 cabin.gemspec                         | 34 ++++++++++++++
 debian/changelog                      |  9 ++++
 debian/control                        |  3 +-
 debian/patches/remove_simplecov.patch | 23 +++++++++
 debian/patches/series                 |  1 +
 debian/ruby-tests.rake                |  9 ++++
 debian/ruby-tests.rb                  |  2 -
 lib/cabin/channel.rb                  | 53 ++++++++++++++-------
 lib/cabin/mixins/dragons.rb           |  2 +-
 lib/cabin/mixins/logger.rb            | 11 +++++
 lib/cabin/mixins/terminal.rb          |  3 +-
 lib/cabin/mixins/timestamp.rb         |  2 +-
 lib/cabin/outputs/io.rb               |  1 +
 lib/cabin/subscriber.rb               | 12 +++++
 metadata.yml                          | 88 -----------------------------------
 test/all.rb                           | 11 ++---
 test/{ => cabin}/test_logging.rb      | 22 +++++----
 test/{ => cabin}/test_metrics.rb      |  8 +---
 test/{ => cabin}/test_pipe.rb         |  9 +---
 test/{ => cabin}/test_zeromq.rb       |  7 +--
 test/{ => support}/minitest-patch.rb  |  0
 test/test_helper.rb                   |  8 ++++
 22 files changed, 170 insertions(+), 148 deletions(-)
 create mode 100644 cabin.gemspec
 create mode 100644 debian/patches/remove_simplecov.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/ruby-tests.rake
 delete mode 100644 debian/ruby-tests.rb
 create mode 100644 lib/cabin/subscriber.rb
 delete mode 100644 metadata.yml
 rename test/{ => cabin}/test_logging.rb (91%)
 rename test/{ => cabin}/test_metrics.rb (93%)
 rename test/{ => cabin}/test_pipe.rb (89%)
 rename test/{ => cabin}/test_zeromq.rb (94%)
 rename test/{ => support}/minitest-patch.rb (100%)
 create mode 100644 test/test_helper.rb

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



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