ruby-slim 3.0.6-1 source package in Ubuntu

Changelog

ruby-slim (3.0.6-1) unstable; urgency=low

  * New upstream version.
  * Update Build-Depends.
  * Switch to debhelper compat level 9.
  * Update Vcs-* URL.
  * Remove obsolete patches.
  * Update debian/copyright.
  * Bump Standards-Version, no changes required..

 -- Jérémy Bobbio <email address hidden>  Wed, 09 Sep 2015 17:50:32 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-slim_3.0.6-1.dsc 2.1 KiB 4586f8c8434a26eace603e2e2ac40e7004895a54a24a16f02d51b0c4c683122d
ruby-slim_3.0.6.orig.tar.gz 91.9 KiB fbac107f52ac85f4d3e659752c03bce5362d482ed3a0e8e95e58dbeb4260f76b
ruby-slim_3.0.6-1.debian.tar.gz 3.2 KiB c2e658ba68256ded48e9471744ba4ff7b72c37ed0d12750684f89da2fe0593b2

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