mina-deploy / mina

Blazing fast deployer and server automation tool
https://rubygems.org/gems/mina
Other
4.34k stars 491 forks source link

Enable Pretty runner on Windows #705

Closed lovro-bikic closed 2 years ago

lovro-bikic commented 2 years ago

PR #686 refactored the Pretty printer to use the Windows-compatible open3 gem instead of the incompatible open4. This PR removes the guard which prevented users from using the Pretty printer on Windows.

Side note: I don't think this guard ever worked because Gem::Platform.local.os won't return :windows but cygwin, mswin or something else.