ruby-rabl 0.8.5-1 source package in Ubuntu

Changelog

ruby-rabl (0.8.5-1) unstable; urgency=low


  * Imported Upstream version 0.8.5

 -- Cédric Boutillier <email address hidden>  Thu, 27 Jun 2013 23:32:23 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-rabl_0.8.5-1.dsc 2.1 KiB 6abfc1a63d5bd86a1a44ddbb1fb8daad734a13af3bda33942ea5dffb1835219e
ruby-rabl_0.8.5.orig.tar.gz 114.5 KiB 9cacefffd026b740d9579ccd8ecfd4798bf9e16002dae2e5d54e03595821eba6
ruby-rabl_0.8.5-1.debian.tar.gz 2.5 KiB e5937c2d9eaca89d60a432b7396a6896559c48760a943fb675b102d5d957008c

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