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

    Исходный пакет: gem-cleanroom
    Версия: 1.0.0-alt2
    Последняя версия по данным Repology
    Собран:  24 февраля 2023 г. 9:10 в задании #313736
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/sethvargo/cleanroom

    Лицензия: Apache 2.0
    О пакете: (More) safely evaluate Ruby DSLs with cleanroom
    Описание: 
    Ruby is an excellent programming language for creating and managing custom DSLs,
    but how can you securely evaluate a DSL while explicitly controlling the methods
    exposed to the user? Our good friends instance_eval and instance_exec are great,
    but they expose all methods - public, protected, and private - to the user. Even
    worse, they expose the ability to accidentally or intentionally alter the
    behavior of the system! The cleanroom pattern is a safer, more convenient,
    Ruby-like approach for limiting the information exposed by a DSL while giving
    users the ability to write awesome code!
    
    The cleanroom pattern is a unique way for more safely evaluating Ruby DSLs
    without adding additional overhead.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    gem-cleanroom (noarch)
    gem-cleanroom-devel (noarch)
    gem-cleanroom-doc (noarch)

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

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

    Права:
    Pavel Skrylev
    @ruby
    @everybody

      1. rpm-build-ruby

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


    4 февраля 2023 г. Pavel Skrylev 1.0.0-alt2
    - > Ruby Policy 2.0
    27 августа 2018 г. Andrey Cherepanov 1.0.0-alt1.1
    - Rebuild for new Ruby autorequirements.
    21 мая 2015 г. Andrey Cherepanov 1.0.0-alt1
    - Initial build for ALT Linux