ruby-timecop 0.9.6-1 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.4.1, no changes needed.
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Apply multi-arch hints. + ruby-timecop: Add Multi-Arch: foreign.

  [ Cédric Boutillier ]
  * [ci skip] Update team name
  * [ci skip] Add .gitattributes to keep unwanted files out of the source
    package

  [ Lucas Nussbaum ]
  * New upstream version 0.9.6
  * Refresh packaging using dh-make-ruby -w
  * test_helper.rb_editing.patch: improve header
  * Fix running test suite

 -- Lucas Nussbaum <email address hidden>  Sat, 14 Jan 2023 14:33:55 +0000

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-timecop_0.9.6-1.dsc 2.1 KiB 57a20280b404061a1346beeca03fe9d9e1ffef2bca427313962348709cbed368
ruby-timecop_0.9.6.orig.tar.gz 13.4 KiB 1d2ae9f9b3e2adddee561e5fb498c9a69b33f8d5319fb51009f0983ed961150e
ruby-timecop_0.9.6-1.debian.tar.xz 3.8 KiB 7d6c8a91ff29439375b7714bd881565e501fe22a70dc39bcd20a2d4437d2e0cc

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.