Gem twitter-0.6.15, I need twitter-0.6.11

Hi,

I did sudo gem install twitter and I installed twitter-0.6.15 but my
app wont run with 0.6.15.
I need twitter-0.6.11 to run my app.

Does anyone know how to downgrade to 0.6.11?

Thank in advance for any help.

+1 from me. Is this the defacto Twitter gem for Rails by the way?

On Mon, Aug 24, 2009 at 11:03 PM, dmpeters63 [email protected]
wrote:

Hi,

I did sudo gem install twitter and I installed twitter-0.6.15 but my
app wont run with 0.6.15.
I need twitter-0.6.11 to run my app.

Does anyone know how to downgrade to 0.6.11?

sudo gem install twitter -v=0.6.11

Good luck,

-Conrad

Thanks,

That did the trick!

Dave