ruby-slim 3.0.7-1 source package in Ubuntu

Changelog

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

  [ Jérémy Bobbio ]
  * New upstream version.
  * Bump Standards-Version to 3.9.8 (no changes needed).

  [ Cédric Boutillier ]
  * Remove version in the gem2deb build-dependency.
  * Use https:// in Vcs-* fields.
  * Bump Standards-Version to 3.9.7 (no changes needed).
  * Run wrap-and-sort on packaging files.

 -- Jérémy Bobbio <email address hidden>  Tue, 20 Dec 2016 22:39:32 +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
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-slim_3.0.7-1.dsc 2.2 KiB f740cf49c256102db308a7da6703a4e4a7987295542ae6815cb8497a0c6903d8
ruby-slim_3.0.7.orig.tar.gz 91.5 KiB c4e629f5dc044ed8765712adcdadbfc471ff5805da36a64458d4ba1843ad2d5a
ruby-slim_3.0.7-1.debian.tar.xz 3.2 KiB ff549a97b056434cd489aea4ad8e1f081ff8b0d33c16779e4944ab7c8edf60c6

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