Not sure if this will help. Ruby 1.9 has gems built into it and will
place the gems in the right folder. Not sure what OS you are using
(ubuntu?) but you should download the 1.9 source and compile. Then you
can simply use " sudo gem install ...." no need for the gem1.9 stuff.
I've done this with both Ubuntu and Fedora and gems download just
fine (haven't download merb source though)
> *WILL NOT LOOK FOR THEM ELSEWHERE*.
The trick with rubygems to get around this is to specify two sources
on the command line:
sudo gem install gemname --source http://edge.merbivore.org --source http://gems.rubyforge.org
Specifying both will allow it to fall back on rubyforge for gems that
are not on merbivore.
Cheers-
Ezra Zygmuntowicz
e...@engineyard.com