Thanks all, I did it through gem bundle and also would try http://gemcutter.org for others.
For the point on valid gem repository source, I believ it is and I am gettng some other sorta exceptoion which quoting again was -----> Installing gem facebooker 1.0.61 from http://github.com/mmangino/facebook er/tarball/master <http://github.com/mmangino/facebooker/tarball/master>, http://gemcutter.org, http://gems.rubyforge.org ERROR: While executing gem ... (TypeError) incompatible marshal file format (can't be read) format version 4.8 required; 112.97 given ! Heroku push rejected, Slug::CompileError On Tue, Jan 26, 2010 at 1:19 PM, Arun Thampi <[email protected]> wrote: > Hi Abhishek - Is that a valid gem repository source? I tried executing that > command on my local machine and it gave the same exception. > > But this worked for me: > > $ gem install facebooker --version 1.0.61 --source http://gemcutter.org > > HTH. > Cheers, > Arun > > On Tue, Jan 26, 2010 at 3:42 PM, Abhishek Manocha < > [email protected]> wrote: > >> I am sure somebody here must have experienced problem of the sorts I >> am facing. >> I am trying to install Facebooker plugin on heroku >> >> through adding .gems manifest. >> My .gems read something like >> >> facebooker --version 1.0.61 --source >> http://github.com/mmangino/facebooker/tarball/master >> >> and I am getting the following error on git push. >> >> -----> Installing gem facebooker 1.0.61 from >> http://github.com/mmangino/facebook >> er/tarball/master <http://github.com/mmangino/facebooker/tarball/master>, >> http://gemcutter.org, http://gems.rubyforge.org >> ERROR: While executing gem ... (TypeError) >> incompatible marshal file format (can't be read) >> format version 4.8 required; 112.97 given >> ! Heroku push rejected, Slug::CompileError >> >> What exactly is this format exception? And has anybody got the same/ >> installed facebooker some other way? >> Help very much appreciated. >> >> >> -- >> >> You received this message because you are subscribed to the Google Groups >> "Heroku" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<heroku%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/heroku?hl=en. >> >> > > > -- > It's better to be a pirate than join the Navy - Steve Jobs > http://mclov.in > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
