ruby-timecop 0.9.10-1 source package in Ubuntu

Changelog

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

  * New upstream version 0.9.10
  * Bump Standards-Version to 4.7.0 (no changes needed)

 -- Cédric Boutillier <email address hidden>  Tue, 23 Jul 2024 16:16:38 +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 proposed universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-timecop_0.9.10-1.dsc 1.5 KiB c6f6001d5ed8eb394eecebdc892d6c567afdd44f751b9e0c41d812c312f17942
ruby-timecop_0.9.10.orig.tar.gz 19.6 KiB 64e44496f1e5b2c217250f08bf98c0468cb5363382bfe9e0a4598e5731cd8dc7
ruby-timecop_0.9.10-1.debian.tar.xz 3.7 KiB 25040c48bc2c087da9761ee87d604fb5fb74e03c2d63f5d65727635dc0a992a7

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.