sass / sassc-ruby

Use libsass with Ruby!
MIT License
363 stars 157 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 4 months ago

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