[DRE-commits] [ruby-protected-attributes] 05/07: Improve package description
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Nov 17 17:40:58 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 ffa24b4bc94060018e795a5f62bfd5094d2c7793
Author: Antonio Terceiro <terceiro at debian.org>
Date: Tue Nov 17 15:36:02 2015 -0200
Improve package description
---
debian/changelog | 1 +
debian/control | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 624d319..1194b8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-protected-attributes (1.1.3-1) UNRELEASED; urgency=medium
rubygems.org
* New upstream release
* Update packaging with a new dh-make-ruby run
+ * Improve package description
-- Antonio Terceiro <terceiro at debian.org> Tue, 17 Nov 2015 15:30:20 -0200
diff --git a/debian/control b/debian/control
index 6765a3a..744cdd8 100644
--- a/debian/control
+++ b/debian/control
@@ -27,4 +27,6 @@ Depends: ruby | ruby-interpreter,
${shlibs:Depends}
Replaces: ruby-activemodel-3.2
Description: Protect attributes from mass assignment in Active Record models
- Protect attributes from mass assignment
+ This plugin adds the class methods `attr_accessible` and `attr_protected` to
+ your models to be able to declare white or black lists of attributes, avoiding
+ attacks by parameter injection against Rails applications.
--
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