[Rubygems-developers] [ rubygems-Bugs-27856 ] gem platform problem
noreply at rubyforge.org
noreply at rubyforge.org
Wed Apr 21 01:38:36 EDT 2010
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:
user at host:~/$ gem tumble
This command is deprecated, Gemcutter.org is the primary source for gems.
user at host:~/$ gem sources
*** CURRENT SOURCES ***
http://gems.rubyforge.org/
user at host:~/$ gem search ghazel-POpen4
*** LOCAL GEMS ***
user at host:~/$ gem search -r ghazel-POpen4
*** REMOTE GEMS ***
ghazel-POpen4 (0.1.4.1)
user at 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
More information about the Rubygems-developers
mailing list