[DRE-commits] [ruby-redis-actionpack] branch master updated (bea07b2 -> 424a40d)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jul 20 12:48:58 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-actionpack.

      from  bea07b2   Run wrap-and-sort on packaging files
      adds  157011d   New upstream version 5.0.1
       new  4b0430a   Updated version 5.0.1 from 'upstream/5.0.1'
       new  ed649bf   update changelog
       new  967c6b8   bump standards version
       new  deea605   check dependencies during build
       new  424a40d   add autopkgtest

The 5 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                                         |   7 +-
 .travis.yml                                        |  31 +++
 Gemfile                                            |  14 --
 README.md                                          |  36 ++-
 Rakefile                                           |   8 +-
 debian/changelog                                   |   7 +
 debian/control                                     |   3 +-
 debian/rules                                       |  16 +-
 .../middleware/session/redis_store.rb              |  14 ++
 lib/redis/actionpack/version.rb                    |   2 +-
 metadata.yml                                       | 222 -----------------
 redis-actionpack.gemspec                           |  29 +--
 test/dummy/config/initializers/secret_token.rb     |   7 -
 test/dummy/config/initializers/session_store.rb    |  11 -
 test/gemfiles/Gemfile.rails-4.0.x                  |  10 +
 test/gemfiles/Gemfile.rails-4.1.x                  |  10 +
 test/gemfiles/Gemfile.rails-4.2.x                  |  10 +
 test/gemfiles/Gemfile.rails-5.0.x                  |  11 +
 test/integration/redis_store_integration_test.rb   | 263 ++++++++++++++-------
 test/redis/actionpack/version_test.rb              |   7 -
 20 files changed, 321 insertions(+), 397 deletions(-)
 create mode 100644 .travis.yml
 delete mode 100644 metadata.yml
 delete mode 100644 test/dummy/config/initializers/secret_token.rb
 delete mode 100644 test/dummy/config/initializers/session_store.rb
 create mode 100644 test/gemfiles/Gemfile.rails-4.0.x
 create mode 100644 test/gemfiles/Gemfile.rails-4.1.x
 create mode 100644 test/gemfiles/Gemfile.rails-4.2.x
 create mode 100644 test/gemfiles/Gemfile.rails-5.0.x
 delete mode 100644 test/redis/actionpack/version_test.rb

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



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