Package gem-liquid: Information

    Source package: gem-liquid
    Version: 4.0.3-alt1
    Build time:  Jun 18, 2020, 09:25 AM in the task #247371
    Category: Development/Ruby
    Report package bug
    License: MIT
    Summary: Liquid markup language
    Description: 
    Liquid is a template engine which was written with very specific requirements:
    
    * It has to have beautiful and simple markup. Template engines which don't
      produce good looking markup are no fun to use.
    * It needs to be non evaling and secure. Liquid templates are made so that users
      can edit them. You don't want to run code on your server which your users
      wrote.
    * It has to be stateless. Compile and render steps have to be separate so that
      the expensive parsing and compiling can be done once and later on you can just
      render it passing in a hash with local variables and objects.

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


    List of contributors:
    Pavel Skrylev

      1. rpm-build-ruby

    Last changed


    July 10, 2019 Pavel Skrylev 4.0.3-alt1
    - Initial build for Sisyphus, packaged as a gem with usage Ruby Policy 2.0.