ruby-valid 1.0.0-2.1 source package in Ubuntu

Changelog

ruby-valid (1.0.0-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 16:32:53 +0100

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-valid_1.0.0-2.1.dsc 2.0 KiB e88dc79d5662ee31f979e75dc395c45430be390865c4f35505e7e1970bde1fcc
ruby-valid_1.0.0.orig.tar.gz 4.9 KiB 51656d8c9f88e2476009f47b760aa5655e9e297beeba560eac6784dd55cc4c73
ruby-valid_1.0.0-2.1.debian.tar.xz 2.4 KiB 250439956f9f701801889675684cdde00c32cb8b5131965ef18b366a73c124f8

Available diffs

No changes file available.

Binary packages built by this source

ruby-valid: standalone, generic object validator for ruby

 Validator is a simple ruby validation class. You don't use it directly inside
 your classes like just about every other ruby validation class out there. This
 is implemented in this way so you don't automatically pollute the
 namespace of the objects you want to validate.
 .
 This also solves the problem of validating forms very nicely. Frequently you
 will have a form that represents many different data objects in your system,
 and you can pre-validate everything before doing any saving.