Package gem-setup: Information

Binary package: gem-setup
Version: 5.999.6-alt1
Architecture: noarch
Build time:  Jun 8, 2022, 05:33 AM
Source package: gem-setup
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 contributors:
Pavel Skrylev

ACL:
Pavel Skrylev
@ruby
@everybody

Last changed


May 1, 2022 Pavel Skrylev 5.999.6-alt1
- + novel yamlto support when YAML parsings
- + log-level, debug-io, info-io CLI args
- + loaders for ruby, manifest, cmake, git-version-gen, mast, pom XML, rookbook,
    yaml
- + log module to support advanced IO flow logging
- + hoe parser
- !fix loading concerns
- !fix some parsers
- !fix setup default gem generator extension require when real gem is erroneous
- !fix minor loader, and rakefile gemspec bugs
- *changed rake app based on loader
- *changed deps dsl detection
- *changed slightly sources
- -remove gemspec-based parser
March 3, 2022 Pavel Skrylev 5.999.5-alt12
- ! for jeweler, and some others spec parser to properly load and store specs
Oct. 25, 2021 Pavel Skrylev 5.999.5-alt11
- ^ 5.999.4 -> 5.999.5
- ! pass option hash to gem requirement constructor in setup deps