ruby-rabl 0.13.0-2 source package in Ubuntu

Changelog

ruby-rabl (0.13.0-2) unstable; urgency=medium

  * Team upload.

  [ Gilles Filippini ]
  * def-bson-serialize.patch: reintroduce BSON.serialize method dropped
    from ruby-bson since release 2.0.0 (Closes: #849315)

 -- Christian Hofstaedtler <email address hidden>  Sun, 05 Feb 2017 17:37:31 +0000

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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rabl_0.13.0-2.dsc 2.1 KiB 87a7e537d44f5349e4382510def7f5f7566ffab4faf4631071d061174e86321a
ruby-rabl_0.13.0.orig.tar.gz 125.4 KiB 68807e5b694a1c34e75dfc4276220995b0fffe6a2244e392251f0e17bc6e43b3
ruby-rabl_0.13.0-2.debian.tar.xz 3.4 KiB 20fedcf55aae972d31c982e5aead0458359173b5a976ee872b14f2713b31249b

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