From: Ryan Davis Date: 2013-02-15T04:28:17+09:00 Subject: Re: Can't load gems On Feb 14, 2013, at 10:46, Loran Kary wrote: > My real problem is that I cannot load my own gem which I created and > installed myself. I call it 'timecode. > > bash-3.2$ gem list timecode > > *** LOCAL GEMS *** > > timecode (0.0.1) > bash-3.2$ gem contents timecode | grep lib > /Users/kary/.rvm/gems/ruby-1.9.3-p286/gems/timecode-0.0.1/lib/timecode.rb > bash-3.2$ gem which timecode > ERROR: Can't find ruby library file or shared library timecode > > As you can see, there is a lib/timecode.rb yet it won't load. Lets assume that your rubygems is not borked, yet. Show me 'gem spec timecode'