ruby-ffaker 2.13.0-2 source package in Ubuntu
Changelog
ruby-ffaker (2.13.0-2) unstable; urgency=medium * Team upload. * d/patches/0002-Skip-randomly-failing-test.patch: Remove patch. - Issue has been fixed upstream by PR 411. * d/patches/0002-Disable-image-test-requiring-network-access.patch: Add. - Fix test failure in environments without internet access. * d/patches/series: Adjust. -- Daniel Leidert <email address hidden> Sat, 29 Feb 2020 14:09:42 +0100
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers on 2020-02-29
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2020-10-23 | universe | misc |
Groovy | release | on 2020-04-24 | universe | misc |
Focal | release | on 2020-04-06 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-ffaker_2.13.0-2.dsc | 2.0 KiB | ac2e0b052b7715f61ab745f9375a504ef440bf3429c328f680d39c6c6026d851 |
ruby-ffaker_2.13.0.orig.tar.gz | 436.6 KiB | acd0f6fe2b55e967544a01444d838b18abb4a87a7d353752ebce5b8829ad7eea |
ruby-ffaker_2.13.0-2.debian.tar.xz | 3.6 KiB | e0b6552ece3bf18369d163d0dcc63894c2f9a3978f2cec9d9efec97033c01c93 |
Available diffs
- diff from 2.8.1-3 to 2.13.0-2 (244.3 KiB)
No changes file available.
Binary packages built by this source
- ruby-ffaker: ffaker generates dummy data
ffaker is a fork of faker, and was initially written in an effort to speed up
a slow spec suite. Since those days faker has also been rewritten and the
"speed" factor is probably irrelevant now. Bear in mind, if your spec suite
is slow, chances are the generation of random data will probably not account
for much of the run time.