What is in your .gemrc? At one point IronRuby had problems with sources that didn’t have a trailing slash.
JD From: [email protected] [mailto:[email protected]] On Behalf Of Ivan Porto Carrero Sent: Wednesday, March 04, 2009 3:25 PM To: ironruby-core Subject: [Ironruby-core] gems and .gemrc It looks like ironruby isn't happy with a .gemrc file this happens both on windows and mono. +i...@ivan-mbp:~/src/ironruby (linux)» igem list *** LOCAL GEMS *** +i...@ivan-mbp:~/src/ironruby (linux)» igem install rake ERROR: While executing gem ... (URI::InvalidComponentError) bad component(expected absolute path component): latest_specs.4.8 +i...@ivan-mbp:~/src/ironruby (linux)» ls ~/.ge* /Users/ivan/.gemrc /Users/ivan/.gem: jruby latest_source_cache ruby source_cache specs +i...@ivan-mbp:~/src/ironruby (linux)» mv ~/.gemrc ~/.gemrc.old +i...@ivan-mbp:~/src/ironruby (linux)» igem install rake Successfully installed rake-0.8.4 1 gem installed Installing ri documentation for rake-0.8.4... Installing RDoc documentation for rake-0.8.4... +i...@ivan-mbp:~/src/ironruby (linux)»
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
