Sha256: e673451e11c6ce66ffce88b077c3b9f26c0b18172bd64cbdd4c7b26e92ed414b
Contents?: true
Size: 656 Bytes
Versions: 2
Compression:
Stored size: 656 Bytes
Contents
# frozen_string_literal: true # Note: # RubyInstaller2’s `rubygems/defaults/operating_system.rb` # loads before this file, patch it immediately. begin require 'ruby_installer/runtime/msys2_installation' rescue LoadError # ignore else # Skip check MSYS2 when installing gems class RubyInstaller::Runtime::Msys2Installation alias _original_ruby_installer__enable_msys_apps enable_msys_apps def enable_msys_apps(for_gem_install: nil, **kwargs) _original_ruby_installer__enable_msys_apps(for_gem_install:, **kwargs) unless for_gem_install end end end Gem.pre_install { require_relative 'mingw-make' or nil }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mingw-make-1.2.0-x64-mingw-ucrt | lib/rubygems_plugin.rb |
mingw-make-1.1.0-x64-mingw-ucrt | lib/rubygems_plugin.rb |