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

Rakefile best practices; Stop requiring rubygems #64

Closed pboling closed 1 year ago

pboling commented 2 years ago

Yes, even on Ruby < 1.9

From 2009: https://tomayko.com/blog/2009/require-rubygems-antipattern

Ruby 1.8.7 was released 2008-05-31.