ruby-haml 5.1.2-2 source package in Ubuntu

Changelog

ruby-haml (5.1.2-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Update standards version to 4.4.1, no changes needed.

  [ Pirate Praveen ]
  * Change build dependency on rails to ruby-rails
  * Bump Standards-Version to 4.5.0 (no changes needed)

 -- Pirate Praveen <email address hidden>  Sat, 18 Jul 2020 22:39:17 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-haml_5.1.2-2.dsc 2.2 KiB c116645b19e4176dc1f60ebc7e624186eceea0431b8d3cebd1d649f1dbcb9330
ruby-haml_5.1.2.orig.tar.gz 123.1 KiB 0661008992d39ba224f8e1e233290b6f6faef588ea059d335ea51247d9caed6f
ruby-haml_5.1.2-2.debian.tar.xz 9.2 KiB ba640371500efe6a11707fd13cdcc3d38516d3a4645fa41d2e0261453eb87d7c

Available diffs

No changes file available.

Binary packages built by this source

ruby-haml: Elegant, structured XHTML/XML templating engine

 Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML
 that's designed to express the structure of XHTML or XML documents in a
 non-repetitive, elegant, easy way, using indentation rather than closing
 tags and allowing Ruby to be embedded with ease.
 .
 It was originally envisioned as a plugin for Ruby on Rails, but it can
 function as a stand-alone templating engine.