ruby-timecop 0.9.8-1 source package in Ubuntu

Changelog

ruby-timecop (0.9.8-1) unstable; urgency=medium

  * Team upload
  * New upstream version 0.9.8
  * Refresh patch test_helper.rb_editing.patch

 -- Lucas Nussbaum <email address hidden>  Sun, 27 Aug 2023 08:54:02 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-timecop_0.9.8-1.dsc 2.1 KiB b8b480981bd138f4053e7d69c146219e0ace028a1f9214bb79c75977e9a2e808
ruby-timecop_0.9.8.orig.tar.gz 17.5 KiB 3abb18214bc93fbbf93500b529c95307598911164f87cc32c4380bc819abeb89
ruby-timecop_0.9.8-1.debian.tar.xz 3.9 KiB 8e217c00bfd345ff22804ea2d9913a08083d081b998879c4affb4d6e6af1a3c8

Available diffs

No changes file available.

Binary packages built by this source

ruby-timecop: Ruby library to easily test time-dependent code

 Timecop makes it easy to travel through or freeze time for creating a
 predictable and ultimately testable scenario.
 .
 It is a wrapper class for manipulating the extensions to the Time, Date,
 and DateTime objects. It avoids overloading of functions with optional
 arguments while writing test cases. It is possible to nest multiple
 calls to Timecop.travel and Timecop.freeze, with each block maintaining
 concept of "now". Having no dependencies, it works with regular Ruby projects
 and Ruby on Rails projects.