[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Reg : Rubygems

Sasi Kala

2/25/2009 9:07:00 AM

I tried to install the restful_adhearsion package.
So I used,
$ gem install jsgoecke-restful_adhearsion
--source=http://gems.g...
But it shows the error,
ERROR: could not find gem jsgoecke-restful_adhearsion locally or in a
repository

I referred that we have to update the rubygems. So I have used,
$ gem update --system
It returns,
Updating RubyGems
Nothing to update

What I have to do? I need to install that package. I searched a lot.
But I couldn't rectify this. Let me know how to do this?




Thanks.
--
Posted via http://www.ruby-....

1 Answer

Justin Collins

2/25/2009 11:27:00 AM

0

Sasi Kala wrote:
> I tried to install the restful_adhearsion package.
> So I used,
> $ gem install jsgoecke-restful_adhearsion
> --source=http://gems.g...
> But it shows the error,
> ERROR: could not find gem jsgoecke-restful_adhearsion locally or in a
> repository
>
> I referred that we have to update the rubygems. So I have used,
> $ gem update --system
> It returns,
> Updating RubyGems
> Nothing to update
>
> What I have to do? I need to install that package. I searched a lot.
> But I couldn't rectify this. Let me know how to do this?
>
>
>
>
> Thanks.
>


There doesn't seem to be such a package on github:
http://gems.g...list.html
Maybe send the author a note?

-Justin