[DRE-commits] [ruby-protected-attributes] 02/07: Merge tag 'upstream/1.1.3'

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 commit to branch master
in repository ruby-protected-attributes.

commit 417e02583b99e4c6505016650db78ec88f9e826d
Merge: c7c8115 8639c34
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Nov 17 15:30:15 2015 -0200

    Merge tag 'upstream/1.1.3'
    
    Upstream version 1.1.3
    
    # gpg: Signature made Ter 17 Nov 2015 15:30:14 BRST using RSA key ID CD460BDE
    # gpg: Good signature from "Antonio Terceiro <terceiro at softwarelivre.org>"
    # gpg:                 aka "Antonio Terceiro <terceiro at dcc.ufba.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at colivre.coop.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at debian.org>"

 .gitignore                                         |   7 +
 .travis.yml                                        |  27 +++
 CHANGELOG.md                                       | 108 +++++++++
 Gemfile                                            |   5 +
 README.md                                          |  65 ++---
 Rakefile                                           |  11 +
 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 +
 34 files changed, 719 insertions(+), 328 deletions(-)

-- 
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