ruby-slim 4.1.0-3 source package in Ubuntu

Changelog

ruby-slim (4.1.0-3) unstable; urgency=medium

  * Team upload
  * Depend on ruby-temple >= 0.9.1
  * Add upstream patch to work with ruby-temple != 0.9.0
  * Remove X?-Ruby-Versions fields from d/control
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Use DH_RUBY_GEM_INSTALL_EXCLUDE instead of deprecated
    DH_RUBY_GEM_INSTALL_BLACKLIST_APPEND

 -- Cédric Boutillier <email address hidden>  Sun, 19 Nov 2023 10:57:51 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-slim_4.1.0-3.dsc 1.5 KiB a10b7860c9d5a547990759f91b70ce2b53d2bf7b8628e6b3fd9f82a8ed8da616
ruby-slim_4.1.0.orig.tar.gz 96.5 KiB 258bece3e0dfa878b0fde3f703dd89bbfa23cdf7d58db1b339c9343544309f80
ruby-slim_4.1.0-3.debian.tar.xz 5.7 KiB 16d366ea7125c69690496aac1cfd12f6a18a5f4d2a66c4516339f9eb6dc1e353

Available diffs

No changes file available.

Binary packages built by this source

ruby-slim: powerful (X)HTML templating engine with an elegant syntax

 Slim is a template language whose goal is to reduce the view syntax to the
 essential parts without becoming cryptic.
 .
 A short list of the features:
  - elegant syntax: short syntax without closing tags, HTML style mode with
    closing tags and configurable shortcut tags
  - automatic HTML escaping and support for Rails' `html_safe?`
  - highly configurable and extendable via plugins: logic less mode similar
    to Mustache and translator/I18n support among others.
  - high performance: comparable speed to ERB and streaming support in Rails
  - supported by all major frameworks (Rails, Sinatra, ...)
  - full Unicode support for tags and attributes on Ruby 1.9
  - embedded engines like Markdown and Textile