Package gem-setup: Information

    Source package: gem-setup
    Version: 5.999.4-alt3
    Build time:  Aug 10, 2020, 08:27 PM
    Category: Development/Ruby
    Report package bug
    License: BSD-2-Clause
    Summary: Ruby's Classic Site Installer
    Description: 
    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.

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


    List of contributors:
    Pavel Skrylev

      1. rpm-build-ruby

    Last changed


    July 13, 2020 Pavel Skrylev 5.999.4-alt3
    - ! gemfile dep export in one line when dep name is the same
    - ! spec syntax
    July 9, 2020 Pavel Skrylev 5.999.4-alt2
    - - additional config path part for config folder for gem target
    June 30, 2020 Pavel Skrylev 5.999.4-alt1
    - ^ 5.999.3 -> 5.999.4
    - + actor module
    - + 3 actors: copy, link, touch
    - + dep-source command line key, to define a name of a source for the
        specified used source, and set to show requires
    - + append and skip lists support in source gem and gemfile
    - + check to wheither the gemfile is exist, if no skip install
    - + echoe spec core extension module
    - + echo gemspec parser
    - + gemspec detector for bones gemspec types
    - + bones extension for core
    - + blank method to replace embedded one in gem's specification class
    - + autorequire for olddoc and wrongdoc modules if no
    - + simple replacement for gem olddoc
    - + simple replacement for gem wrongdoc
    - + check to wheither the gemfile is exist, if no skip install
    - + log module
    - - unnecessary deps
    - - duplication extfiles due to block in gem source module
    - * installation of compiled modules by actors
    - * gemspec scheme enumeration and requiring
    - * name of rakefile to package task gemspec load
    - * gemspecs evaluating and loading in module space for bones, echoe, hoe
        and package task
    - * proper loading Rakefile into named module instead of unnamed to
        allowing root level defined methods access
    - ! rookbook gemspec detector