ruby-rabl 0.16.1-1 source package in Ubuntu

Changelog

ruby-rabl (0.16.1-1) unstable; urgency=medium

  * New upstream version 0.16.1
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Remove X?-Ruby-Versions fields from d/control

 -- Cédric Boutillier <email address hidden>  Tue, 07 Feb 2023 12:49:29 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rabl_0.16.1-1.dsc 1.5 KiB a63481aba2f53e78ad58420fcd289f8a085e34e3676466f68419e1b9d85d1b86
ruby-rabl_0.16.1.orig.tar.gz 170.9 KiB 4273e6d04d1e0a7e520ec6f9cbbebdb95062d1b271032041b7079b8949b7cf6a
ruby-rabl_0.16.1-1.debian.tar.xz 4.9 KiB b09f13241a0a9ff2b6736ffb0097d7fee311cf8e7a52bc7b51474ae0d64fb11b

Available diffs

No changes file available.

Binary packages built by this source

ruby-rabl: Ruby templating library with JSON, BSON, XML and MessagePack support

 RABL (Ruby API Builder Language) is a Rails and Padrino Ruby templating system
 for generating JSON, XML, MessagePack, and BSON.
 .
 It allows one to easily:
  * create arbitrary nodes named based on combining data in an object
  * pass arguments to methods and store the result as a child node
  * render partial templates and inherit to reduce code duplication
  * rename or alias attributes to change the name from the model
  * append attributes from a child into a parent node
  * include nodes only if a certain condition has been met