From: Phrogz Date: 2010-02-05T22:45:05+09:00 Subject: Re: rdoc_osx_dictionary 1.2.0 Released On Feb 5, 12:36 am, Ryan Davis wrote: > On Feb 4, 2010, at 21:25 , Phrogz wrote: > > 1) Why do I never see Ryan's original announcements on the > > comp.lang.ruby side of things, but only others' responses? See: > >http://groups.google.com/group/comp.lang.ruby/browse_frm/thread/1fe68... > > I have absolutely no idea. Blame google? No... my guess is that it is prolly the gateway... but really I don't know. I never read it that way. Why do you? Are there tangible benefits? I'm not subscribed to the ML these days due to traffic; I just visit CLR as time permits, and I prefer the Google Groups interface for keeping track of what I've read and nested threading over something like ruby forum. > I just had a bug reported about the gem using PATH to figure out what ruby to invoke... possibly this is related? does `which gem` and `which ruby` resolve to the same install for you? I'd guess not based on the mix of /usr/local/lib and /Library/Ruby in your backtrace. They do: Slim2:~ phrogz$ which ruby /usr/local/bin/ruby Slim2:~ phrogz$ which gem /usr/local/bin/gem I don't know what this means, though: Slim2:~ phrogz$ ruby -e "puts `which gem`" -e:1: unknown regexp options - lcal