ruby-rabl 0.9.3-1 source package in Ubuntu

Changelog

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


  * Imported Upstream version 0.9.3
  * (Build-)depend on ruby-actionpack instead of ruby-actionpack-3.2
  * Bump Standards-Version to 3.9.5 (no changes needed)
  
 -- Cédric Boutillier <email address hidden>  Thu, 02 Jan 2014 23:36:01 +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
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-rabl_0.9.3-1.dsc 2.1 KiB 8dc02819cf87594da6b44ae659bec25edd0c7179d861ddfe78ff0ed1dac3257c
ruby-rabl_0.9.3.orig.tar.gz 123.3 KiB 55eeda3ba326d47fdb9a3685a1eff6e4ff9eb769c1f2fc6c8a949e56ebc1155b
ruby-rabl_0.9.3-1.debian.tar.gz 2.6 KiB c554a8a952498c676a3d66b61e454c7310f8caacab404e15ab0299d2abf9c27f

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