[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

gem plist not found ???

pere.noel

7/14/2006 6:41:00 AM

i'd like to install the gem plist by :

> sudo gem i -r plist

but i get :
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find plist (> 0) in the repository

although when i list avaiable gems i get plist :

> gem query --remote --name-matches plist
here i get plist :
*** REMOTE GEMS ***

plist (2.0.0, 1.1.1, 1.1.0, 1.0.0)
plist parses Mac OS X plist files into ruby data types.


i've done an update sys in between that's the reason ???
--
une bévue
5 Answers

pere.noel

7/14/2006 6:47:00 AM

0

Une bévue <pere.noel@laponie.com.invalid> wrote:

> i've done an update sys in between that's the reason ???

that's the reason, because if i redo a :

> gem query --remote --name-matches plist

i get, afterwards :

*** REMOTE GEMS ***
~%>


=> NOTHING )))

it means some repository had changed, or a config file.
--
une bévue

pere.noel

7/14/2006 6:52:00 AM

0

Une bévue <pere.noel@laponie.com.invalid> wrote:

> that's the reason, because if i redo a :
>
> > gem query --remote --name-matches plist
>
> i get, afterwards :
>
> *** REMOTE GEMS ***
> ~%>
>
>
> => NOTHING )))
>
> it means some repository had changed, or a config file.

even worth :

~%> gem query --remote

*** REMOTE GEMS ***
~%>

=> NOTHING AT ALL ???
--
une bévue

snacktime

7/14/2006 6:57:00 AM

0

I think the repository is messed up. I get the same thing no matter
what gem I try to install.

pere.noel

7/14/2006 7:32:00 AM

0

snacktime <snacktime@gmail.com> wrote:

> I think the repository is messed up. I get the same thing no matter
> what gem I try to install.
thanks, i'm not too drunky on july 14th ;-)

--
une bévue

pere.noel

7/14/2006 9:02:00 AM

0

snacktime <snacktime@gmail.com> wrote:

> I think the repository is messed up. I get the same thing no matter
> what gem I try to install.

u're certainly right because :

~%> gem install plist --remote --source
http://rubyforge.vm.bytemark.c...plist...
ERROR: While executing gem ... (Gem::RemoteSourceException)
HTTP Response 404
~%> gem install plist --remote --source
http://rubyforge.vm.bytemark.c...
ERROR: While executing gem ... (Gem::RemoteSourceException)
HTTP Response 404

even if i can list them from browser...
--
une bévue