ruby-fakefs 1.2.0-1 source package in Ubuntu

Changelog

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

  * Team upload
  * debian/ruby-tests.rake: use an UTF-8 locale
  * New upstream version 1.2.0
  * Refresh patches and drop unnecessary patch
  * debian/ruby-tests.rake: remove workaround for failures; fixed upstream

 -- Antonio Terceiro <email address hidden>  Tue, 24 Mar 2020 18:15:57 -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
Focal release universe ruby

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-fakefs_1.2.0-1.dsc 2.1 KiB 94189d5552ce5666f8dd91580304190fec156469308cf8e742c7f5855991a857
ruby-fakefs_1.2.0.orig.tar.gz 52.7 KiB 4de60c91342044316f5dd7c005f380d1dcd467ac621845f776a183e4825a1eae
ruby-fakefs_1.2.0-1.debian.tar.xz 5.2 KiB a07a4954024e6580a411b0a84e8b4b1e881b13f94e093594eea40ed2c06fee1e

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.