[DRE-commits] [ruby-cleanroom] 02/02: Fix debian/control
Hleb Valoshka
tsfgnu-guest at moszumanska.debian.org
Thu May 28 20:24:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
tsfgnu-guest pushed a commit to branch master
in repository ruby-cleanroom.
commit 67a9de1e335b8d31263f24365e6f15625bfbc6bc
Author: Hleb Valoshka <375gnu at gmail.com>
Date: Thu May 28 23:16:29 2015 +0300
Fix debian/control
---
debian/control | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index f5397e9..cbb8562 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ruby-cleanroom
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: <375gnu at gmail.com>
+Uploaders: Hleb Valoshka <375gnu at gmail.com>
Build-Depends: debhelper (>= 7.0.50~),
gem2deb,
rake,
@@ -20,5 +20,7 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
-Description: (More) safely evaluate Ruby DSLs with cleanroom
- Ruby is an excellent programming language for creating and managing custom DSLs, but how can you securely evaluate a DSL while explicitly controlling the methods exposed to the user? Our good friends instance_eval and instance_exec are great, but they expose all methods - public, protected, and private - to the user. Even worse, they expose the ability to accidentally or intentionally alter the behavior of the system! The cleanroom pattern is a safer, more convenient, Ruby-like approach [...]
+Description: Ruby module for safer evaluation of Ruby DSLs
+ The cleanroom pattern is a safer, more convenient, Ruby-like approach for
+ limiting the information exposed by a DSL while giving users the ability
+ to write awesome code.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-cleanroom.git
More information about the Pkg-ruby-extras-commits
mailing list