ruby-fakefs 0.14.2-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream version 0.14.2
    + omits :pread method, fixing tests (Closes: #888186)
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Run wrap-and-sort on packaging files
  * Point watch file to github to get tests
  * Bump debhelper compatibility level to 11
  * Use salsa.debian.org in Vcs-* fields
  * Bump Standards-Version to 4.1.4 (no changes needed)
  * Update 0001-Remove-dependency-on-minitest-rg.patch
  * Add  patch to remove dependency on bump gem
  * Don't use bundler in tests

 -- Cédric Boutillier <email address hidden>  Wed, 13 Jun 2018 08:28:42 +0200

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

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-fakefs_0.14.2-1.dsc 1.7 KiB cce9d352f0d69521a95d1b2abf106955618b37bbc0e69ffacea0cabc0381dbc4
ruby-fakefs_0.14.2.orig.tar.gz 43.9 KiB 520365638be9ece3513a9c0e677fb714e62d1914204268379db110a8cc60f854
ruby-fakefs_0.14.2-1.debian.tar.xz 5.2 KiB e94d299979fa0c15cfe2a4552d73185a43073fcb9d4d3e9d9b4ebccf842056a1

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.