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-faker
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper (>= 12~),
gem2deb,
rake,
ruby-i18n (>= 0.7),
ruby-timecop,
ruby-saml,
ruby-simplecov,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-faker.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-faker
Homepage: https://github.com/stympy/faker
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-faker
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-i18n (>= 0.7),
${misc:Depends},
${shlibs:Depends}
Description: easily generate fake data
This gem provides a port of Data::Faker from Perl, which can be used to easily
generate fake data: names, addresses, phone numbers, etc. It comes in very
handy for taking screenshots, having real-looking test data, and having your
database populated with more than one or two records while you're doing
development.
|