Hello, I'm about to loose my mind, so before that happens, want to email here just to confirm and reserve my room in the asylum...
When I generated rake-compiler 0.7.8 gemspec, I used RubyGems 1.7.2: https://gist.github.com/972473 As you can see there, files contains all the files found in the gemspec. On RubyGems 1.8.2, after `gem pristine` or a new installation of that gem, the files section of the gemspec only contain executables and readme: https://gist.github.com/972479 Not even lib files are listed. So, when doing `Gem::Specification.find_by_name "rake-compiler"` I get this for .files: >> gemspec.lib_files => [] >> gemspec.files => ["bin/rake-compiler", "README.rdoc", "LICENSE.txt", "History.txt"] What I'm missing? -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems Rubygems-developers@rubyforge.org http://rubyforge.org/mailman/listinfo/rubygems-developers