Пакет gem-erubis: Информация

    Исходный пакет: gem-erubis
    Версия: 2.7.0-alt5
    Собран:  20 апреля 2024 г. 18:55
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.kuwata-lab.com/erubis/

    Лицензия: MIT
    О пакете: A fast and extensible eRuby implementation
    Описание: 
    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.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    erubis (noarch)
    gem-erubis (noarch)
    gem-erubis-doc (noarch)

    Сопровождающий: Ruby Maintainers Team

    Список участников:
    Pavel Skrylev
    Andrey Cherepanov

      1. rpm-build-ruby

    Последнее изменение


    8 июля 2020 г. Pavel Skrylev 2.7.0-alt5
    - + upstream gear repo
    - ! spec tags
    10 июля 2019 г. Pavel Skrylev 2.7.0-alt4
    - > Ruby Policy 2.0
    11 июля 2018 г. Andrey Cherepanov 2.7.0-alt3.1
    - Rebuild with new Ruby autorequirements.