1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: ruby-escape-utils
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Tollef Fog Heen <tfheen@debian.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
rake,
ruby-actionpack,
ruby-haml,
ruby-minitest (>= 5.0~),
ruby-rspec
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-escape-utils.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-escape-utils.git
Homepage: http://github.com/brianmario/escape_utils
XS-Ruby-Versions: all
Package: ruby-escape-utils
Architecture: any
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Suggests: ruby-actionpack,
ruby-haml,
ruby-rack
Enhances: ruby-actionpack,
ruby-haml,
ruby-rack
Description: Faster string escaping routines for your web apps
escape_utils provides fast HTML escaping of string. It has
monkey-patches for Rack::Utils, CGI, URI, ERB::Util and Haml and
ActionView which speed up their escaping.
.
It's assumed that all input is UTF-8 encoded.
|