Package gem-setup: Information

Source package: gem-setup
Version: 5.999.4-alt10
Latest version according to Repology
Build time:  Oct 7, 2021, 07:44 PM in the task #252865
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

ACL:
Pavel Skrylev
@ruby
@everybody

    1. rpm-build-ruby

Last changed


Sept. 10, 2021 Pavel Skrylev 5.999.4-alt10
- + gem changing version on-the-fly
- * running extconf as loading the script not forking new ruby instance
- * the headers taken into consideration are only predefined
- * reassignation some souces sequence
- * allow loading gemspec as YAML doc
- * trapping calls to git executable
April 25, 2021 Pavel Skrylev 5.999.4-alt9
- ! replaces req prefix ruby-gem with gem
- ! other things
Dec. 29, 2020 Pavel Skrylev 5.999.4-alt8
- ! ls-files of git to list proper files
- * renamed compile to make action
- ! pre key now to affect only make action