gem plist not found ???

U

Une bévue

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 ???
 
U

Une bévue

Une bévue said:
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.
 
U

Une bévue

Une bévue said:
that's the reason, because if i redo a :


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 ???
 
S

snacktime

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

Une bévue

snacktime said:
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 ;-)
 
U

Une bévue

snacktime said:
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.co.uk/gems/plist-2.0.0.gem
ERROR: While executing gem ... (Gem::RemoteSourceException)
HTTP Response 404
~%> gem install plist --remote --source
http://rubyforge.vm.bytemark.co.uk/gems/
ERROR: While executing gem ... (Gem::RemoteSourceException)
HTTP Response 404

even if i can list them from browser...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,208
Messages
2,571,084
Members
47,683
Latest member
AustinFairchild

Latest Threads

Top