From: sto.mar@... Date: 2012-12-01T16:48:06+09:00 Subject: Re: Gem install error? Am 01.12.2012 01:59, schrieb Al Baker: > tried that and got: > C:\Users\Al Baker\Documents\Programming\RuBy>gem install > string_extensions-0.0.1 > .gem > ERROR: Could not find a valid gem 'string_extensions-0.0.1.gem' (>= 0) > in any r > epository You made of course sure that the file exists in the directory you are issuing the `gem install' command from? And you built the gem with `gem build' before trying to install it? --