Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gem.last_initializer #6212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 21, 2024

  1. Add gem.last_initializer

    Provides a mechanism for the GEM author to do the final processing after the blocks specified in `build.gem` have been processed.
    
    This allows GEM author and user code to be processed in the following order:
    
     1. The block passed to `MRuby::Gem::Specification.new` in `mrbgem.rake`
     2. The block passed to `MRuby::Build#gem` in the build configuration file.
     3. The block passed to `MRuby::Gem::Specification#last_initializer` in `MRuby::Gem::Specification.new`.
    dearblue committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e577135 View commit details
    Browse the repository at this point in the history