[DRE-commits] [ruby-redis-store] branch master updated (5b3391c -> 90a97da)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jul 20 13:00:00 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-store.

      from  5b3391c   Bump Standards-Version to 3.9.7 (no changes needed)
      adds  86ed9f5   New upstream version 1.3.0
       new  158285e   Updated version 1.3.0 from 'upstream/1.3.0'
       new  5f02e2b   bump standards version
       new  90a97da   update changelog

The 3 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                            |   5 +-
 CHANGELOG                              |   8 ++
 README.md                              |   8 +-
 debian/changelog                       |   8 ++
 debian/control                         |   2 +-
 lib/redis-store.rb                     |   1 +
 lib/redis/distributed_store.rb         |  16 +++
 lib/redis/store.rb                     |   5 +-
 lib/redis/store/factory.rb             |   1 +
 lib/redis/store/interface.rb           |   2 +-
 lib/redis/store/marshalling.rb         |  16 ++-
 lib/redis/store/namespace.rb           |  54 ++++++----
 lib/redis/store/redis_version.rb       |  14 +++
 lib/redis/store/ttl.rb                 |   2 +-
 lib/redis/store/version.rb             |   2 +-
 metadata.yml                           | 178 ---------------------------------
 test/redis/distributed_store_test.rb   |  14 +++
 test/redis/store/factory_test.rb       |   1 +
 test/redis/store/marshalling_test.rb   |  34 ++++++-
 test/redis/store/namespace_test.rb     |  15 ++-
 test/redis/store/redis_version_test.rb |  29 ++++++
 test/redis/store/ttl_test.rb           |  10 +-
 test/redis/store/version_test.rb       |   2 +-
 test/redis/store_test.rb               |  22 ++++
 24 files changed, 234 insertions(+), 215 deletions(-)
 create mode 100644 lib/redis/store/redis_version.rb
 delete mode 100644 metadata.yml
 create mode 100644 test/redis/store/redis_version_test.rb

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



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