[DRE-commits] [ruby-redis] branch master updated (beb9d58 -> 3715922)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Jul 26 08:39:08 UTC 2017


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

praveen pushed a change to branch master
in repository ruby-redis.

      from  beb9d58   Use https:// in Vcs-* fields
      adds  bb8e322   New upstream version 3.3.3
       new  e85eeec   Updated version 3.3.3 from 'upstream/3.3.3'
       new  381d77f   bump standards version
       new  b6b668b   update changelog
       new  3715922   add autopkgtest-pkg-ruby in control

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:
 .travis.yml                                 |  52 ++++--
 CHANGELOG.md                                |  29 ++++
 README.md                                   |  88 +++++++++-
 debian/changelog                            |   7 +
 debian/control                              |   3 +-
 lib/redis.rb                                | 202 +++++++++++++---------
 lib/redis/client.rb                         |  52 ++++--
 lib/redis/connection/hiredis.rb             |   4 +-
 lib/redis/connection/ruby.rb                | 111 +++++++++++-
 lib/redis/connection/synchrony.rb           |  13 +-
 lib/redis/distributed.rb                    |   4 +-
 lib/redis/subscribe.rb                      |  12 +-
 lib/redis/version.rb                        |   2 +-
 metadata.yml                                | 256 ----------------------------
 redis.gemspec                               |   4 +-
 test/client_test.rb                         |  59 +++++++
 test/connection_handling_test.rb            |  27 +++
 test/distributed_internals_test.rb          |   2 +-
 test/internals_test.rb                      |  20 +++
 test/lint/blocking_commands.rb              |   2 +-
 test/lint/sets.rb                           |  15 ++
 test/lint/sorted_sets.rb                    |   8 +-
 test/publish_subscribe_test.rb              |  28 +++
 test/remote_server_control_commands_test.rb |   2 +-
 test/sentinel_command_test.rb               |   2 +-
 test/sentinel_test.rb                       |   2 +-
 test/ssl_test.rb                            |  73 ++++++++
 test/support/redis_mock.rb                  |  15 +-
 test/support/ssl/gen_certs.sh               |  31 ++++
 test/support/ssl/trusted-ca.crt             |  25 +++
 test/support/ssl/trusted-ca.key             |  27 +++
 test/support/ssl/trusted-cert.crt           |  81 +++++++++
 test/support/ssl/trusted-cert.key           |  28 +++
 test/support/ssl/untrusted-ca.crt           |  26 +++
 test/support/ssl/untrusted-ca.key           |  27 +++
 test/support/ssl/untrusted-cert.crt         |  82 +++++++++
 test/support/ssl/untrusted-cert.key         |  28 +++
 test/thread_safety_test.rb                  |  30 ++++
 38 files changed, 1091 insertions(+), 388 deletions(-)
 delete mode 100644 metadata.yml
 create mode 100644 test/client_test.rb
 create mode 100644 test/ssl_test.rb
 create mode 100755 test/support/ssl/gen_certs.sh
 create mode 100644 test/support/ssl/trusted-ca.crt
 create mode 100644 test/support/ssl/trusted-ca.key
 create mode 100644 test/support/ssl/trusted-cert.crt
 create mode 100644 test/support/ssl/trusted-cert.key
 create mode 100644 test/support/ssl/untrusted-ca.crt
 create mode 100644 test/support/ssl/untrusted-ca.key
 create mode 100644 test/support/ssl/untrusted-cert.crt
 create mode 100644 test/support/ssl/untrusted-cert.key

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



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