On Mon, May 11, 2009 at 11:58 AM, Aditya Mahajan <[email protected]> wrote: > gem search rumai --remote > *** REMOTE GEMS *** > rumai (2.0.0) > > Does it usually take some time for the gem database to be > updated?
Yes, but it usually does not take this long. I'll check with the RubyForge admins. In the mean time, you can: wget http://rubyforge.org/frs/download.php/56611/rumai-3.0.0.gem gem install ./rumai-3.0.0.gem Or you can build from source: git clone git://github.com/sunaku/rumai.git cd rumai gem install inochi --development rake gem gem install ./pkg/rumai-3.0.0.gem
