[DRE-commits] [ruby-redis-activesupport] branch master updated (85ff4a8 -> 33befe7)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jul 20 12:02:21 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-activesupport.

      from  85ff4a8   Bump Standards-Version to 3.9.7 (no changes needed)
      adds  2bac185   New upstream version 5.0.3
       new  5c8dec7   Updated version 5.0.3 from 'upstream/5.0.3'
       new  c4d02f3   update changelog
       new  f91c271   remove patches
       new  49b6712   bump standards version to 4.0.0
       new  233b896   check dependencies during build
       new  33befe7   tighten dependency on ruby-redis-store

The 6 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:
 .gitignore                                    |   2 +
 .travis.yml                                   |  19 +-
 Gemfile                                       |   4 -
 README.md                                     |   4 +-
 debian/changelog                              |   7 +
 debian/control                                |   6 +-
 debian/patches/Requiring-version              |  18 --
 debian/patches/fix_version_test               |  15 --
 debian/patches/series                         |   2 -
 debian/rules                                  |  13 +-
 gemfiles/Gemfile.activesupport-3.x            |  13 ++
 gemfiles/Gemfile.activesupport-4.x            |  13 ++
 gemfiles/Gemfile.activesupport-5.x            |  13 ++
 lib/active_support/cache/redis_store.rb       |  99 ++++++---
 lib/redis-activesupport.rb                    |   3 +-
 lib/redis/activesupport/version.rb            |   5 -
 metadata.yml                                  | 172 ---------------
 redis-activesupport.gemspec                   |  16 +-
 test/active_support/cache/redis_store_test.rb | 302 +++++++++++++++++++++++++-
 test/redis/activesupport/version_test.rb      |   7 -
 test/test_helper.rb                           |   1 +
 21 files changed, 436 insertions(+), 298 deletions(-)
 delete mode 100644 debian/patches/Requiring-version
 delete mode 100644 debian/patches/fix_version_test
 create mode 100644 gemfiles/Gemfile.activesupport-3.x
 create mode 100644 gemfiles/Gemfile.activesupport-4.x
 create mode 100644 gemfiles/Gemfile.activesupport-5.x
 delete mode 100644 lib/redis/activesupport/version.rb
 delete mode 100644 metadata.yml
 delete mode 100644 test/redis/activesupport/version_test.rb

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



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