ruby-erubis 2.7.0-3 source package in Ubuntu
Changelog
ruby-erubis (2.7.0-3) unstable; urgency=medium * Team upload. * Drop transtional packages: erubis, liberubis-ruby, liberubis-ruby1.8, liberubis-ruby1.9.1, erubis-doc -- Antonio Terceiro <email address hidden> Sat, 29 Mar 2014 13:57:53 -0300
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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | ruby | |
Bionic | release | universe | ruby | |
Xenial | release | universe | ruby |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-erubis_2.7.0-3.dsc | 2.0 KiB | 2f315ef82af12c29cbbbd058b14415b88a73c280f17da7cf928575cb02a0aa36 |
ruby-erubis_2.7.0.orig.tar.gz | 166.4 KiB | be1003cab510e1178244502dd3ab36c598ac471df81088ad7e8da1cb2984284e |
ruby-erubis_2.7.0-3.debian.tar.xz | 4.9 KiB | 0d4190dcef5f3ec61f21b587c5e803898c0751ee53ce55684fedf2dbb5300b3f |
Available diffs
- diff from 2.7.0-2 to 2.7.0-3 (1.0 KiB)
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