ruby-rabl-rails 0.6.2-1 source package in Ubuntu

Changelog

ruby-rabl-rails (0.6.2-1) unstable; urgency=medium

  [ Cédric Boutillier ]
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Set Testsuite to autopkgtest-pkg-ruby

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in debian/watch.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.

  [ Cédric Boutillier ]
  * New upstream version 0.6.2
  * Refresh packaging files with dh-make-ruby -w
    + gem install layout
    + drop explicit dependency on the interpreter
    + standards version bumped to 4.6.0 (no changes needed)
    + Depend on ruby-concurrent instead of ruby-thread-safe (Closes: #1002111)

 -- Cédric Boutillier <email address hidden>  Sun, 30 Jan 2022 19:38:20 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rabl-rails_0.6.2-1.dsc 1.6 KiB 465955b4ed3506c1930be7f176f0893a0b272bc2ce8a5403f219a309cbd30717
ruby-rabl-rails_0.6.2.orig.tar.gz 20.5 KiB ef7d52dc8ec8d0d2d1caad78ac11b4440eef04014f626439821cee8e5c2f69f3
ruby-rabl-rails_0.6.2-1.debian.tar.xz 2.9 KiB eac65ec0c87a49ded22013bf9ceb40f1e7235b7ec4873b379f03d5955a7eaed0

Available diffs

No changes file available.

Binary packages built by this source

ruby-rabl-rails: fast Rails 3+ templating system with JSON and XML support

 RABL (Ruby API Builder Language) is a Ruby templating system for rendering
 resources in different format (JSON, XML, BSON...).
 .
 rabl-rails is faster and uses less memory than the standard rabl gem (provided
 in the ruby-rabl package) while letting you access the same features.
 .
 rabl-rails only targets Rails 3+ application.