Project

General

Profile

Actions

Bug #3701

closed

Gem.find_files returns empty array

Added by mame (Yusuke Endoh) over 13 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.3dev (2010-08-15 trunk 28996) [i686-linux]
Backport:
[ruby-core:31730]

Description

=begin
Hi, Nobu and Evan

r28919 seemed to break Gem.find_files:

$ ../local/bin/ruby -e 'p Gem.find_files("**/*.rb").size'
0

When I revert r28919 manually, it seems to work correctly:

$ ../local/bin/ruby -e 'p Gem.find_files("**/*.rb").size'
1898

This issue actually make hoe(*) not work.

(*) http://seattlerb.rubyforge.org/hoe/

--
Yusuke Endoh
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0