Gem.find_files("hoe/*.rb") returns []. I just pushed a fix that gets it working again.
The changes made to Gem.find_files were completely untested. Adding 'raise "no"' at the top of the find_all_dot_rb method caused no tests to fail. I've switched find_files back to Searcher#find_all. Since the method didn't actually work as intended, I've removed it. Since find_files was the only caller and it has only been publicly available for 6 days, this _should_ be fairly safe. But I'll obviously concede this change if we know of someone using it. My guess is that could only be bundler. I just looked at their commits and it looks clean. I think this needs to go out in 1.4.2. Any objections? Should eric's changes to defeat gem_prelude go in 1.4.2 as well? Or does it need more testing and/or more time to percolate? _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems Rubygems-developers@rubyforge.org http://rubyforge.org/mailman/listinfo/rubygems-developers