RSolr 0.9.6 has been released (along with rsolr-ext).
You can see the changes here:
http://github.com/mwmitchell/rsolr/blob/master/CHANGES.txt
I also decided to switch gem hosting from github to gemcutter. Github
has been down the past few days which sent me in search of an
alternative. I was looking at rubyforge but found an article about
GemCutter, a new gem source provider. So I decided to give it a try.
Within like 2 minutes, I created an account and published both rsolr
and rsolr-ext!
rsolr is here:
http://gemcutter.org/gems/rsolr
rsolr-ext is here:
http://gemcutter.org/gems/rsolr-ext
To install, all you have to do is add gemcutter to your gem sources
like:
gem sources -a
http://gemcutter.org
and then:
sudo gem install rsolr
sudo gem install rsolr-ext
No more "mwmitchell-" prefix!
Let me know if you have any problems.
Matt