ruby-haml 4.0.5-1 source package in Ubuntu

Changelog

ruby-haml (4.0.5-1) unstable; urgency=low


  * Team upload.
  * New upstream version
  * Standards-version 3.9.4→3.9.5 (no changes needed)
  * Upstream requires Rails >= 3.2, reflecting it in the dependencies

 -- Gunnar Wolf <email address hidden>  Fri, 31 Jan 2014 10:08:50 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe ruby

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-haml_4.0.5-1.dsc 2.1 KiB c38102e70079388915161969e1b7d2d6cc4df8712d4c146b8562f81d498144b5
ruby-haml_4.0.5.orig.tar.gz 112.2 KiB b4c9a95af568e3cc2768f35d5a718402d8e5232f299e3df871337643edeb253f
ruby-haml_4.0.5-1.debian.tar.xz 7.7 KiB b52a3c32279b3a79581db55432acef2dc16d01e3a26626b7d625df2fa2820f22

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.