Package erubis: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #254663
Package removed: Pavel Skrylev
Deletion date: July 11, 2020
Message: update
    Source package: erubis
    Version: 2.7.0-alt4
    Build time:  Sep 1, 2019, 10:59 PM in the task #231621
    Category: Development/Ruby
    Report package bug
    License: MIT
    Summary: A fast and extensible eRuby implementation
    Description: 
    Erubis is a fast, secure, and very extensible implementation of eRuby.
    It has the following features:
    * Very fast, almost three times faster than ERB and about ten percent
      faster than eruby (implemented in C).
    * File caching of converted Ruby script support.
    * Auto escaping (sanitizing) support, it means that '<%= %>' can be
      escaped in default. It is desirable for web application.
    * Spaces around '<% %>' are trimmed automatically only when '<%' is at the
      beginning of line and '%>' is at the end of line.
    * Embedded pattern changeable (default '<% %>'), for example '[% %]' or
      '<? ?>' are available.
    * Enable to handle Processing Instructions (PI) as embedded pattern (ex.
      '<?rb ... ?>'). This is desirable for XML/HTML than '<% .. %>' because
      the latter breaks HTML design but the former doesn't.
    * Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript).
    * Context object available and easy to combine eRuby template with YAML
      datafile (see the below example).
    * Print statement available.
    * Easy to expand and customize in subclass
    * Ruby on Rails support.
    * Mod_ruby support.

    List of rpms provided by this srpm:
    erubis (noarch)
    erubis-doc (noarch)
    gem-erubis (noarch)


    List of contributors:
    Pavel Skrylev
    Andrey Cherepanov

      1. rpm-build-ruby

    Last changed


    July 10, 2019 Pavel Skrylev 2.7.0-alt4
    - Use Ruby Policy 2.0
    July 11, 2018 Andrey Cherepanov 2.7.0-alt3.1
    - Rebuild with new Ruby autorequirements.
    Feb. 9, 2018 Andrey Cherepanov 2.7.0-alt3
    - Fix ruby(compiler) unmet and remove Rails helper