ruby-timeliness 0.3.10-2 source package in Ubuntu

Changelog

ruby-timeliness (0.3.10-2) unstable; urgency=medium

  * Team upload.

  [ Abraham Raji ]
  * Look in github releases instead of gemwatch

  [ Pirate Praveen ]
  * Source only upload for migration to testing

 -- Pirate Praveen <email address hidden>  Fri, 23 Oct 2020 14:55:48 +0530

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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-timeliness_0.3.10-2.dsc 2.1 KiB 602c40e7bf1025e1771281528746c087f86a0d0db7f71c51443561bd7ffda514
ruby-timeliness_0.3.10.orig.tar.gz 20.2 KiB 0dc846f2fd43a26a63cea753455fe7e29a331daa48bffc58e01230349cb94ce0
ruby-timeliness_0.3.10-2.debian.tar.xz 2.4 KiB 9c8d69267a9c29181c4e284dedf053cf29bfad77ccee9ba667c76a2a289a9c41

No changes file available.

Binary packages built by this source

ruby-timeliness: Date/time parsing with better control

 Date/time parser for Ruby with the following features:
  * Extensible with custom formats and tokens.
  * Fast, up to 60% faster than Time/Date parse method.
  * Control the parser strictness.
  * Control behaviour of ambiguous date formats (US vs European e.g.
 mm/dd/yy, dd/mm/yy).
  * I18n support (for months), if I18n gem loaded.
  * Works with Ruby MRI >= 2.2
 .
 Extracted from the validates_timeliness gem, it has been rewritten cleaner and
 much faster. It's most suitable for when one need to control the parsing
 behaviour.