class Bundler::GemInstaller
def spec_settings
def spec_settings # Fetch the build settings, if there are any if settings = Bundler.settings["build.#{spec.name}"] Shellwords.shellsplit(settings) end end
def spec_settings # Fetch the build settings, if there are any if settings = Bundler.settings["build.#{spec.name}"] Shellwords.shellsplit(settings) end end