Skip to content

Releases: ParadoxV5/ruby-mingw-make

v1.2.0

30 May 19:08
e5640bf
Compare
Choose a tag to compare
  • Surface rbconfig patches
    • Extract to rbconfig-patch.rb so they’re available without/before the full require 'mkmf' (0ae4bba)
    • ruby -run fallbacks are now directly in the patched mkmf.rb rather than inferred during Makefile generation.
  • A couple more gems tested – namely, railties!

v1.1.0

05 Apr 22:05
v1.1.0
51e74ac
Compare
Choose a tag to compare
  • Added a Ruby executable bin/make. All it does is redirect to mingw32-make.
    • Accordingly, it now uses make, which may be bin/make or your make.exe depending on your PATH order.
  • Fix the “prehook failed” false negative because, turns out, prehook blocks’ return values have meaning.
  • Tested with the newer versions of default & bundled gems and logged them in the README.md

v1.0.0

10 Feb 01:28
7f35b9e
Compare
Choose a tag to compare

Initial Release 🚀