[DRE-commits] [ruby-actionpack-action-caching] branch master updated (da31633 -> dacc8df)

Marc Dequènes duck at moszumanska.debian.org
Mon Sep 11 17:09:47 UTC 2017


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

duck pushed a change to branch master
in repository ruby-actionpack-action-caching.

      from  da31633   Remove myself from Uploaders:
       new  994077f   New upstream version 1.2.0
       new  596348d   Updated version 1.2.0 from 'upstream/1.2.0'
       new  8f493ca   NUR
       new  38633e7   added myself to uploaders
       new  843bb34   patch management for new version
       new  39a248d   use HTTPS URLs in Debian metadata
       new  6ce28b5   bumped Standards-Version
       new  dacc8df   prepare for release

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:
 .codeclimate.yml                                |   7 +
 .gitignore                                      |  18 +-
 .rubocop.yml                                    | 116 +++++
 .travis.yml                                     |  41 +-
 CHANGELOG.md                                    |  36 +-
 Gemfile                                         |   4 +-
 README.md                                       |  72 +--
 Rakefile                                        |  10 +-
 actionpack-action_caching.gemspec               |  29 +-
 debian/changelog                                |  11 +
 debian/control                                  |   4 +-
 debian/copyright                                |   2 +-
 debian/patches/dont-use-bundler-in-tests.patch  |  12 +-
 debian/patches/series                           |   1 -
 debian/watch                                    |   2 +-
 gemfiles/Gemfile-4-0-stable                     |   7 +-
 gemfiles/Gemfile-4-1-stable                     |   6 +
 gemfiles/Gemfile-4-2-stable                     |  10 +
 gemfiles/Gemfile-5-0-stable                     |   5 +
 gemfiles/Gemfile-edge                           |   7 +-
 lib/action_controller/action_caching.rb         |   2 +-
 lib/action_controller/caching/actions.rb        |  77 ++-
 lib/actionpack/action_caching.rb                |   2 +-
 lib/actionpack/action_caching/railtie.rb        |   6 +-
 metadata.yml                                    | 117 -----
 test/abstract_unit.rb                           |  45 +-
 test/caching_test.rb                            | 609 +++++++++++++++++++-----
 test/fixtures/layouts/talk_from_action.erb      |   2 -
 test/fixtures/layouts/talk_from_action.html.erb |   2 +
 29 files changed, 865 insertions(+), 397 deletions(-)
 create mode 100644 .codeclimate.yml
 create mode 100644 .rubocop.yml
 create mode 100644 gemfiles/Gemfile-4-1-stable
 create mode 100644 gemfiles/Gemfile-4-2-stable
 create mode 100644 gemfiles/Gemfile-5-0-stable
 delete mode 100644 metadata.yml
 delete mode 100644 test/fixtures/layouts/talk_from_action.erb
 create mode 100644 test/fixtures/layouts/talk_from_action.html.erb

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



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