ruby-fakefs 1.2.0-2 source package in Ubuntu

Changelog

ruby-fakefs (1.2.0-2) unstable; urgency=medium

  * Team upload.

  [ Antonio Terceiro ]
  * Removed myself from uploaders

  [ Daniel Leidert ]
  * d/control (Rules-Requires-Root): Set to binary-targets (closes: #997357).

 -- Daniel Leidert <email address hidden>  Wed, 01 Dec 2021 05:33:22 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe ruby
Lunar release universe ruby
Jammy release universe ruby

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-fakefs_1.2.0-2.dsc 2.0 KiB 4bc5df3971ee729acbde39a29ebbe632450ddf45afb89236102cb37b91defe52
ruby-fakefs_1.2.0.orig.tar.gz 52.7 KiB 4de60c91342044316f5dd7c005f380d1dcd467ac621845f776a183e4825a1eae
ruby-fakefs_1.2.0-2.debian.tar.xz 5.3 KiB c5134e859c54193d66799a16cf590baf48a33e7d8db14ff0fe7d7dabea8edeb2

Available diffs

No changes file available.

Binary packages built by this source

ruby-fakefs: fake file system to be used in unit tests

 FakeFS allows you to unit-test file system calls without actually touching the
 file system. File, Dir and FileUtils calls are redirected to a fake file system
 without requiring to use any mocking library thus making it faster and easier
 to test file system calls.