From: 7stud -- Date: 2008-02-01T12:38:17+09:00 Subject: Re: how do you install a local gem? Joshua Ballanco wrote: > > I recall an article on this recently (I believe from the Apple Developer > Connection). Apparently, due to some form of server oddness, Safari > seems to tack on spurious .tar and .gz extensions. You should be able to > simple rename the file, removing the .tar, and install as normal. > Ok, I renamed the file, but I don't know how to "install as normal" because I've never installed a local gem. When I try: $ gem install /Users/me/Desktop/wxruby-1.9.4-universal-darwin.gem I get: ERROR: could not find /Users/me/Desktop/wxruby-1.9.4-universal-darwin.gem locally or in a repository And when I try: $ gem install wxruby-1.9.4-universal-darwin.gem I get: ERROR: could not find wxruby-1.9.4-universal-darwin.gem locally or in a repository -- Posted via http://www.ruby-forum.com/.