ruby-fakefs 2.5.0-1 source package in Ubuntu

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Cédric Boutillier ]
  * New upstream version 2.5.0
    + supports ruby3.2
  * drop X?-Ruby-Versions fields in d/control
  * update d/watch to the Ruby team's normalized scheme for github repos
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Build-depend on ruby-maxitest instead of ruby-minitest
  * Build-depend on pry
  * Drop 0001-Remove-dependency-on-minitest-rg.patch

 -- Cédric Boutillier <email address hidden>  Wed, 29 Nov 2023 23:06:10 +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
Oracular release universe ruby
Noble release universe ruby

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-fakefs_2.5.0-1.dsc 1.4 KiB d4fd2159168adbd8c1e60d62b79659806f5fa27be6e0c9b37ae4ecc324d9761e
ruby-fakefs_2.5.0.orig.tar.gz 56.5 KiB e53b1e83d551b9ec01fef516a18a8af10f8f3bc7caef02acb254a8fbb3027072
ruby-fakefs_2.5.0-1.debian.tar.xz 5.3 KiB a3d3971d3abf9ae42e5c27e9fff80ccd9b08e0762b1ec5ea4048dde0721e4188

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.