ruby-slim 4.1.0-2 source package in Ubuntu

Changelog

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

  * Team upload
  * Add 0004-Use-tested-ruby-version-to-run-script-in-tests.patch
    - run commands with tested ruby version in tests (Closes: #1019669)

 -- Cédric Boutillier <email address hidden>  Sun, 13 Nov 2022 19:15:23 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-slim_4.1.0-2.dsc 1.5 KiB 4ad10ee846c1062714969322df33b5f3cf80c86a7e8cc6fdfe622c383cdc5d2b
ruby-slim_4.1.0.orig.tar.gz 96.5 KiB 258bece3e0dfa878b0fde3f703dd89bbfa23cdf7d58db1b339c9343544309f80
ruby-slim_4.1.0-2.debian.tar.xz 5.2 KiB f07d09654b86213d0361b2c716917972d6528995a3210b6cdc94eb0ace470718

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