I’m having trouble getting the ruby-gmail gem to work on my Mac with Snow Leopard. I installed it using sudo gem install ruby-gmail and it seemed to go fine. But when I try to use it in a script, I get errors.
The error mentions a different path than my gem paths. I’m not sure if that’s the problem or how to fix it. Any ideas on what might be going wrong or how to get ruby-gmail working?
hey mate, try using RVM like Pete suggested. It’s a lifesaver for managing diff ruby versions. also, check if ur PATH is set correctly. sometimes that messes things up. if all else fails, maybe try a diff gem? There’s some other good gmail libs out there. good luck!
I’ve encountered similar issues with ruby-gmail on Snow Leopard. The problem might be related to missing dependencies or incompatible gem versions. Here’s what worked for me: