From jmg3000 at gmail.com Wed Aug 23 12:18:40 2006 From: jmg3000 at gmail.com (John Gabriele) Date: Wed, 23 Aug 2006 12:18:40 -0400 Subject: [Mkrf-users] readme not showing up in rdoc html Message-ID: <65e0bb520608230918m371b1c07u4228f4aad04f0fdf@mail.gmail.com> I just installed mkrf 0.1.1 via rubygems, and the README, MIT-LICENSE, and CHANGELOG do not seem to be showing up anywhere in the rdoc html. To remedy that, I believe you want to add the following line to your gemspec: s.extra_rdoc_files = [ "README", "MIT-LICENSE", "CHANGELOG" ] ---John