I am attempting to install the librets library. I can use rvm to switch to the system ruby (1.8.7) and install librets and it seems fine. I am then able to require librets. But then if I switch to ruby 1.9.2 with rvm and i try to require librets, it says no such file to load. So how do I install a library so it works across rubies. Or how do I install specific to each ruby so it works there. 1.9.2 is the version I need most.
FYI, librets is not a gem
It appears you can use
my_use_ruby=yeshttps://gist.github.com/977074#gistcomment-36462