sass / sassc-ruby

Use libsass with Ruby!
MIT License
366 stars 156 forks source link

Use Minitest module instead of MiniTest compatibility layer #242

Open oturpe opened 1 year ago

oturpe commented 1 year ago

The Minitest package has long been capitalized like that. The variant MiniTest is retained only as a compatibility layer. Switch to the current module name.

This change is motivated by Fedora, which already uses minitest 5.19. That version requires setting the env variable MT_COMPAT to import the compatibility module, and thus revealed the problem in Fedora build system.

boutil commented 2 months ago

Hi! Thanks for this patch. We'll use it in Debian to prepare ruby3.3 compatibility.