On 10/3/06, Ola Bini <[EMAIL PROTECTED]> wrote:
> >    SUFFIX_PATTERN = "{,.rb,.rbw,.so,.bundle,.dll,.sl,.jar}"

I'm thinking that this stuff should be defined a bit better in terms
of what's possible for the platform.

Non-JRuby implementations of Ruby shouldn't try to require a .jar
file, should they? Non OS X versions should try to load a .bundle,
should they?

I know that Ruby doesn't care -- it'll treat non .rb/.rbw files as
.so-files, I guess (what will Ruby on Windows do with a .jar file?),
but RubyGems should probably be a little smarter, I guess.

-austin
-- 
Austin Ziegler * [EMAIL PROTECTED] * http://www.halostatue.ca/
               * [EMAIL PROTECTED] * http://www.halostatue.ca/feed/
               * [EMAIL PROTECTED]
_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to