blt04 / puppet-rvm

A puppet module for installing and using RVM (Ruby Version Manager)
Other
242 stars 280 forks source link

Fix for Centos5 servers using stock ruby. #19

Closed josephcrim closed 13 years ago

josephcrim commented 13 years ago

Fix to allow the gemset provider to work properly on Centos 5 using site_ruby. Let me know if you would like me to tet this out on a few other platforms.

Thanks

blt04 commented 13 years ago

Thanks for the pull request, but String#each doesn't work in Ruby 1.9.2. I removed all instances of String#lines. This should fix the issue, please let me know if it does not.