ruby-slim 4.1.0-1 source package in Ubuntu

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove constraints unnecessary since buster
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Remove constraints unnecessary since buster

  [ Cédric Boutillier ]
  * New upstream version 4.1.0 (Closes: #1002109)
    + Add patch to require ostruct 
  * Update team name
  * Use ${ruby:Depends} for dependencies
  * Bump Standards-Version to 4.6.1 (no changes needed)

 -- Cédric Boutillier <email address hidden>  Sun, 17 Jul 2022 00:39:28 +0200

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-slim_4.1.0-1.dsc 1.5 KiB 181519f0ce8791cb44e6f764e057b913cf719a0eacfca4efc878983798e62094
ruby-slim_4.1.0.orig.tar.gz 96.5 KiB 258bece3e0dfa878b0fde3f703dd89bbfa23cdf7d58db1b339c9343544309f80
ruby-slim_4.1.0-1.debian.tar.xz 4.8 KiB 86f4b98e43e645d51812db800a9f917180596265199c7a3c40f8939aa5ad24e1

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