Bugs item #27856, was opened at 2010-02-18 15:02 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=27856&group_id=126
Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Greg Hazel (ghazel) Assigned to: Nobody (None) Summary: gem platform problem Initial Comment: Trying to install a gem failed. Here's a little story written in bash: u...@host:~/$ gem tumble This command is deprecated, Gemcutter.org is the primary source for gems. u...@host:~/$ gem sources *** CURRENT SOURCES *** http://gems.rubyforge.org/ u...@host:~/$ gem search ghazel-POpen4 *** LOCAL GEMS *** u...@host:~/$ gem search -r ghazel-POpen4 *** REMOTE GEMS *** ghazel-POpen4 (0.1.4.1) u...@host:~/$ gem install ghazel-POpen4 ERROR: could not find gem ghazel-POpen4 locally or in a repository The problem here actually was that there was only a "x86-mswin32" gem available, but gem didn't present that information in any way - either in the error message or in the search output. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=27856&group_id=126 _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
