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

Disregard mkrf_conf.rb as a requirement for DevKit #268

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

Disregard mkrf_conf.rb as a requirement for DevKit #268

wants to merge 1 commit into from

Commits on Apr 20, 2015

  1. Disregard mkrf_conf.rb as a requirement for DevKit

    It has become a common trick to use an extension configure script named `mkrf_conf.rb` to install conditional dependencies via Gem::DependencyInstaller when installing a gem.
    
    cf. http://en.wikibooks.org/wiki/Ruby_Programming/RubyGems#How_to_install_different_versions_of_gems_depending_on_which_version_of_ruby_the_installee_is_using
    
    A `mkrf_conf.rb` script is expected to generate a `Rakefile` which is later run by rake(1), and that doesn't necessarily require build tools like make(1), C compiler, etc.
    knu committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    45779e1 View commit details
    Browse the repository at this point in the history