ruby-slim 4.0.1-1 source package in Ubuntu

Changelog

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

  * Team upload

  * New upstream version 4.0.1 (Closes: #895500)
  * debian/watch
    - use gemwatch.debian.net and update to version 4
  * debian/control
    - set Standards-Version: 4.3.0
    - update Vcs-* to use salsa.debian.org
    - use dh12, set "Build-Depends: debhelper (>= 12), debhelper-compat (= 12)"
    - adjust dependencies
  * debian/compat
    - drop it
  * debian/patches
    - add 0001-don-t-use-git.patch

 -- Hideki Yamane <email address hidden>  Sun, 30 Dec 2018 15:23:14 +0900

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

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-slim_4.0.1-1.dsc 2.2 KiB 4fd5b2400767de3fbbfaf593656b4bb380269af8b264268e13fdcbbc59684c65
ruby-slim_4.0.1.orig.tar.gz 96.4 KiB 5db39ae770537a2a3b0429593251f6936439761f2a21b74224007f977dd83194
ruby-slim_4.0.1-1.debian.tar.xz 3.8 KiB 8536bfd9a0433c5cfe2c47bc6a091263a7197b080a9e290885f9ed98d009e3d0

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