ruby-jbuilder 2.10.0-2 source package in Ubuntu

Changelog

ruby-jbuilder (2.10.0-2) unstable; urgency=medium

  * Team upload.
  * d/patches/fix-the-test-that-depends-on-the-time-helper.patch: Add patch.
    - Fix test case with rails 6.1 and timezone-aware helper (closes: #996301).
  * d/patches/series: Enable new patch.

 -- Daniel Leidert <email address hidden>  Mon, 22 Nov 2021 02:53:52 +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
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-jbuilder_2.10.0-2.dsc 2.0 KiB f203b1cc508b5f1757f8d1e5d2a3dbf6bd6580ee6635da9c2472c733b7c7e129
ruby-jbuilder_2.10.0.orig.tar.gz 23.9 KiB 3c34cef6babe5eab532382679e17bb8639f59196cc089b4a4afd9b767a3dddbb
ruby-jbuilder_2.10.0-2.debian.tar.xz 3.6 KiB c2da2de78de9bfbb375fd3ad239faa68d6c2a331db9d18e9541e9c9ff8e9e73b

Available diffs

No changes file available.

Binary packages built by this source

ruby-jbuilder: creation of JSON structures via a Builder-style DSL

 Jbuilder gives you a simple domain-specific language in Ruby for declaring
 JSON structures that beats massaging giant hash structures. It is particularly
 helpful when the generation process is fraught with conditionals and loops.
 .
 Jbuilder can be used stand-alone or as an ActionView template language for
 Rails.