File: control

package info (click to toggle)
ruby-email-validator 2.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: ruby: 1,051; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 850 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: ruby-email-validator
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Aurélien Joga <aurelienjoga@gmail.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-activemodel,
               ruby-rspec,
               ruby-simplecov
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-email-validator.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-email-validator
Homepage: https://github.com/balexand/email_validator

Package: ruby-email-validator
Architecture: all
Depends: ${ruby:Depends},
         ${misc:Depends}
Description: email validator for Rails 3+
 This library provides an email address validator for the Ruby On Rails
 framework based on a regular expression match.