[DRE-commits] [ruby-em-synchrony] branch master updated (ccd0d41 -> 19ddd1d)

Lucas Kanashiro kanashiro.duarte at gmail.com
Wed Mar 2 12:44:39 UTC 2016


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

kanashiro-guest pushed a change to branch master
in repository ruby-em-synchrony.

      from  ccd0d41   add myself to uploaders
      adds  1dc184b   Imported Upstream version 1.0.4
       new  3295971   Merge tag 'upstream/1.0.4'
       new  5fc812a   Update d/changelog: import version 1.0.4
       new  dcd8d91   Create patch to fix tests with ruby2.3 (Closes: #800029)
       new  28e1cab   Create patch to remove relative requires from tests
       new  31be194   Refresh existent patches
       new  2485d47   Update disable-failing-activerecord-tests.patch, skip new activerecord test
       new  dbb9b99   Rename d/start_services_and_auto_install.sh to d/start_services_and_run.sh
       new  25a73c1   debian/start_services_and_run.sh: call mysql with the right user
       new  92d42a5   Move logic for calling debian/start_services_and_run.sh for running the tests inside debian/ruby-tests.rake
       new  6b9eb79   debian/control: update Vcs ulr, silence lintian
       new  5982dc0   Declare compliance with Debian policy 3.9.7
       new  b511ae6   debian/copyright: add Upstream-Contact field and add some commas
       new  84b3ca8   Update Debian packaging copyright
       new  05a88a1   Bump debhelper compatibility level to 9
       new  879f7fa   debian/control: wrap and sort
       new  19ddd1d   Prepare version 1.0.4-1 to unstable

The 16 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.md                                          |   5 +-
 debian/changelog                                   |  22 +++++
 debian/compat                                      |   2 +-
 debian/control                                     |  54 +++++------
 debian/copyright                                   |   8 +-
 debian/patches/disable-amqp.patch                  |  16 ++--
 debian/patches/disable-connection-pool-tests.patch |  15 +---
 .../disable-failing-activerecord-tests.patch       |  21 +++--
 debian/patches/disable-network-tests.patch         |   2 +-
 debian/patches/disable-redis-auth.test             |   9 +-
 .../patches/fix-tests-with-new-rspec-syntax.patch  |  44 +++++++++
 .../remove-relative-require-from-tests.patch       |  47 ++++++++++
 debian/patches/series                              |   2 +
 debian/ruby-tests.rake                             |   7 +-
 debian/rules                                       |   4 -
 ...d_auto_install.sh => start_services_and_run.sh} |  19 ++--
 em-synchrony.gemspec                               |   3 +-
 lib/em-synchrony.rb                                |   8 ++
 lib/em-synchrony/activerecord.rb                   |  43 ++++++++-
 lib/em-synchrony/amqp.rb                           |   6 +-
 lib/em-synchrony/connection_pool.rb                |  11 +++
 lib/em-synchrony/em-hiredis.rb                     | 100 ++++++++++++---------
 lib/em-synchrony/mechanize.rb                      |  27 ++++++
 lib/em-synchrony/tcpsocket.rb                      |  15 +++-
 metadata.yml                                       |  33 ++++---
 spec/amqp_spec.rb                                  |  16 ++--
 spec/connection_pool_spec.rb                       |  47 +++++++++-
 spec/helper/all.rb                                 |   7 +-
 spec/helper/core.rb                                |   6 ++
 spec/tcpsocket_spec.rb                             |  94 ++++++++++++++++---
 30 files changed, 515 insertions(+), 178 deletions(-)
 create mode 100644 debian/patches/fix-tests-with-new-rspec-syntax.patch
 create mode 100644 debian/patches/remove-relative-require-from-tests.patch
 rename debian/{start_services_and_auto_install.sh => start_services_and_run.sh} (61%)
 create mode 100644 lib/em-synchrony/mechanize.rb
 create mode 100644 spec/helper/core.rb

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



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