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: `gem` commands (other) >Group: v1.3.x >Status: Closed >Resolution: Accepted Priority: 3 Submitted By: Greg Hazel (ghazel) >Assigned to: Eric Hodel (drbrain) 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. ---------------------------------------------------------------------- >Comment By: Eric Hodel (drbrain) Date: 2010-04-20 22:38 Message: Short gem list output now prints out platforms when there are non-ruby platforms for a version: $ gem search -ra ghazel-POpen4 *** REMOTE GEMS *** ghazel-POpen4 (0.1.5.1 ruby x86-mswin32, 0.1.4.1 x86-mswin32) ---------------------------------------------------------------------- Comment By: Greg Hazel (ghazel) Date: 2010-02-18 15:04 Message: http://rubyforge.org/tracker/index.php? func=detail&aid=21325&group_id=126&atid=575 ---------------------------------------------------------------------- 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
