[DRE-commits] [ruby-dalli] 01/08: Merge tag 'upstream/2.7.4'

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Oct 29 21:29:50 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-dalli.

commit 981f41fdd820db96d15c5ee69f5cac0f77f07f79
Merge: 70ccd83 0ed12d2
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Oct 29 18:49:09 2015 -0200

    Merge tag 'upstream/2.7.4'
    
    Upstream version 2.7.4
    
    # gpg: Signature made Qui 29 Out 2015 18:49:06 BRST using RSA key ID CD460BDE
    # gpg: Good signature from "Antonio Terceiro <terceiro at softwarelivre.org>"
    # gpg:                 aka "Antonio Terceiro <terceiro at dcc.ufba.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at colivre.coop.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at debian.org>"

 Gemfile                                            |   5 +-
 History.md                                         | 139 +++++++
 LICENSE                                            |   2 +-
 README.md                                          | 129 +++++--
 Rakefile                                           |   4 +
 dalli.gemspec                                      |   5 +-
 .../middleware/session/dalli_store.rb              |   2 +-
 lib/active_support/cache/dalli_store.rb            | 217 ++++++++---
 lib/dalli.rb                                       |   7 +-
 lib/dalli/cas/client.rb                            |  58 +++
 lib/dalli/client.rb                                | 288 +++++++++++----
 lib/dalli/compressor.rb                            |  29 ++
 lib/dalli/options.rb                               |  18 +
 lib/dalli/railtie.rb                               |   7 +
 lib/dalli/ring.rb                                  |  75 +++-
 lib/dalli/server.rb                                | 390 ++++++++++++++------
 lib/dalli/socket.rb                                | 130 +++++--
 lib/dalli/version.rb                               |   2 +-
 lib/rack/session/dalli.rb                          |  43 ++-
 metadata.yml                                       |  97 +++--
 test/abstract_unit.rb                              | 281 ---------------
 test/benchmark_test.rb                             |  64 +++-
 test/helper.rb                                     |  27 +-
 test/memcached_mock.rb                             | 116 +++++-
 test/sasl/memcached.conf                           |   1 +
 test/sasl/sasldb                                   |   1 +
 test/test_active_support.rb                        | 399 +++++++++++++++++----
 test/test_cas_client.rb                            | 107 ++++++
 test/test_compressor.rb                            |  52 +++
 test/test_dalli.rb                                 | 396 ++++++++++++++------
 test/test_encoding.rb                              |  12 +-
 test/test_failover.rb                              |  95 ++---
 test/test_network.rb                               |  24 +-
 test/test_rack_session.rb                          | 341 ++++++++++++++++++
 test/test_ring.rb                                  |  24 +-
 test/test_sasl.rb                                  |  60 +++-
 test/test_serializer.rb                            |  29 ++
 test/test_server.rb                                | 110 ++++++
 test/test_session_store.rb                         | 262 --------------
 39 files changed, 2872 insertions(+), 1176 deletions(-)

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



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