[DRE-commits] [ruby-em-synchrony] branch master updated (0ced324 -> f28c416)

zeha at debian.org zeha at debian.org
Mon Dec 19 01:14:23 UTC 2016


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

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

      from  0ced324   Use https:// in Vcs-* fields
      adds  004de4e   Import Upstream version 1.0.5
       new  f28c416   Import Debian patch 1.0.5-1

The 1 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:
 .travis.yml                                        |  28 ++++
 Gemfile                                            |  10 +-
 LICENSE                                            |  20 +++
 README.md                                          |  26 ++++
 debian/changelog                                   |  15 +++
 debian/control                                     |   3 +-
 debian/patches/disable-amqp.patch                  |  20 +--
 debian/patches/disable-em-mongo-test.patch         |   8 +-
 .../disable-failing-activerecord-tests.patch       |  23 ++--
 debian/patches/disable-hiredis-tests.patch         |  16 +--
 debian/patches/disable-redis-auth.test             |   8 +-
 .../patches/disable-synchrony-failing-test.patch   |   8 +-
 .../patches/fix-tests-with-new-rspec-syntax.patch  |  44 ------
 debian/patches/no-amqp-client.patch                |  17 +++
 debian/patches/series                              |   2 +-
 em-synchrony.gemspec                               |   4 +-
 .../connection_adapters/em_mysql2_adapter.rb       |   7 +-
 lib/em-synchrony.rb                                |  13 ++
 lib/em-synchrony/activerecord_4_2.rb               |  61 +++++++++
 lib/em-synchrony/em-multi.rb                       |   4 +-
 lib/em-synchrony/fiber_iterator.rb                 |   2 +-
 lib/em-synchrony/kernel.rb                         |  27 ++++
 metadata.yml                                       | 149 ---------------------
 spec/activerecord_spec.rb                          |  34 ++---
 spec/amqp_spec.rb                                  |   4 +-
 spec/defer_spec.rb                                 |   2 +-
 spec/em-mongo_spec.rb                              |  12 +-
 spec/fiber_iterator_spec.rb                        |  13 ++
 spec/helper/all.rb                                 |   2 +
 spec/hiredis_spec.rb                               |   7 +-
 spec/kernel_override_spec.rb                       |  78 +++++++++++
 spec/multi_spec.rb                                 |  18 ++-
 spec/redis_spec.rb                                 |   6 +-
 spec/remcached_spec.rb                             |   6 +-
 spec/synchrony_spec.rb                             |  21 ++-
 spec/system_spec.rb                                |   8 +-
 spec/widgets.sql                                   |   9 ++
 37 files changed, 439 insertions(+), 296 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 LICENSE
 delete mode 100644 debian/patches/fix-tests-with-new-rspec-syntax.patch
 create mode 100644 debian/patches/no-amqp-client.patch
 create mode 100644 lib/em-synchrony/activerecord_4_2.rb
 create mode 100644 lib/em-synchrony/kernel.rb
 delete mode 100644 metadata.yml
 create mode 100644 spec/kernel_override_spec.rb
 create mode 100644 spec/widgets.sql

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