ruby-rabl 0.15.0-1 source package in Ubuntu

Changelog

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

  * Team upload
  * debian/watch: point at github for new releases
  * New upstream version 0.15.0
  * Refresh patches
    - fix-rakefile.patch: dropped, not necessary anymore
    - make-rails-6-compatible.patch: dropped, new upstream version is
      compatible up to Rails 7
    - relax-rr-dependency.patch: dropped, not necessary anymore
  * debian/control: refresh from template
    - Bump Standards-Version to 4.6.1; no changes needed
    - Add Rules-Requires-Root: no
    - Add ${ruby:Depends} to Depends:. Keep ruby-bson, ruby-json,
      ruby-msgpack, hardcoded in there for backwards compatibility (they are
      not hard dependencies in the upstream metadata)
  * Add patch to fix usage in the ruby-sinatra test suite (Closes: #1002108)

 -- Antonio Terceiro <email address hidden>  Sat, 20 Aug 2022 15:27:53 -0300

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rabl_0.15.0-1.dsc 2.1 KiB 06fe91542011057a5d9b291f2f19341a86f9a73f2b5fba0f850cd09ec1b8994f
ruby-rabl_0.15.0.orig.tar.gz 170.2 KiB b38a5192a8fd74ba8960bee1b3e589e898698fb08a9cb04f45b24e25c7e014aa
ruby-rabl_0.15.0-1.debian.tar.xz 4.9 KiB 5c80201c3dc11c0d394c7f394c02b0663fe6eb23d17858ee8d1b0c43c8f36a4d

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