ruby - How can I install the YR weather gem? -


i trying install yr.no weather api gem here having problems adding repository.

i tried gem sources -a http://irbno.rubyforge.org/ results in following error:

error fetching http://irbno.rubyforge.org/:  bad response not found 404 (http://irbno.rubyforge.org/specs.4.8.gz) 

i on windows xp ruby 1.9.2 , have updated latest version of rubygems (1.5.2)

ruby -v returns

`ruby 1.9.2p0 (2010-08-18) [i386-mingw32]` 

whilst gem sources -l returns

*** current sources ***  http://rubygems.org/ http://gemcutter.org 

any thoughts? problem repository or setup?

the correct uri rubyforge rubygems repository http://gems.rubyforge.org/, not http://irbno.rubyforge.org/. however, rubyforge rubygems repository shut down long time ago , migrated rubygems.org, uri redirect http://rubygems.org/ (as http://gemcutter.org/ btw).

since have repository uri in rubygems sources, don't need anything.

may ask found information http://irbno.rubyforge.org/ correct uri rubyforge rubygems repository? should inform people information wrong (http://irbno.rubyforge.org/ never uri of rubyforge rubygems repository, http://gems.rubyforge.org/) , outdated (the default rubygems repository moved http://gemcutter.org/ , http://rubygems.org/ long time ago).

not of matters, since far can tell, there never gem released project anyway.


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -