* Tom Copeland ([EMAIL PROTECTED]) wrote:
[snipped]
> deploy if file_name =~ /\/#{spec.full_name}.gem$/
> This is going to affect about 40 gems.
Change it to this:
deploy if file_name =~ /\/#{spec.full_name}.gem$/i
And at least 14 of them (all of mine) should disappear from the list.
> I've attached the test program and the list to the bottom of this
> email. Looks like it's mostly operating-system-specific gems.
And virtually all of my gems, because I use proper names for the full
name of the package, but lower-case filenames for the gems themselves.
--
Paul Duncan <[EMAIL PROTECTED]> OpenPGP Key ID: 0x82C29562
http://www.pablotron.org/ http://www.paulduncan.org/
signature.asc
Description: Digital signature
_______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
