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
|
Source: ruby-validate-url
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Abhijith PA <abhijith@openmailbox.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
ruby-activemodel,
ruby-activerecord,
ruby-addressable,
ruby-diff-lcs,
ruby-rspec,
ruby-sqlite3
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-validate-url.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-validate-url
Homepage: http://github.com/perfectline/validates_url/tree/master
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-validate-url
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-activemodel,
ruby-addressable,
${misc:Depends},
${shlibs:Depends}
Description: Library for validating urls in Rails
ruby-validate-url gem adds the capability of validating
URLs to ActiveRecord(a framework to work with databases on Rails)
and ActiveModel(a toolkit for building modeling frameworks) (Rails 3).
|