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

    Исходный пакет: ruby-cleanroom
    Версия: 1.0.0-alt1
    Собран:  22 мая 2015 г. 17:00 в задании #144574
    Скопирован в задании: #145142
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/sethvargo/cleanroom

    Лицензия: MIT/Ruby
    О пакете: (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-пакетом:
    ruby-cleanroom (noarch)
    ruby-cleanroom-doc (noarch)

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

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

    Права:
    Igor Vlasenko
    @ruby
    @everybody

      1. ruby-tool-setup
      2. rpm-build-ruby

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


    21 мая 2015 г. Andrey Cherepanov 1.0.0-alt1
    - Initial build for ALT Linux