ruby-timecop 0.8.0-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream release
  * debian/rules: set TZ=UTC (Closes: #795663)
  * Refresh packaging with a new dh-make-ruby run

 -- Antonio Terceiro <email address hidden>  Thu, 10 Sep 2015 19:59:42 -0300

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
Bionic release universe misc
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-timecop_0.8.0-1.dsc 2.1 KiB 8f788b929716f4e02e8d0f11a49d07b3ddcc45cef62b5aa85d26c849fee949ab
ruby-timecop_0.8.0.orig.tar.gz 12.6 KiB 464143f599a60d36304b96a1e36bb760cd088b3db8a66380b1775cc3777ac776
ruby-timecop_0.8.0-1.debian.tar.xz 3.4 KiB 3b4e1a0382a965434b68da396b65d6331ae16af834b991e417334f8dbd8a684e

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.