From: Adriano Ferreira Date: 2007-04-11T22:10:46+09:00 Subject: Re: Beginners' question: trouble with "gem install ClothRed" On 4/11/07, Phillip Gawlowski wrote: > Adriano Ferreira wrote: > > $ gem install ClothRed > > Successfully installed ClothRed, version 0.1.0 > > Installing ri documentation for ClothRed-0.1.0... > > File not found: lib > > > > But > > > > $ irb > > irb(main):001:0> require "ClothRed" > > LoadError: no such file to load -- ClothRed > > from (irb):1:in `require' > > from (irb):1 > > > > Any advice? What I am doing wrong? On 4/11/07, Peter Szinek wrote: > > Any advice? What I am doing wrong? > > try to require 'rubygems' first. > I tried after thinking for a while. $ irb irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'clothred' LoadError: no such file to load -- clothred from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' from (irb):2 > > The problem is with the gem. Gonna fix it now. Ok. Thanks. > Oh, and ClothRed won't be too useful for you, currently ;) That's fine. I like the idea of converting HTML to Textile and would like to see this library growing up. Cheers, Adriano.