rdp / os

The OS gem allows for some easy telling if you’re on windows or not. OS.windows? as well as some other helper utilities
MIT License
145 stars 33 forks source link

OS.mac_version (w/ aliases: osx_version & x_version) #65

Open AndyObtiva opened 2 years ago

AndyObtiva commented 2 years ago

Hi,

I use the OS gem extensively in Glimmer desktop development gems like Glimmer DSL for SWT (JRuby desktop development gem) and Glimmer DSL for LibUI (CRuby desktop development gem).

One thing that has come up lately that the OS gem does not support is being able to check the MacOS version in order to optimize the desktop GUI look and feel for it.

I added support for that in this Pull Request.

Cheers!

rdp commented 2 months ago

hard to believe I just saw this, looks good though I might have teo manually merge