ruby-erubis 2.7.0-3.1 source package in Ubuntu

Changelog

ruby-erubis (2.7.0-3.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 28 Dec 2020 11:44:37 +0100

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
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby
Jammy release universe ruby

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-erubis_2.7.0-3.1.dsc 2.0 KiB 356f6d1a5967464c0b3218435605bd8e2b6c7947c09257b3641122be11b1b9dc
ruby-erubis_2.7.0.orig.tar.gz 166.4 KiB be1003cab510e1178244502dd3ab36c598ac471df81088ad7e8da1cb2984284e
ruby-erubis_2.7.0-3.1.debian.tar.xz 5.0 KiB 79f8d7e0896c84289aa26bed92531e4694b89cac3e17b0934492839db85b9dc5

Available diffs

No changes file available.

Binary packages built by this source

ruby-erubis: fast and extensible eRuby implementation which supports multi-language

 Erubis is a very fast eRuby implementation that features:
  * Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
  * Auto escaping support
  * Auto trimming spaces around '<% %>'
  * Embedded pattern changeable (default '<% %>')
  * Enable to handle Processing Instructions (PI) as embedded pattern
  * Context object available and easy to combine eRuby template with YAML file
  * Print statement available
  * Easy to extend and customize in subclass
  * Ruby on Rails support