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

    Исходный пакет: gem-setup
    Версия: 5.999.8-alt1
    Последняя версия по данным Repology
    Собран:  7 августа 2026 г. 16:52 в задании #377540
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/rubyworks/setup

    Лицензия: BSD-2-Clause
    О пакете: Ruby's Classic Site Installer
    Описание: 
    Every well practiced Rubyist is aware of Minero Aoki's ever setup.rb script.
    It's how most of us used to install our Ruby programs before RubyGems came
    along. And it's still mighty useful in certain scenarios, not the least of
    which is the job of the distro package maintainer.
    
    Ruby Setup converts setup.rb into a stand-alone application. No longer
    requiring the distribution of the setup.rb script with every Ruby package.
    Just instruct one's users to install Ruby Setup (gem install setup) and go from
    there. As long as a project is setup.rb compliant, as most are, then there is
    little to nothing it's developer must do.

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

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

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

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

      1. rpm-build-ruby

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


    5 августа 2026 г. Pavel Skrylev 5.999.8-alt1
    - + enabled :if condition for scheme installation
    - ! fixed sequence to derpath so lib before installation
    - ! fixed search over files including beginning dot
    - ! fixed predep generation for complex deps
    26 мая 2026 г. Pavel Skrylev 5.999.7-alt1
    - ^ 5.999.6 -> 5.999.7
    - * optimized command run to support multiple commands
    - * relaxed options filter
    - * ext folder moved to state group, which is ignored to install from now
    - - removed doc package from spec
    - ! install mode for all the files by default is 644
    - ! filter out duplicated files from lib and data groups when installation
    17 марта 2026 г. Pavel Skrylev 5.999.6-alt24
    - ! select version over all the sources's full path from downdir to updir