ruby-timecop 0.9.5-1 source package in Ubuntu

Changelog

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

  * New upstream version 0.9.5
  * Update packaging with dh-make-ruby -w
    + drop explicit ruby dependency
    + gem install layout
    + use ruby-tests.rake instead of ruby-tests.rb
    + bump Standards-Version to 4.6.1 (no changes needed)
  * Drop debian/tests directory
  * Refresh test_helper.rb_editing.patch
  * Build-depend on ruby-rspec
  * Bump debhelper compatibility level to 13

 -- Cédric Boutillier <email address hidden>  Mon, 18 Jul 2022 16:36:49 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-timecop_0.9.5-1.dsc 1.5 KiB 28f24073bcf524e422ef7d3f7ec1551f6c7376e0a52d52aa7ce12e15f3293b6b
ruby-timecop_0.9.5.orig.tar.gz 13.4 KiB 791297f5dc402b88237dcf5ae16b03c70f298e9c7ac1283131d1dca5bc173606
ruby-timecop_0.9.5-1.debian.tar.xz 3.2 KiB 705b6d5dbfa6c1a355e7279aa7fabd99b152a49a8701d8942fe6e74d4acc9e29

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.