[DRE-commits] [ruby-dalli] branch master updated (70ccd83 -> ea6715d)

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 change to branch master
in repository ruby-dalli.

      from  70ccd83   debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field
      adds  0ed12d2   Imported Upstream version 2.7.4
       new  981f41f   Merge tag 'upstream/2.7.4'
       new  61acbfc   new upstream release
       new  83bc2d1   update packaging with a new dh-make-ruby run
       new  ab09288   run test suite with rake
       new  9c816d7   make memcache run under fakeroot when running tests
       new  446c972   finish packaging; release to unstable
       new  b677980   memcached patch: fix for clean environment
       new  ea6715d   Missing build dependencies

The 8 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:
 Gemfile                                            |   5 +-
 History.md                                         | 139 +++++++
 LICENSE                                            |   2 +-
 README.md                                          | 129 +++++--
 Rakefile                                           |   4 +
 dalli.gemspec                                      |   5 +-
 debian/changelog                                   |  11 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  28 +-
 debian/copyright                                   |  53 ++-
 .../0001-test-suite-run-as-current-user.patch      |  28 ++
 debian/patches/series                              |   1 +
 debian/ruby-dalli.docs                             |   3 +-
 debian/ruby-test-files.yaml                        |  13 -
 debian/ruby-tests.rake                             |   6 +
 debian/rules                                       |  13 +-
 .../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 --------------
 49 files changed, 2964 insertions(+), 1242 deletions(-)
 create mode 100644 debian/patches/0001-test-suite-run-as-current-user.patch
 create mode 100644 debian/patches/series
 delete mode 100644 debian/ruby-test-files.yaml
 create mode 100644 debian/ruby-tests.rake
 create mode 100644 lib/dalli/cas/client.rb
 create mode 100644 lib/dalli/compressor.rb
 create mode 100644 lib/dalli/railtie.rb
 delete mode 100644 test/abstract_unit.rb
 create mode 100644 test/sasl/memcached.conf
 create mode 100644 test/sasl/sasldb
 create mode 100644 test/test_cas_client.rb
 create mode 100644 test/test_compressor.rb
 create mode 100644 test/test_rack_session.rb
 create mode 100644 test/test_serializer.rb
 create mode 100644 test/test_server.rb
 delete mode 100644 test/test_session_store.rb

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