[DRE-commits] [ruby-redis] 01/04: Updated version 3.3.3 from 'upstream/3.3.3'

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 commit to branch master
in repository ruby-redis.

commit e85eeec42b387112e4806c95b35188d8973bf5d2
Merge: beb9d58 bb8e322
Author: Pirate Praveen <praveen at debian.org>
Date:   Wed Jul 26 10:56:37 2017 +0530

    Updated version 3.3.3 from 'upstream/3.3.3'
    
    with Debian dir f7ef3416c603aca12d5499ae3cad0f810e5c8699

 .travis.yml                                 |  52 ++++--
 CHANGELOG.md                                |  29 ++++
 README.md                                   |  88 +++++++++-
 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 ++++
 36 files changed, 1082 insertions(+), 387 deletions(-)

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