ruby-haml 4.0.6-1 source package in Ubuntu

Changelog

ruby-haml (4.0.6-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Remove patch fix_tests_form_opener_rails4.patch (not required)
  * Bump standards version to 3.9.6 (no changes)

 -- Pirate Praveen <email address hidden>  Sat, 29 Aug 2015 10:31:34 +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

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-haml_4.0.6-1.dsc 2.1 KiB 408b3beb29f09a94a3917c22540dff3b57709a2efd317502905a24fc4a5b7cd7
ruby-haml_4.0.6.orig.tar.gz 110.5 KiB f66a979677c296b0d576522c635256d416806806428ca2f554e2b1f1a132a107
ruby-haml_4.0.6-1.debian.tar.xz 8.3 KiB 35d55599faa83da7def170362068f06d79fe4e89bc9c47440bf72aa5cf64a22d

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.