You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the C compiler through the MiniPortile constructor, the preferred keyword argument is now :cc_command. The original :gcc_command is still supported. (#144 by @flavorjones)
Add support for extracting xz-compressed tarballs on OpenBSD. (#141 by @postmodern)
Add OpenBSD support to the experimental method MakeMakefile#mkmf_config. (#141 by @flavorjones)
Changed
MiniPortileCMake now detects the C and C++ compiler the same way MiniPortile does: by examining environment variables, then using kwargs, then looking in RbConfig (in that order). (#144 by @flavorjones)
GPG file verification error messages are captured in the raised exception. Previously these errors went to stderr. (#145 by @flavorjones)