ruby-fakefs 0.20.1-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * Add patch to add ruby 2.7 support (Closes: #952080)
  * Declare compliance with Debian Policy 4.5.0
  * d/control: rules does not require root
  * Do not runtime depend on ruby interpreter

 -- Lucas Kanashiro <email address hidden>  Thu, 19 Mar 2020 12:57:36 -0300

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-fakefs_0.20.1-2.dsc 2.1 KiB 33f97de91c3139c045e4d7d03e1db1f3ac750577f7e10dcaebc55dad3eade169
ruby-fakefs_0.20.1.orig.tar.gz 52.4 KiB 1a9fe3e057706c119283f792628903a5ea19cecea77147abb6314bcdcc0cd261
ruby-fakefs_0.20.1-2.debian.tar.xz 6.2 KiB ec6d9797ccf7639c14fe82fa521e71314acf4f1cd8b8c7e3709fb420a32e0be1

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.