krzysztofzablocki / crafter

Crafter - Xcode project configuration CLI made easy.
twitter.com/merowing_
547 stars 35 forks source link

Support for OS X pre-installed Ruby (1.8.7) #2

Closed alloy closed 11 years ago

alloy commented 11 years ago

Your users might not have a custom Ruby installed. Therefor you should support Ruby 1.8.7 (which ships with OS X).

I haven't checked everything, but, for instance, require_relative isn't supported. (Nor is it really needed, because load paths are set by rubygems.)