[DRE-commits] [ruby-protected-attributes] branch master updated (442c00f -> 50a5628)

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Nov 17 17:40:57 UTC 2015


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

terceiro pushed a change to branch master
in repository ruby-protected-attributes.

      from  442c00f   Replaces: ruby-activemodel-3.2 (Closes: #764440)
       new  c7c8115   debian/watch: point at github
      adds  8639c34   Imported Upstream version 1.1.3
       new  417e025   Merge tag 'upstream/1.1.3'
       new  5479559   New upstream release
       new  21aeb46   Update packaging with a new dh-make-ruby run
       new  ffa24b4   Improve package description
       new  1f8d083   release to unstable
       new  50a5628   Add bundler and rails to Build-Depends:

The 7 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                                        |  27 +++
 CHANGELOG.md                                       | 108 +++++++++
 Gemfile                                            |   5 +
 README.md                                          |  65 ++---
 Rakefile                                           |  11 +
 debian/changelog                                   |  11 +
 debian/compat                                      |   2 +-
 debian/control                                     |  27 ++-
 debian/ruby-tests.rake                             |  10 +-
 debian/rules                                       |   2 +
 debian/tests/control                               |   2 -
 debian/watch                                       |   2 +-
 gemfiles/Gemfile-rails-4.0                         |   5 +
 gemfiles/Gemfile-rails-4.0-stable                  |   5 +
 gemfiles/Gemfile-rails-4.1                         |   5 +
 gemfiles/Gemfile-rails-4.1-stable                  |   5 +
 gemfiles/Gemfile-rails-4.2                         |   5 +
 gemfiles/Gemfile-rails-4.2-stable                  |   5 +
 lib/action_controller/accessible_params_wrapper.rb |   2 +
 lib/active_model/mass_assignment_security.rb       |  17 +-
 .../mass_assignment_security/sanitizer.rb          |   2 +-
 lib/active_record/mass_assignment_security.rb      |   1 -
 .../mass_assignment_security/associations.rb       |  33 +++
 .../mass_assignment_security/persistence.rb        |   6 +-
 .../mass_assignment_security/reflection.rb         |  18 +-
 .../mass_assignment_security/relation.rb           | 109 +++++----
 lib/protected_attributes.rb                        |   2 +-
 lib/protected_attributes/railtie.rb                |  13 +-
 lib/protected_attributes/version.rb                |   2 +-
 metadata.yml                                       | 197 ---------------
 protected_attributes.gemspec                       |  26 ++
 test/ar_helper.rb                                  |   7 +-
 test/attribute_sanitization_test.rb                | 266 ++++++++++++++++++++-
 .../strong_parameters_fallback_test.rb             |  58 +++++
 test/mass_assignment_security_test.rb              |  24 --
 test/models/book.rb                                |   2 +
 test/models/keyboard.rb                            |   2 +
 test/models/pirate.rb                              |   2 +-
 test/models/subscriber.rb                          |   2 +
 test/test_helper.rb                                |   3 +
 41 files changed, 758 insertions(+), 345 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 CHANGELOG.md
 create mode 100644 Gemfile
 create mode 100644 Rakefile
 delete mode 100644 debian/tests/control
 create mode 100644 gemfiles/Gemfile-rails-4.0
 create mode 100644 gemfiles/Gemfile-rails-4.0-stable
 create mode 100644 gemfiles/Gemfile-rails-4.1
 create mode 100644 gemfiles/Gemfile-rails-4.1-stable
 create mode 100644 gemfiles/Gemfile-rails-4.2
 create mode 100644 gemfiles/Gemfile-rails-4.2-stable
 delete mode 100644 metadata.yml
 create mode 100644 protected_attributes.gemspec
 create mode 100644 test/mass_assignment_security/strong_parameters_fallback_test.rb
 create mode 100644 test/models/book.rb

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



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